The following series of patches, - Increase the maximum size of TF-A - Update the location of TF-A due to a limitation for DFU boot - Indicate reserved locations for DMSC code and secure proxy Link to corresponding U-Boot series that makes these changes: - https://patchwork.ozlabs.org/project/uboot/list/?series=249235 changes since v4: - increased the size of TF-A to 128KB to account for future expansions - Reworded the commit message of patch 3 to include the U-Boot version in which the TF-A has been moved to corresponding location - picked up Suman anna's reviewed-by for patch 2 changes since v3: - fixed the title of patches 1 and 2 changes since v2: - split the patches into three - added regions for indicating memory regions reserved for dmsc and secure proxy - moved the TFA location to 0x701c4000 Aswath Govindraju (3): arm64: dts: ti: k3-am64-main: Update TF-A's maximum size and node name arm64: dts: ti: k3-am64-main: Reserve OCMRAM for DMSC-lite and secure proxy communication arm64: dts: ti: k3-am64-main: Update the location of TF-A in compliance with U-Boot v2021.10 arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -- 2.17.1