Re: [PATCH 0/3] rockchip: Use external TPL binary to create a working firmware image

2023-02-08 Thread Jonas Karlman
Hi Simon, On 2023-02-07 05:02, Simon Glass wrote: > Hi Jonas, > > On Sun, 5 Feb 2023 at 13:21, Jonas Karlman wrote: >> >> Rockchip SoCs typically use U-Boot TPL to initialize DRAM, then jumps >> back to boot-rom to load the next stage of the boot flow, U-Boot SPL. >> >> For RK356x there is curre

Re: [PATCH 0/3] rockchip: Use external TPL binary to create a working firmware image

2023-02-06 Thread Simon Glass
Hi Jonas, On Sun, 5 Feb 2023 at 13:21, Jonas Karlman wrote: > > Rockchip SoCs typically use U-Boot TPL to initialize DRAM, then jumps > back to boot-rom to load the next stage of the boot flow, U-Boot SPL. > > For RK356x there is currently no support to initialize DRAM using U-Boot > TPL and inst

[PATCH 0/3] rockchip: Use external TPL binary to create a working firmware image

2023-02-05 Thread Jonas Karlman
Rockchip SoCs typically use U-Boot TPL to initialize DRAM, then jumps back to boot-rom to load the next stage of the boot flow, U-Boot SPL. For RK356x there is currently no support to initialize DRAM using U-Boot TPL and instead an external TPL binary must be used to generate a working u-boot-rock