Re: [U-Boot] [PATCH v5 0/4] RISC-V S-mode support

2018-11-28 Thread Anup Patel
On Mon, Nov 26, 2018 at 4:13 PM Anup Patel wrote: > > This patchset allows us runing u-boot in S-mode which is > useful on platforms where M-mode runtime firmware is an > independent firmware and u-boot is used as last stage OS > bootloader. > > The patchset based upon git://git.denx.de/u-boot-ris

[U-Boot] [PATCH v5 0/4] RISC-V S-mode support

2018-11-26 Thread Anup Patel
This patchset allows us runing u-boot in S-mode which is useful on platforms where M-mode runtime firmware is an independent firmware and u-boot is used as last stage OS bootloader. The patchset based upon git://git.denx.de/u-boot-riscv.git and is tested on QEMU in both M-mode and S-mode. For S-m