Re: [PATCH v4 2/6] linux/arm: unify ARM/arm64 vs Xen PE/COFF header handling

2022-10-14 Thread Daniel Kiper
On Thu, Sep 08, 2022 at 03:30:13PM +0200, Ard Biesheuvel wrote: > Xen has its own version of the image header, to account for the > additional PE/COFF header fields. Since we are adding references to > those in the shared EFI loader code, update the common definitions > and drop the Xen specific on

[PATCH v4 2/6] linux/arm: unify ARM/arm64 vs Xen PE/COFF header handling

2022-09-08 Thread Ard Biesheuvel
Xen has its own version of the image header, to account for the additional PE/COFF header fields. Since we are adding references to those in the shared EFI loader code, update the common definitions and drop the Xen specific one which no longer has a purpose. Signed-off-by: Ard Biesheuvel --- gr