Re: [PATCH v3 09/10] RISC-V: Add to build system

2018-11-25 Thread Bin Meng
Hi Alex, On Mon, Nov 26, 2018 at 7:06 AM Alexander Graf wrote: > > > > On 18.11.18 12:41, Bin Meng wrote: > > Hi Alex, > > > > On Thu, Nov 15, 2018 at 1:27 AM Alexander Graf wrote: > >> > >> This patch adds support for RISC-V to the grub build system. With this > >> patch, I can successfully bui

Re: [PATCH v3 09/10] RISC-V: Add to build system

2018-11-25 Thread Alexander Graf
On 18.11.18 12:41, Bin Meng wrote: > Hi Alex, > > On Thu, Nov 15, 2018 at 1:27 AM 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 >>

Re: [PATCH v3 09/10] RISC-V: Add to build system

2018-11-21 Thread Daniel Kiper
On Wed, Nov 21, 2018 at 05:54:41PM +0100, Andreas Schwab wrote: > On Nov 21 2018, Daniel Kiper wrote: > > > On Wed, Nov 21, 2018 at 05:26:25PM +0100, Andreas Schwab wrote: > >> On Nov 21 2018, Daniel Kiper wrote: > >> > >> > s/__riscv/__riscv__/? and s/__riscv_xlen/__riscv_xlen__/? > >> > >> The

Re: [PATCH v3 09/10] RISC-V: Add to build system

2018-11-21 Thread Andreas Schwab
On Nov 21 2018, Daniel Kiper wrote: > On Wed, Nov 21, 2018 at 05:26:25PM +0100, Andreas Schwab wrote: >> On Nov 21 2018, Daniel Kiper wrote: >> >> > s/__riscv/__riscv__/? and s/__riscv_xlen/__riscv_xlen__/? >> >> The latter aren't defined. > > Both __riscv__ and __riscv_xlen__ are not defined?

Re: [PATCH v3 09/10] RISC-V: Add to build system

2018-11-21 Thread Daniel Kiper
On Wed, Nov 21, 2018 at 05:26:25PM +0100, Andreas Schwab wrote: > On Nov 21 2018, Daniel Kiper wrote: > > > s/__riscv/__riscv__/? and s/__riscv_xlen/__riscv_xlen__/? > > The latter aren't defined. Both __riscv__ and __riscv_xlen__ are not defined? Daniel

Re: [PATCH v3 09/10] RISC-V: Add to build system

2018-11-21 Thread Andreas Schwab
On Nov 21 2018, Daniel Kiper wrote: > s/__riscv/__riscv__/? and s/__riscv_xlen/__riscv_xlen__/? The latter aren't defined. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different

Re: [PATCH v3 09/10] RISC-V: Add to build system

2018-11-21 Thread Daniel Kiper
On Wed, Nov 14, 2018 at 06:27:38PM +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 [...] > diff --git a

Re: [PATCH v3 09/10] RISC-V: Add to build system

2018-11-18 Thread Bin Meng
Hi Alex, On Thu, Nov 15, 2018 at 1:27 AM 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 > > --- > > v2 -> v

[PATCH v3 09/10] RISC-V: Add to build system

2018-11-14 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 --- v2 -> v3: - Fix riscv32 target --- configure.ac | 28