Re: [PATCH] riscv: Split SiFive CLINT support between SPL and U-Boot proper

2021-05-17 Thread Rick Chen
> From: Bin Meng > Sent: Tuesday, May 11, 2021 8:04 PM > To: Rick Jian-Zhi Chen(陳建志) ; Sean Anderson > ; u-boot@lists.denx.de > Cc: Anup Patel ; Bin Meng > Subject: [PATCH] riscv: Split SiFive CLINT support between SPL and U-Boot > proper > > At present there

Re: [PATCH] riscv: Split SiFive CLINT support between SPL and U-Boot proper

2021-05-11 Thread Sean Anderson
On 5/11/21 8:04 AM, Bin Meng wrote: At present there is only one Kconfig option CONFIG_SIFIVE_CLINT to control the enabling of SiFive CLINT support in both SPL (M-mode) and U-Boot proper (S-mode). So for a typical SPL config that the SiFive CLINT driver is enabled in both SPL and U-Boot proper, t

[PATCH] riscv: Split SiFive CLINT support between SPL and U-Boot proper

2021-05-11 Thread Bin Meng
At present there is only one Kconfig option CONFIG_SIFIVE_CLINT to control the enabling of SiFive CLINT support in both SPL (M-mode) and U-Boot proper (S-mode). So for a typical SPL config that the SiFive CLINT driver is enabled in both SPL and U-Boot proper, that means the S-mode U-Boot tries to a