Hi Julien, On Mon, 2024-08-05 at 20:01 +0100, Julien Grall wrote: > Hi, > > On 05/08/2024 12:33, Oleksii Kurochko wrote: > > From: Shawn Anastasio <sanasta...@raptorengineering.com> > > > > Move Arm's bootfdt.c to xen/common so that it can be used by other > > device tree architectures like PPC and RISCV. > > > > Remove stubs for process_shm_node() and early_print_info_shmem() > > from $xen/arch/arm/include/asm/static-shmem.h. > > These stubs are removed to avoid introducing them for architectures > > that do not support CONFIG_STATIC_SHM. > > The process_shm_node() stub is now implemented in common code to > > maintain the current behavior of early_scan_code() on ARM. > > The early_print_info_shmem() stub is only used in > > early_print_info(), > > so it's now guarded with #ifdef CONFIG_STATIC_SHM ... #endif. > > > > Suggested-by: Julien Grall <jul...@xen.org> > > Signed-off-by: Shawn Anastasio <sanasta...@raptorengineering.com> > > Signed-off-by: Oleksii Kurochko <oleksii.kuroc...@gmail.com> > > Acked-by: Julien Grall <jgr...@amazon.com> Thanks.
~ Oleksii