Re: [PATCH v3 1/6] rockchip: Add common default bss and stack addresses

2024-03-11 Thread Kever Yang
Hi Jonas, On 2024/3/3 03:16, Jonas Karlman wrote: On Rockchip the typical aarch64 boot steps are as follows: - BROM load TPL to SRAM - TPL init full DRAM - use stack in SRAM at TPL_STACK addr - use malloc heap on stack, size is TPL_SYS_MALLOC_F_LEN - TPL jump back to BROM - BROM load SPL t

[PATCH v3 1/6] rockchip: Add common default bss and stack addresses

2024-03-02 Thread Jonas Karlman
On Rockchip the typical aarch64 boot steps are as follows: - BROM load TPL to SRAM - TPL init full DRAM - use stack in SRAM at TPL_STACK addr - use malloc heap on stack, size is TPL_SYS_MALLOC_F_LEN - TPL jump back to BROM - BROM load SPL to beginning of DRAM - SPL init storage devices - use