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

2023-04-06 Thread Rick Chen
> From: Bin Meng > Sent: Thursday, March 30, 2023 12:20 PM > To: u-boot@lists.denx.de > Cc: Leo Yu-Chi Liang(梁育齊) ; Nikita Shubin > ; Rick Jian-Zhi Chen(陳建志) > Subject: [PATCH 1/8] riscv: Optimize source end address calculation in start.S > > The __bss_start is the sourc

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

2023-04-06 Thread Bin Meng
On Thu, Mar 30, 2023 at 8:36 PM Bin Meng wrote: > > The __bss_start is the source end address hence load its address > directly into register 't2' for optimization. > > Signed-off-by: Bin Meng > --- > > arch/riscv/cpu/start.S | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --

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

2023-03-30 Thread Bin Meng
The __bss_start is the source end address hence load its address directly into register 't2' for optimization. Signed-off-by: Bin Meng --- arch/riscv/cpu/start.S | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/riscv/cpu/start.S b/arch/riscv/cpu/start.S index 4687bca3