[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 03/10] elf.h: Add RISC-V definitions
From: |
Bin Meng |
Subject: |
Re: [PATCH v3 03/10] elf.h: Add RISC-V definitions |
Date: |
Sun, 18 Nov 2018 19:41:13 +0800 |
On Thu, Nov 15, 2018 at 1:27 AM Alexander Graf <address@hidden> wrote:
>
> The RISC-V ABI document outlines ELF header structure and relocation
> information. Pull the respective magic numbers into our elf header
> so we can make use of them.
>
> Signed-off-by: Alexander Graf <address@hidden>
> Reviewed-by: Alistair Francis <address@hidden>
> ---
> include/grub/elf.h | 59
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 59 insertions(+)
>
Reviewed-by: Bin Meng <address@hidden>
Tested-by: Bin Meng <address@hidden>
[PATCH v3 06/10] RISC-V: Add Linux load logic, Alexander Graf, 2018/11/14
[PATCH v3 09/10] RISC-V: Add to build system, Alexander Graf, 2018/11/14