Re: [PATCH v7 5/9] RISC-V: Add PE/COFF header for EFI stub

2020-09-14 Thread Ard Biesheuvel
On Sat, 12 Sep 2020 at 05:04, Atish Patra wrote: > > On Fri, Sep 11, 2020 at 6:09 AM Ard Biesheuvel wrote: > > > > On Fri, 28 Aug 2020 at 20:20, Atish Patra wrote: > > > > > > Linux kernel Image can appear as an EFI application With appropriate > > > PE/COFF header fields in the beginning of

Re: [PATCH v7 5/9] RISC-V: Add PE/COFF header for EFI stub

2020-09-11 Thread Atish Patra
On Fri, Sep 11, 2020 at 6:09 AM Ard Biesheuvel wrote: > > On Fri, 28 Aug 2020 at 20:20, Atish Patra wrote: > > > > Linux kernel Image can appear as an EFI application With appropriate > > PE/COFF header fields in the beginning of the Image header. An EFI > > application loader can directly load

Re: [PATCH v7 5/9] RISC-V: Add PE/COFF header for EFI stub

2020-09-11 Thread Ard Biesheuvel
On Fri, 28 Aug 2020 at 20:20, Atish Patra wrote: > > Linux kernel Image can appear as an EFI application With appropriate > PE/COFF header fields in the beginning of the Image header. An EFI > application loader can directly load a Linux kernel Image and an EFI > stub residing in kernel can boot

[PATCH v7 5/9] RISC-V: Add PE/COFF header for EFI stub

2020-08-28 Thread Atish Patra
Linux kernel Image can appear as an EFI application With appropriate PE/COFF header fields in the beginning of the Image header. An EFI application loader can directly load a Linux kernel Image and an EFI stub residing in kernel can boot Linux kernel directly. Add the necessary PE/COFF header.