Re: [PATCH 2/3] rockchip: Require an external TPL binary when TPL is missing

2023-02-14 Thread Jonas Karlman
Hi Kever, On 2023-02-14 04:45, Kever Yang wrote: > Hi Jonas, > > On 2023/2/6 20:51, Jonas Karlman wrote: >> Hi Quentin, >> On 2023-02-06 12:26, Quentin Schulz wrote: >>> Hi Jonas, >>> >>> On 2/5/23 21:21, Jonas Karlman wrote: Rockchip SoCs typically use U-Boot TPL to initialize DRAM, then jum

Re: [PATCH 2/3] rockchip: Require an external TPL binary when TPL is missing

2023-02-13 Thread Kever Yang
Hi Jonas, On 2023/2/6 20:51, Jonas Karlman wrote: Hi Quentin, On 2023-02-06 12:26, Quentin Schulz wrote: Hi Jonas, On 2/5/23 21: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.

Re: [PATCH 2/3] rockchip: Require an external TPL binary when TPL is missing

2023-02-13 Thread Kever Yang
On 2023/2/9 00:06, Quentin Schulz wrote: Hi Kever, On 2/8/23 16:41, Kever Yang wrote: Hi Quentin, On 2023/2/6 19:26, Quentin Schulz wrote: Hi Jonas, On 2/5/23 21:21, Jonas Karlman wrote: Rockchip SoCs typically use U-Boot TPL to initialize DRAM, then jumps back to boot-rom to load the nex

Re: [PATCH 2/3] rockchip: Require an external TPL binary when TPL is missing

2023-02-08 Thread Quentin Schulz
Hi Kever, On 2/8/23 16:41, Kever Yang wrote: Hi Quentin, On 2023/2/6 19:26, Quentin Schulz wrote: Hi Jonas, On 2/5/23 21: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 R

Re: [PATCH 2/3] rockchip: Require an external TPL binary when TPL is missing

2023-02-08 Thread Kever Yang
Hi Quentin, On 2023/2/6 19:26, Quentin Schulz wrote: Hi Jonas, On 2/5/23 21: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 initiali

Re: [PATCH 2/3] rockchip: Require an external TPL binary when TPL is missing

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

Re: [PATCH 2/3] rockchip: Require an external TPL binary when TPL is missing

2023-02-06 Thread Jonas Karlman
Hi Quentin, On 2023-02-06 12:26, Quentin Schulz wrote: > Hi Jonas, > > On 2/5/23 21: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 supp

Re: [PATCH 2/3] rockchip: Require an external TPL binary when TPL is missing

2023-02-06 Thread Quentin Schulz
Hi Jonas, On 2/5/23 21: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 instead an external TPL bi

Re: [PATCH 2/3] rockchip: Require an external TPL binary when TPL is missing

2023-02-05 Thread Jonas Karlman
Hi Jagan, On 2023-02-05 21:28, Jagan Teki wrote: > On Mon, Feb 6, 2023 at 1:52 AM 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 suppor

Re: [PATCH 2/3] rockchip: Require an external TPL binary when TPL is missing

2023-02-05 Thread Jagan Teki
On Mon, Feb 6, 2023 at 1:52 AM 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 instead an ex

[PATCH 2/3] rockchip: Require an external TPL binary when TPL is missing

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