Re: [PATCH] Correct sun8i-v3s SRAM size

2020-06-11 Thread Jagan Teki
On Tue, Jun 2, 2020 at 12:40 PM Benedikt-Alexander Mokroß wrote: > > Hi Jagan, > > I run into some size-related issues regarding my SPL configuration for a > custom V3s board (mainly due to using fit images). In fact, the V3s has even > more SRAM that could be used for the SPL. However the BROM

Re: [PATCH] Correct sun8i-v3s SRAM size

2020-06-02 Thread Maxime Ripard
On Tue, Jun 02, 2020 at 09:10:08AM +0200, Benedikt-Alexander Mokroß wrote: > Hi Jagan, > > I run into some size-related issues regarding my SPL configuration for > a custom V3s board (mainly due to using fit images). In fact, the V3s > has even more SRAM that could be used for the SPL. However

Re: [PATCH] Correct sun8i-v3s SRAM size

2020-06-02 Thread Benedikt-Alexander Mokroß
Hi Jagan, I run into some size-related issues regarding my SPL configuration for a custom V3s board (mainly due to using fit images). In fact, the V3s has even more SRAM that could be used for the SPL. However the BROM won't boot anything larger than 32KiB. So I use this 32KiB limit in

Re: [PATCH] Correct sun8i-v3s SRAM size

2020-06-01 Thread Jagan Teki
On Tue, Apr 28, 2020 at 9:26 PM Benedikt-Alexander Mokroß wrote: > > According to the Datasheet, the V3s has a 32KiB SRAM. > This patch corrects CONFIG_SPL_MAX_SIZE and LOW_LEVEL_SRAM_STACK > accordingly. Look like the existing value has taken from allwinner BSP, but did you find any issues with

[PATCH] Correct sun8i-v3s SRAM size

2020-04-28 Thread Benedikt-Alexander Mokroß
According to the Datasheet, the V3s has a 32KiB SRAM. This patch corrects CONFIG_SPL_MAX_SIZE and LOW_LEVEL_SRAM_STACK accordingly. Signed-off-by: Benedikt-Alexander Mokroß --- include/configs/sunxi-common.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git