arm64: zynqmp: Introduce u-boot options node with bootscr-address
authorMichal Simek <michal.simek@amd.com>
Mon, 8 Jan 2024 15:39:20 +0000 (16:39 +0100)
committerMichal Simek <michal.simek@amd.com>
Mon, 22 Jan 2024 13:10:10 +0000 (14:10 +0100)
commit2385a6d8ed66aa31bd358b55441ca2f780b4324e
tree8b5b03c71282df20ddf652ac1e49261e68f5904f
parent97fed7ecbbe5296a3d3fab3a064236cf79df67e6
arm64: zynqmp: Introduce u-boot options node with bootscr-address

Add u-boot options node with details about bootscr-address.
c&p description from dtschema/schemas/options/u-boot.yaml:

"Holds the full address of the boot script file. It helps in making
automated flow easier by fetching the 64bit address directly from DT.
Value should be automatically copied to the U-Boot 'scriptaddr' variable.
When it is defined, bootscr-ram-offset property should be ignored.
Actually only one of them should be present in the DT."

Address is generic for all zynqmp boards because all of them have DDR
starting from 0. Custom boards should revisit the location and aligned it
based on their needs.

Link: https://lore.kernel.org/r/4f5978d5a26fe0cd0cc6e54a97da1517bb925c01.1704728353.git.michal.simek@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
arch/arm64/boot/dts/xilinx/zynqmp.dtsi