Re: [PATCH 4/5] board: thead: licheepi4a: Run proper U-Boot in S-Mode

2025-06-02 Thread Leo Liang
On Fri, May 30, 2025 at 09:48:50AM +, Yao Zi wrote: > [EXTERNAL MAIL] > > RISC-V software usually expects S mode when leaving the firmware, e.g. > UEFI applications could only run in S mode. Let's convert proper U-Boot > of Lichee Pi 4A port to run in S mode. > > Signed-off-by: Yao Zi > ---

[PATCH 4/5] board: thead: licheepi4a: Run proper U-Boot in S-Mode

2025-05-30 Thread Yao Zi
RISC-V software usually expects S mode when leaving the firmware, e.g. UEFI applications could only run in S mode. Let's convert proper U-Boot of Lichee Pi 4A port to run in S mode. Signed-off-by: Yao Zi --- configs/th1520_lpi4a_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/confi