Re: [PATCH v6 06/11] RISC-V: Add Linux load logic

2019-02-20 Thread Daniel Kiper
On Tue, Feb 19, 2019 at 02:25:11PM +0100, Alexander Graf wrote: > On 02/18/2019 08:28 PM, Daniel Kiper wrote: > > On Tue, Feb 12, 2019 at 11:31:03AM +0100, Alexander Graf wrote: > > > We currently only support to run grub on RISC-V as UEFI payload. Ideally, > > > we also only want to support runnin

Re: [PATCH v6 06/11] RISC-V: Add Linux load logic

2019-02-19 Thread Alexander Graf
On 02/18/2019 08:28 PM, Daniel Kiper wrote: On Tue, Feb 12, 2019 at 11:31:03AM +0100, Alexander Graf wrote: We currently only support to run grub on RISC-V as UEFI payload. Ideally, we also only want to support running Linux underneath as UEFI payload. Prepare that with some Linux boot stub cod

Re: [PATCH v6 06/11] RISC-V: Add Linux load logic

2019-02-18 Thread Daniel Kiper
On Tue, Feb 12, 2019 at 11:31:03AM +0100, Alexander Graf wrote: > We currently only support to run grub on RISC-V as UEFI payload. Ideally, > we also only want to support running Linux underneath as UEFI payload. > > Prepare that with some Linux boot stub code. Once the arm64 target is > generalize

Re: [PATCH v6 06/11] RISC-V: Add Linux load logic

2019-02-12 Thread Alistair Francis
On Tue, 2019-02-12 at 11:31 +0100, Alexander Graf wrote: > We currently only support to run grub on RISC-V as UEFI payload. > Ideally, > we also only want to support running Linux underneath as UEFI > payload. > > Prepare that with some Linux boot stub code. Once the arm64 target is > generalized,

[PATCH v6 06/11] RISC-V: Add Linux load logic

2019-02-12 Thread Alexander Graf
We currently only support to run grub on RISC-V as UEFI payload. Ideally, we also only want to support running Linux underneath as UEFI payload. Prepare that with some Linux boot stub code. Once the arm64 target is generalized, we can hook into that one and gain boot functionality. Signed-off-by: