[PATCH 1/8] riscv: Optimize source end address calculation in start.S

Rick Chen rickchen36 at gmail.com
Fri Apr 7 07:37:27 CEST 2023


> From: Bin Meng <bmeng at tinylab.org>
> Sent: Thursday, March 30, 2023 12:20 PM
> To: u-boot at lists.denx.de
> Cc: Leo Yu-Chi Liang(梁育齊) <ycliang at andestech.com>; Nikita Shubin <n.shubin at yadro.com>; Rick Jian-Zhi Chen(陳建志) <rick at andestech.com>
> Subject: [PATCH 1/8] riscv: Optimize source end address calculation in start.S
>
> The __bss_start is the source end address hence load its address directly into register 't2' for optimization.
>
> Signed-off-by: Bin Meng <bmeng at tinylab.org>
> ---
>
>  arch/riscv/cpu/start.S | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)

Reviewed-by: Rick Chen <rick at andestech.com>


More information about the U-Boot mailing list