Re: [PATCH v3 02/10] PE: Add RISC-V definitions

2018-11-18 Thread Bin Meng
On Thu, Nov 15, 2018 at 1:27 AM Alexander Graf wrote: > > The PE format defines magic numbers as well as relocation identifiers for > RISC-V. Add them to our include file, so we can make use of them. > > Signed-off-by: Alexander Graf > Reviewed-by: Leif Lindholm > Reviewed-by: Alistair Francis

[PATCH v3 02/10] PE: Add RISC-V definitions

2018-11-14 Thread Alexander Graf
The PE format defines magic numbers as well as relocation identifiers for RISC-V. Add them to our include file, so we can make use of them. Signed-off-by: Alexander Graf Reviewed-by: Leif Lindholm Reviewed-by: Alistair Francis --- include/grub/efi/pe32.h | 5 + 1 file changed, 5 insertions