Hi Julien,
On 08.04.2022 19:58, Julien Grall wrote:
> Hi Michal,
>
> On 05/04/2022 10:16, Michal Orzel wrote:
>> #if defined(BUILD_ID)
>> @@ -109,12 +104,7 @@ SECTIONS
>> *(.data.schedulers)
>> __end_schedulers_array = .;
>> -#ifdef CONFIG_HYPFS
>> - . = ALIGN(8);
>
>
Hi Michal,
On 05/04/2022 10:16, Michal Orzel wrote:
#if defined(BUILD_ID)
@@ -109,12 +104,7 @@ SECTIONS
*(.data.schedulers)
__end_schedulers_array = .;
-#ifdef CONFIG_HYPFS
- . = ALIGN(8);
This will be replaced with POINTER_ALIGN which is 4-byte on Arm32.
AFAICT,
On 05.04.2022 11:16, Michal Orzel wrote:
> Populate header file xen.lds.h with the first portion of macros storing
> constructs common to x86 and arm linker scripts. Replace the original
> constructs with these helpers.
>
> No functional improvements to x86 linker script.
>
> Making use of common