[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 05/10] RISC-V: Add early startup code
From: |
Bin Meng |
Subject: |
Re: [PATCH v3 05/10] RISC-V: Add early startup code |
Date: |
Sun, 18 Nov 2018 19:41:19 +0800 |
On Thu, Nov 15, 2018 at 1:27 AM Alexander Graf <address@hidden> wrote:
>
> On entry, we need to save the system table pointer as well as our image
> handle. Add an early startup file that saves them and then brings us
> into our main function.
>
> Signed-off-by: Alexander Graf <address@hidden>
> Reviewed-by: Alistair Francis <address@hidden>
> ---
> grub-core/kern/riscv/efi/startup.S | 49
> ++++++++++++++++++++++++++++++++++++++
> 1 file changed, 49 insertions(+)
> create mode 100644 grub-core/kern/riscv/efi/startup.S
>
Reviewed-by: Bin Meng <address@hidden>
Tested-by: Bin Meng <address@hidden>
- Re: [PATCH v3 09/10] RISC-V: Add to build system, (continued)
[PATCH v3 04/10] RISC-V: Add setjmp implementation, Alexander Graf, 2018/11/14
[PATCH v3 05/10] RISC-V: Add early startup code, Alexander Graf, 2018/11/14
- Re: [PATCH v3 05/10] RISC-V: Add early startup code,
Bin Meng <=
[PATCH v3 02/10] PE: Add RISC-V definitions, Alexander Graf, 2018/11/14
[PATCH v3 08/10] RISC-V: Add auxiliary files, Alexander Graf, 2018/11/14
Re: [PATCH v3 08/10] RISC-V: Add auxiliary files, Daniel Kiper, 2018/11/21