Re: [PATCH] rockchip: rk3399: pass platform parameter to TF-A by default

2023-01-02 Thread quentin . schulz
Hi Michal, Kever, On 12/18/22 3:03 PM, Michal Suchánek wrote: Hello, On Sun, Dec 18, 2022 at 06:00:13PM +0800, Kever Yang wrote: > Hi Quentin, > >     I would prefer you to remove SPL_ATF_NO_PLATFORM_PARAM in those boards > you have test, then we will have no end of this problem. I could

Re: [PATCH] rockchip: rk3399: pass platform parameter to TF-A by default

2022-12-18 Thread Michal Suchánek
Hello, On Sun, Dec 18, 2022 at 06:00:13PM +0800, Kever Yang wrote: > Hi Quentin, > >     I would prefer you to remove SPL_ATF_NO_PLATFORM_PARAM in those boards > you have test, then we will have no end of this problem. > > there may have some boards using legacy ATF binary but still want to us

Re: [PATCH] rockchip: rk3399: pass platform parameter to TF-A by default

2022-12-18 Thread Kever Yang
Hi Quentin,     I would prefer you to remove SPL_ATF_NO_PLATFORM_PARAM in those boards you have test, there may have some boards using legacy ATF binary but still want to use mainline U-Boot which may have problem with this update. Thanks, - Kever On 2022/11/15 01:37, Quentin Schulz wro

Re: [PATCH] rockchip: rk3399: pass platform parameter to TF-A by default

2022-11-15 Thread Jerome Forissier
Hi Qentin, On 11/15/22 11:05, Quentin Schulz wrote: > Hi Jerome, > > On 11/14/22 22:13, Jerome Forissier wrote: >> >> >> On 11/14/22 18:37, Quentin Schulz wrote: >>> From: Quentin Schulz >>> >>> Long are gone the times TF-A couldn't handle the FDT passed by U-Boot. >>> Specifically, since commit

Re: [PATCH] rockchip: rk3399: pass platform parameter to TF-A by default

2022-11-15 Thread Quentin Schulz
Hi Jerome, On 11/14/22 22:13, Jerome Forissier wrote: On 11/14/22 18:37, Quentin Schulz wrote: From: Quentin Schulz Long are gone the times TF-A couldn't handle the FDT passed by U-Boot. Specifically, since commit e7b586987c0a ("rockchip: don't crash if we get an FDT we can't parse") in TF-

Re: [PATCH] rockchip: rk3399: pass platform parameter to TF-A by default

2022-11-14 Thread Jerome Forissier
On 11/14/22 18:37, Quentin Schulz wrote: > From: Quentin Schulz > > Long are gone the times TF-A couldn't handle the FDT passed by U-Boot. > Specifically, since commit e7b586987c0a ("rockchip: don't crash if we > get an FDT we can't parse") in TF-A, failure to parse the FDT will use > the fall

[PATCH] rockchip: rk3399: pass platform parameter to TF-A by default

2022-11-14 Thread Quentin Schulz
From: Quentin Schulz Long are gone the times TF-A couldn't handle the FDT passed by U-Boot. Specifically, since commit e7b586987c0a ("rockchip: don't crash if we get an FDT we can't parse") in TF-A, failure to parse the FDT will use the fallback mechanism. This patch was merged in TF-A v2.4-rc0 f