Re: [PATCH v1 1/5] xen/device-tree: Move Arm's setup.c bootinfo functions to common

2024-07-11 Thread Oleksii
On Thu, 2024-07-11 at 11:21 +0200, Jan Beulich wrote: > On 11.07.2024 11:00, Oleksii wrote: > > On Wed, 2024-07-10 at 12:23 +0200, Jan Beulich wrote: > > > On 03.07.2024 12:42, Oleksii Kurochko wrote: > > > > From: Shawn Anastasio > > > > > > > > Arm's setup.c contains a collection of functions f

Re: [PATCH v1 1/5] xen/device-tree: Move Arm's setup.c bootinfo functions to common

2024-07-11 Thread Jan Beulich
On 11.07.2024 11:00, Oleksii wrote: > On Wed, 2024-07-10 at 12:23 +0200, Jan Beulich wrote: >> On 03.07.2024 12:42, Oleksii Kurochko wrote: >>> From: Shawn Anastasio >>> >>> Arm's setup.c contains a collection of functions for parsing memory >>> map >>> and other boot information from a device tre

Re: [PATCH v1 1/5] xen/device-tree: Move Arm's setup.c bootinfo functions to common

2024-07-11 Thread Oleksii
On Wed, 2024-07-10 at 12:23 +0200, Jan Beulich wrote: > On 03.07.2024 12:42, Oleksii Kurochko wrote: > > From: Shawn Anastasio > > > > Arm's setup.c contains a collection of functions for parsing memory > > map > > and other boot information from a device tree. Since these routines > > are > > ge

Re: [PATCH v1 1/5] xen/device-tree: Move Arm's setup.c bootinfo functions to common

2024-07-10 Thread Jan Beulich
On 03.07.2024 12:42, Oleksii Kurochko wrote: > From: Shawn Anastasio > > Arm's setup.c contains a collection of functions for parsing memory map > and other boot information from a device tree. Since these routines are > generally useful on any architecture that supports device tree booting, > mo

[PATCH v1 1/5] xen/device-tree: Move Arm's setup.c bootinfo functions to common

2024-07-03 Thread Oleksii Kurochko
From: Shawn Anastasio Arm's setup.c contains a collection of functions for parsing memory map and other boot information from a device tree. Since these routines are generally useful on any architecture that supports device tree booting, move them into xen/common/device-tree. Suggested-by: Julie