Re: [PATCH v6 10/11] RISC-V: Add to build system

2019-02-20 Thread Daniel Kiper
On Tue, Feb 19, 2019 at 02:44:06PM +0100, Alexander Graf wrote: > On 02/18/2019 09:14 PM, Daniel Kiper wrote: > > On Tue, Feb 12, 2019 at 11:31:07AM +0100, Alexander Graf wrote: > > > This patch adds support for RISC-V to the grub build system. With this > > > patch, I can successfully build grub o

Re: [PATCH v6 10/11] RISC-V: Add to build system

2019-02-19 Thread Alexander Graf
On 02/18/2019 09:14 PM, Daniel Kiper wrote: On Tue, Feb 12, 2019 at 11:31:07AM +0100, Alexander Graf wrote: This patch adds support for RISC-V to the grub build system. With this patch, I can successfully build grub on RISC-V as a UEFI application. Signed-off-by: Alexander Graf Reviewed-by: Al

Re: [PATCH v6 10/11] RISC-V: Add to build system

2019-02-18 Thread Daniel Kiper
On Tue, Feb 12, 2019 at 11:31:07AM +0100, Alexander Graf wrote: > This patch adds support for RISC-V to the grub build system. With this > patch, I can successfully build grub on RISC-V as a UEFI application. > > Signed-off-by: Alexander Graf > Reviewed-by: Alistair Francis > Reviewed-by: Bin Men

[PATCH v6 10/11] RISC-V: Add to build system

2019-02-12 Thread Alexander Graf
This patch adds support for RISC-V to the grub build system. With this patch, I can successfully build grub on RISC-V as a UEFI application. Signed-off-by: Alexander Graf Reviewed-by: Alistair Francis Reviewed-by: Bin Meng Tested-by: Bin Meng --- v2 -> v3: - Fix riscv32 target --- config