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

2024-08-06 Thread oleksii . kurochko
On Mon, 2024-08-05 at 13:58 +0200, Jan Beulich wrote: > On 05.08.2024 13:33, 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 v8 1/2] xen/device-tree: Move Arm's setup.c bootinfo functions to common

2024-08-05 Thread Jan Beulich
On 05.08.2024 13:33, 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