Re: [PATCH v2 3/5] xen/ppc: add section for device information in linker script

2024-09-20 Thread oleksii . kurochko
Hi Shawn, On Thu, 2024-09-19 at 16:10 -0500, Shawn Anastasio wrote: > Hi Oleksii, > > On 9/17/24 11:15 AM, Oleksii Kurochko wrote: > > Introduce a new `.dev.info` section in the PPC linker script to > > handle device-specific information. This section is required by > > common code (common/device

Re: [PATCH v2 3/5] xen/ppc: add section for device information in linker script

2024-09-19 Thread Shawn Anastasio
Hi Oleksii, On 9/17/24 11:15 AM, Oleksii Kurochko wrote: > Introduce a new `.dev.info` section in the PPC linker script to > handle device-specific information. This section is required by > common code (common/device.c: device_init(), device_get_class() ). > This section is aligned to `POINTER_AL

[PATCH v2 3/5] xen/ppc: add section for device information in linker script

2024-09-17 Thread Oleksii Kurochko
Introduce a new `.dev.info` section in the PPC linker script to handle device-specific information. This section is required by common code (common/device.c: device_init(), device_get_class() ). This section is aligned to `POINTER_ALIGN`, with `_sdevice` and `_edevice` marking the start and end of