Re: [PATCH] arm: mach-k3: am62p: Fixup TF-A/OP-TEE reserved-memory node in FDT

2024-05-30 Thread Tom Rini
On Thu, May 23, 2024 at 11:43:20AM -0500, Bryan Brattlof wrote: > The address we load TFA and OPTEE is configurable by the > CONFIG_K3_{ATF,OPTEE)_LOAD_ADDR, but the DT node reservations remain > static which can cause some confusion about where exactly these firmware > are exactly. Fix this by up

Re: [PATCH] arm: mach-k3: am62p: Fixup TF-A/OP-TEE reserved-memory node in FDT

2024-05-23 Thread Tom Rini
On Thu, May 23, 2024 at 12:22:56PM -0500, Bryan Brattlof wrote: > On May 23, 2024 thus sayeth Bryan Brattlof: > > On May 23, 2024 thus sayeth Andrew Davis: > > > On 5/23/24 11:43 AM, Bryan Brattlof wrote: > > > > The address we load TFA and OPTEE is configurable by the > > > > CONFIG_K3_{ATF,OPTEE)

Re: [PATCH] arm: mach-k3: am62p: Fixup TF-A/OP-TEE reserved-memory node in FDT

2024-05-23 Thread Bryan Brattlof
On May 23, 2024 thus sayeth Bryan Brattlof: > On May 23, 2024 thus sayeth Andrew Davis: > > On 5/23/24 11:43 AM, Bryan Brattlof wrote: > > > The address we load TFA and OPTEE is configurable by the > > > CONFIG_K3_{ATF,OPTEE)_LOAD_ADDR, but the DT node reservations remain > > > static which can cau

Re: [PATCH] arm: mach-k3: am62p: Fixup TF-A/OP-TEE reserved-memory node in FDT

2024-05-23 Thread Bryan Brattlof
On May 23, 2024 thus sayeth Andrew Davis: > On 5/23/24 11:43 AM, Bryan Brattlof wrote: > > The address we load TFA and OPTEE is configurable by the > > CONFIG_K3_{ATF,OPTEE)_LOAD_ADDR, but the DT node reservations remain > > static which can cause some confusion about where exactly these firmware >

Re: [PATCH] arm: mach-k3: am62p: Fixup TF-A/OP-TEE reserved-memory node in FDT

2024-05-23 Thread Andrew Davis
On 5/23/24 11:43 AM, Bryan Brattlof wrote: The address we load TFA and OPTEE is configurable by the CONFIG_K3_{ATF,OPTEE)_LOAD_ADDR, but the DT node reservations remain static which can cause some confusion about where exactly these firmware are exactly. Fix this by updating the reserved-memory{}