mbox series

[v2,0/2] AM64: Update the locations of various elements in SRAM

Message ID 20210616163821.20457-1-a-govindraju@ti.com
Headers show
Series AM64: Update the locations of various elements in SRAM | expand

Message

Aswath Govindraju June 16, 2021, 4:38 p.m. UTC
The following series of patches,
- Update the location of TF-A
- Indicate reserved locations for DMSC code and secure proxy

changes since v1:
- Moved the load address of TF-A to 0x701c0000 to account for future
  increments in the size of TF-A
- Reworded the title of patch 2

Aswath Govindraju (2):
  configs: am64x_evm_a53_defconfig: Move TF-A load address to 0x701c0000
  arm: dts: k3-am64-main: Reserve OCMRAM for DMSC-lite and secure proxy
    communication

 arch/arm/dts/k3-am64-main.dtsi  | 12 ++++++++++--
 configs/am64x_evm_a53_defconfig |  2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)

Comments

Lokesh Vutla July 14, 2021, 6:52 a.m. UTC | #1
On Wed, 16 Jun 2021 22:08:19 +0530, Aswath Govindraju wrote:
> The following series of patches,
> - Update the location of TF-A
> - Indicate reserved locations for DMSC code and secure proxy
> 
> changes since v1:
> - Moved the load address of TF-A to 0x701c0000 to account for future
>   increments in the size of TF-A
> - Reworded the title of patch 2
> 
> [...]
 
Applied to https://source.denx.de/u-boot/custodians/u-boot-ti.git for-rc, thanks!
[1/2] configs: am64x_evm_a53_defconfig: Move TF-A load address to 0x701c0000
      https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/7500c2febe
[2/2] arm: dts: k3-am64-main: Reserve OCMRAM for DMSC-lite and secure proxy communication
      https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/9199110350
 
--
Thanks and Regards,
Lokesh