Hi Daniel, > -----Original Message----- > Subject: [PATCH v1 06/18] fdt: make fdt handling reusable across arch > > This refactors reusable code from Arm's bootfdt.c and device-tree.h that is > general fdt handling code. The Kconfig parameter CORE_DEVICE_TREE is > introduced for when the ability of parsing DTB files is needed by a capability > such as hyperlaunch. > > Signed-off-by: Daniel P. Smith <dpsm...@apertussolutions.com> > Reviewed-by: Christopher Clark <christopher.cl...@starlab.io>
Reviewed-by: Henry Wang <henry.w...@arm.com> Kind regards, Henry > --- > xen/arch/arm/bootfdt.c | 115 +---------------------------- > xen/common/Kconfig | 4 ++ > xen/common/Makefile | 3 +- > xen/common/fdt.c | 131 ++++++++++++++++++++++++++++++++++ > xen/include/xen/device_tree.h | 50 +------------ > xen/include/xen/fdt.h | 79 ++++++++++++++++++++