Re: [PATCH 2/3] sunxi: h616: lower SPL stack address to avoid BROM data

2023-01-08 Thread Samuel Holland
On 7/13/22 10:27, Andre Przywara wrote: > When using the USB OTG FEL mode on the Allwinner H616, the BootROM > stores some data at the end of SRAM C. This is also the location where > we place the initial SPL stack, so it will overwrite this data. > We still need the BROM code after running the SPL

[PATCH 2/3] sunxi: h616: lower SPL stack address to avoid BROM data

2022-07-13 Thread Andre Przywara
When using the USB OTG FEL mode on the Allwinner H616, the BootROM stores some data at the end of SRAM C. This is also the location where we place the initial SPL stack, so it will overwrite this data. We still need the BROM code after running the SPL, so should leave that area alone. Interestingly