Re: [PATCH v3 6/9] xen/common: Move Arm's bootfdt.c to common

2024-04-17 Thread Julien Grall
Hi Shawn, On 12/04/2024 03:53, Shawn Anastasio wrote: Hi Julien, On 3/21/24 12:50 PM, Julien Grall wrote: Hi Shawn, On 14/03/2024 22:15, Shawn Anastasio wrote: Move Arm's bootfdt.c to xen/common so that it can be used by other device tree architectures like PPC and RISCV. Suggested-by: Juli

Re: [PATCH v3 6/9] xen/common: Move Arm's bootfdt.c to common

2024-04-11 Thread Shawn Anastasio
Hi Julien, On 3/21/24 12:50 PM, Julien Grall wrote: > Hi Shawn, > > On 14/03/2024 22:15, Shawn Anastasio wrote: >> Move Arm's bootfdt.c to xen/common so that it can be used by other >> device tree architectures like PPC and RISCV. >> >> Suggested-by: Julien Grall >> Signed-off-by: Shawn Anastasi

Re: [PATCH v3 6/9] xen/common: Move Arm's bootfdt.c to common

2024-03-21 Thread Julien Grall
Hi Shawn, On 14/03/2024 22:15, Shawn Anastasio wrote: Move Arm's bootfdt.c to xen/common so that it can be used by other device tree architectures like PPC and RISCV. Suggested-by: Julien Grall Signed-off-by: Shawn Anastasio Acked-by: Julien Grall --- Changes in v2: - Drop #if defined(CON

[PATCH v3 6/9] xen/common: Move Arm's bootfdt.c to common

2024-03-14 Thread Shawn Anastasio
Move Arm's bootfdt.c to xen/common so that it can be used by other device tree architectures like PPC and RISCV. Suggested-by: Julien Grall Signed-off-by: Shawn Anastasio Acked-by: Julien Grall --- Changes in v2: - Drop #if defined(CONFIG_ARM_EFI) now that efi_enabled is stubbed MAINTAINERS