Re: [PATCH 1/3] xen/ppc: Enable Boot Allocator

2023-12-15 Thread Julien Grall
Hi Shawn, On 15/12/2023 02:50, Shawn Anastasio wrote: Hi Julien, Thank you for the feedback. Most of your points will be addressed by following your suggestion of moving ARM's bootfdt.c to common, but I wanted to respond with a few points of clarification. On 12/1/23 5:23 PM, Julien Grall wrot

Re: [PATCH 1/3] xen/ppc: Enable Boot Allocator

2023-12-14 Thread Shawn Anastasio
Hi Julien, Thank you for the feedback. Most of your points will be addressed by following your suggestion of moving ARM's bootfdt.c to common, but I wanted to respond with a few points of clarification. On 12/1/23 5:23 PM, Julien Grall wrote: > * fdt_get_mem_rsv_paddr(), this is part of the DT is

Re: [PATCH 1/3] xen/ppc: Enable Boot Allocator

2023-12-07 Thread Oleksii
On Wed, 2023-12-06 at 21:01 -0500, Daniel P. Smith wrote: > On 12/1/23 15:56, Julien Grall wrote: > > (+ Arm and RISC-V folks) > > > > Hi Shawn, > > > > On 01/12/2023 20:59, Shawn Anastasio wrote: > > > Adapt arm's earlyfdt parsing code to ppc64 and enable Xen's early > > > boot > > > allocator.

Re: [PATCH 1/3] xen/ppc: Enable Boot Allocator

2023-12-06 Thread Daniel P. Smith
On 12/1/23 15:56, Julien Grall wrote: (+ Arm and RISC-V folks) Hi Shawn, On 01/12/2023 20:59, Shawn Anastasio wrote: Adapt arm's earlyfdt parsing code to ppc64 and enable Xen's early boot allocator. Routines for parsing arm-specific devicetree nodes (e.g. multiboot) were excluded, reducing the

Re: [PATCH 1/3] xen/ppc: Enable Boot Allocator

2023-12-04 Thread Oleksii
Hi Julien and Shawn, On Fri, 2023-12-01 at 20:56 +, Julien Grall wrote: > (+ Arm and RISC-V folks) > > Hi Shawn, > > On 01/12/2023 20:59, Shawn Anastasio wrote: > > Adapt arm's earlyfdt parsing code to ppc64 and enable Xen's early > > boot > > allocator. Routines for parsing arm-specific dev

Re: [PATCH 1/3] xen/ppc: Enable Boot Allocator

2023-12-01 Thread Julien Grall
quot; , "Bertrand Marquis" , "Michal Orzel" , "Oleksii" Sent: Friday, December 1, 2023 4:35:55 PM Subject: Re: [PATCH 1/3] xen/ppc: Enable Boot Allocator Hi, On 01/12/2023 22:10, tpear...@raptorengineering.com wrote: (+ Arm and RISC-V folks) Hi Shawn, On 01/12/2023 2

Re: [PATCH 1/3] xen/ppc: Enable Boot Allocator

2023-12-01 Thread Timothy Pearson
arquis" , "Michal Orzel" > , "Oleksii" > > Sent: Friday, December 1, 2023 4:35:55 PM > Subject: Re: [PATCH 1/3] xen/ppc: Enable Boot Allocator > Hi, > > On 01/12/2023 22:10, tpear...@raptorengineering.com wrote: >>> (+ Arm and RISC-V f

Re: [PATCH 1/3] xen/ppc: Enable Boot Allocator

2023-12-01 Thread Julien Grall
Hi, On 01/12/2023 22:10, tpear...@raptorengineering.com wrote: (+ Arm and RISC-V folks) Hi Shawn, On 01/12/2023 20:59, Shawn Anastasio wrote: Adapt arm's earlyfdt parsing code to ppc64 and enable Xen's early boot allocator. Routines for parsing arm-specific devicetree nodes (e.g. multiboot) w

Re: [PATCH 1/3] xen/ppc: Enable Boot Allocator

2023-12-01 Thread tpearson
> (+ Arm and RISC-V folks) > > Hi Shawn, > > On 01/12/2023 20:59, Shawn Anastasio wrote: >> Adapt arm's earlyfdt parsing code to ppc64 and enable Xen's early boot >> allocator. Routines for parsing arm-specific devicetree nodes (e.g. >> multiboot) were excluded, reducing the overall footprint of co

Re: [PATCH 1/3] xen/ppc: Enable Boot Allocator

2023-12-01 Thread Julien Grall
(+ Arm and RISC-V folks) Hi Shawn, On 01/12/2023 20:59, Shawn Anastasio wrote: Adapt arm's earlyfdt parsing code to ppc64 and enable Xen's early boot allocator. Routines for parsing arm-specific devicetree nodes (e.g. multiboot) were excluded, reducing the overall footprint of code that was cop

[PATCH 1/3] xen/ppc: Enable Boot Allocator

2023-12-01 Thread Shawn Anastasio
Adapt arm's earlyfdt parsing code to ppc64 and enable Xen's early boot allocator. Routines for parsing arm-specific devicetree nodes (e.g. multiboot) were excluded, reducing the overall footprint of code that was copied. Signed-off-by: Shawn Anastasio --- xen/arch/ppc/Makefile| 1 +