Re: [U-Boot] [PATCH v2 05/11] spl: support booting via RISC-V OpenSBI

2019-07-29 Thread Anup Patel
On Mon, Jul 29, 2019 at 9:21 PM Auer, Lukas wrote: > > Hi Anup, > > On Mon, 2019-07-29 at 14:02 +0530, Anup Patel wrote: > > On Sun, Jul 28, 2019 at 9:55 PM Lukas Auer > > wrote: > > > RISC-V OpenSBI is an open-source implementation of the RISC-V Supervisor > > > Binary Interface (SBI) specificat

Re: [U-Boot] [PATCH v2 05/11] spl: support booting via RISC-V OpenSBI

2019-07-29 Thread Auer, Lukas
Hi Anup, On Mon, 2019-07-29 at 14:02 +0530, Anup Patel wrote: > On Sun, Jul 28, 2019 at 9:55 PM Lukas Auer > wrote: > > RISC-V OpenSBI is an open-source implementation of the RISC-V Supervisor > > Binary Interface (SBI) specification. It is required by Linux and U-Boot > > running in supervisor m

Re: [U-Boot] [PATCH v2 05/11] spl: support booting via RISC-V OpenSBI

2019-07-29 Thread Anup Patel
On Sun, Jul 28, 2019 at 9:55 PM Lukas Auer wrote: > > RISC-V OpenSBI is an open-source implementation of the RISC-V Supervisor > Binary Interface (SBI) specification. It is required by Linux and U-Boot > running in supervisor mode. This patch adds support for booting via the > OpenSBI FW_DYNAMIC f

[U-Boot] [PATCH v2 05/11] spl: support booting via RISC-V OpenSBI

2019-07-28 Thread Lukas Auer
RISC-V OpenSBI is an open-source implementation of the RISC-V Supervisor Binary Interface (SBI) specification. It is required by Linux and U-Boot running in supervisor mode. This patch adds support for booting via the OpenSBI FW_DYNAMIC firmware. In this configuration, U-Boot SPL starts in machine