Re: [PATCH v3 05/10] RISC-V: Add early startup code

2018-11-18 Thread Bin Meng
On Thu, Nov 15, 2018 at 1:27 AM Alexander Graf 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 > Reviewed-by: Alistair Francis > -

[PATCH v3 05/10] RISC-V: Add early startup code

2018-11-14 Thread Alexander Graf
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 Reviewed-by: Alistair Francis --- grub-core/kern/riscv/efi/startup.S | 49 ++