projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93d5f19
)
xen: arm: Don't pass "multiboot, module" DTB nodes to dom0.
author
Ian Campbell
<ian.campbell@citrix.com>
Tue, 5 Aug 2014 09:53:25 +0000
(10:53 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Mon, 8 Sep 2014 09:58:44 +0000
(10:58 +0100)
Support for loading these was added in
a860dfeec090
"xen: arm: implement
generic multiboot compatibility strings".
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
xen/arch/arm/domain_build.c
patch
|
blob
|
history
diff --git
a/xen/arch/arm/domain_build.c
b/xen/arch/arm/domain_build.c
index 51d793af575fdf3879e09b24a6df8e7c89147075..2d316dd1fbd0f5b6ccc6da8d1fdbc3b117b537d7 100644
(file)
--- a/
xen/arch/arm/domain_build.c
+++ b/
xen/arch/arm/domain_build.c
@@
-1049,6
+1049,7
@@
static int handle_node(struct domain *d, struct kernel_info *kinfo,
{
DT_MATCH_COMPATIBLE("xen,xen"),
DT_MATCH_COMPATIBLE("xen,multiboot-module"),
+ DT_MATCH_COMPATIBLE("multiboot,module"),
DT_MATCH_COMPATIBLE("arm,psci"),
DT_MATCH_PATH("/cpus"),
DT_MATCH_TYPE("memory"),