[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v8 2/2] xen/common: Move Arm's bootfdt.c to common
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 <sanastasio@xxxxxxxxxxxxxxxxxxxxx> > > > > 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 <julien@xxxxxxx> > > Signed-off-by: Shawn Anastasio <sanastasio@xxxxxxxxxxxxxxxxxxxxx> > > Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> > > Acked-by: Julien Grall <jgrall@xxxxxxxxxx> Thanks. ~ Oleksii
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |