RE: [PATCH] configs: ast2600: Move SPL bss section to DRAM space

2022-06-28 Thread ChiaWei Wang
Hi Sean, > From: Sean Anderson > Sent: Tuesday, June 28, 2022 12:57 PM > > Hi Chai, > > On 6/28/22 12:23 AM, Joel Stanley wrote: > > Hi Chai Wei, > > > > On Wed, 1 Jun 2022 at 08:21, Chia-Wei Wang > wrote: > >> > >> The commit b583348ca8c8 ("image: fit: Align hash output buffers") > >> places

RE: [PATCH] configs: ast2600: Move SPL bss section to DRAM space

2022-06-28 Thread ChiaWei Wang
Hi Joel, > From: Joel Stanley > Sent: Tuesday, June 28, 2022 12:24 PM > > Hi Chai Wei, > > On Wed, 1 Jun 2022 at 08:21, Chia-Wei Wang > wrote: > > > > The commit b583348ca8c8 ("image: fit: Align hash output buffers") > > places the hash output buffer at the .bss section. However, AST2600 by >

Re: [PATCH] configs: ast2600: Move SPL bss section to DRAM space

2022-06-27 Thread Sean Anderson
Hi Chai, On 6/28/22 12:23 AM, Joel Stanley wrote: Hi Chai Wei, On Wed, 1 Jun 2022 at 08:21, Chia-Wei Wang wrote: The commit b583348ca8c8 ("image: fit: Align hash output buffers") places the hash output buffer at the .bss section. However, AST2600 by default executes SPL in the NOR flash XIP

Re: [PATCH] configs: ast2600: Move SPL bss section to DRAM space

2022-06-27 Thread Joel Stanley
Hi Chai Wei, On Wed, 1 Jun 2022 at 08:21, Chia-Wei Wang wrote: > > The commit b583348ca8c8 ("image: fit: Align hash output buffers") places > the hash output buffer at the .bss section. However, AST2600 by default > executes SPL in the NOR flash XIP way. This results in the hash output > cannot

Re: [PATCH] configs: ast2600: Move SPL bss section to DRAM space

2022-06-23 Thread Tom Rini
On Wed, Jun 01, 2022 at 04:21:15PM +0800, Chia-Wei Wang wrote: > The commit b583348ca8c8 ("image: fit: Align hash output buffers") places > the hash output buffer at the .bss section. However, AST2600 by default > executes SPL in the NOR flash XIP way. This results in the hash output > cannot be

RE: [PATCH] configs: ast2600: Move SPL bss section to DRAM space

2022-06-01 Thread Neal Liu
> The commit b583348ca8c8 ("image: fit: Align hash output buffers") places the > hash output buffer at the .bss section. However, AST2600 by default executes > SPL in the NOR flash XIP way. This results in the hash output cannot be > written > to the buffer as it is located at the R/X only

[PATCH] configs: ast2600: Move SPL bss section to DRAM space

2022-06-01 Thread Chia-Wei Wang
The commit b583348ca8c8 ("image: fit: Align hash output buffers") places the hash output buffer at the .bss section. However, AST2600 by default executes SPL in the NOR flash XIP way. This results in the hash output cannot be written to the buffer as it is located at the R/X only region. We need