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
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
>>
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
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?
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
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
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
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
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