Re: [EXTERNAL] Re: [PATCH 0/2] Implement a grub loader for RISC-V LINUX

2020-01-17 Thread Leif Lindholm
On Thu, Jan 16, 2020 at 13:14:39 +, Atish Patra wrote: > > Thanks a lot for tackling this problem - it's been on the back > burner for way too long :). Unfortunately this patch set loads grub > via UEFI, but then does not execute Linux using the UEFI > protocol. While that's a nice hack for sta

Re: [PATCH 0/2] Implement a grub loader for RISC-V LINUX

2020-01-17 Thread Atish Patra
On Fri, 2020-01-17 at 03:20 +, Chester Lin wrote: > Hi Alex, Atish and Anup, > > On Thu, Jan 16, 2020 at 02:27:55PM +0100, Alexander Graf wrote: > > On 16.01.20 14:14, Atish Patra wrote: > > > Sent from my iPhone > > > > > > > On Jan 16, 2020, at 10:06 PM, Alexander Graf > > > > wrote: > > >

Re: [PATCH 0/2] Implement a grub loader for RISC-V LINUX

2020-01-16 Thread Chester Lin
Hi Alex, Atish and Anup, On Thu, Jan 16, 2020 at 02:27:55PM +0100, Alexander Graf wrote: > > On 16.01.20 14:14, Atish Patra wrote: > > > > Sent from my iPhone > > > > > On Jan 16, 2020, at 10:06 PM, Alexander Graf wrote: > > > > > > Hi Chester, > > > > > > > On 16.01.20 11:21, Chester Lin w

Re: [PATCH 0/2] Implement a grub loader for RISC-V LINUX

2020-01-16 Thread Atish Patra
Sent from my iPhone > On Jan 16, 2020, at 10:06 PM, Alexander Graf wrote: > > Hi Chester, > >> On 16.01.20 11:21, Chester Lin wrote: >> Implement an initial version of riscv loader and related commands to load >> and run linux kernel and initrd on RISC-V. I tested this series based on >> the

[PATCH 0/2] Implement a grub loader for RISC-V LINUX

2020-01-16 Thread Chester Lin
Implement an initial version of riscv loader and related commands to load and run linux kernel and initrd on RISC-V. I tested this series based on the following configuration: - QEMU 4.2.50 (machine: virt) - OpenSBI v0.5-51 - U-Boot 2020.01-rc5 - grub 2.04 - linux-kernel v5.4 - openSUS

Re: [PATCH 0/2] Implement a grub loader for RISC-V LINUX

2020-01-16 Thread Alexander Graf
On 16.01.20 14:14, Atish Patra wrote: Sent from my iPhone On Jan 16, 2020, at 10:06 PM, Alexander Graf wrote: Hi Chester, On 16.01.20 11:21, Chester Lin wrote: Implement an initial version of riscv loader and related commands to load and run linux kernel and initrd on RISC-V. I tested th

Re: [PATCH 0/2] Implement a grub loader for RISC-V LINUX

2020-01-16 Thread Alexander Graf
Hi Chester, On 16.01.20 11:21, Chester Lin wrote: Implement an initial version of riscv loader and related commands to load and run linux kernel and initrd on RISC-V. I tested this series based on the following configuration: - QEMU 4.2.50 (machine: virt) - OpenSBI v0.5-51 - U-Boot 202