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

2024-08-07 Thread Nicola Vetrini
On 2024-08-06 13:41, 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, move them in

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

2024-08-06 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. Also, common/device