Re: [PATCH v1 06/18] fdt: make fdt handling reusable across arch

2022-07-22 Thread Daniel P. Smith
On 7/19/22 05:36, Jan Beulich wrote: > On 06.07.2022 23:04, Daniel P. Smith wrote: >> 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 nee

Re: [PATCH v1 06/18] fdt: make fdt handling reusable across arch

2022-07-19 Thread Jan Beulich
On 06.07.2022 23:04, Daniel P. Smith wrote: > 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. >

RE: [PATCH v1 06/18] fdt: make fdt handling reusable across arch

2022-07-06 Thread Henry Wang
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