Re: [U-Boot] [RFC PATCH 04/11] riscv: add run mode configuration for SPL

2019-07-23 Thread Bin Meng
On Mon, Jul 22, 2019 at 2:00 AM Lukas Auer wrote: > > U-Boot SPL can be run in a different privilege mode from U-Boot proper. > Add new configuration entries for SPL to allow the run mode to be > configured independently of U-Boot proper. > > Extend all uses of the CONFIG_RISCV_SMODE and CONFIG_RI

[U-Boot] [RFC PATCH 04/11] riscv: add run mode configuration for SPL

2019-07-21 Thread Lukas Auer
U-Boot SPL can be run in a different privilege mode from U-Boot proper. Add new configuration entries for SPL to allow the run mode to be configured independently of U-Boot proper. Extend all uses of the CONFIG_RISCV_SMODE and CONFIG_RISCV_MMODE configuration symbols to also cover the SPL equivale