u-boot-brain/board/xilinx
T Karthik Reddy 25484d9070 xilinx: common: Fix boot script address
Currently u-boot supports addresses upto 39-bits only. If anybody
wants to use addresses of more than 39-bits in Linux they will have
a separate memory node in DT. In such cases they will have multiple
memory nodes.
Currently u-boot selects and runs on lower memory bank region.
But bootscript is being loaded on dram bank 0, where dram bank 0 will
point to 1st memory node in DT. If first memory node is mentioned as
higher ddr(>39-bits address) then u-boot cannot load the bootscript.
So fix this issue by setting bootscript address within the lower memory
bank region.

Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com>
Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2021-04-23 08:45:55 +02:00
..
bootscripts xilinx: Add sd boot command script for reference 2019-10-08 09:11:13 +02:00
common xilinx: common: Fix boot script address 2021-04-23 08:45:55 +02:00
microblaze-generic Correct U-Boot upstream repository 2021-02-28 13:57:30 -05:00
versal xilinx: versal: Add usb dfu/thor distro boot support 2021-04-23 08:45:55 +02:00
zynq xilinx: zynq: Add support for saving env based on bootmode 2021-04-23 08:43:18 +02:00
zynqmp xilinx: zynqmp: Add usb dfu/thor distro boot support 2021-04-23 08:45:55 +02:00
zynqmp_r5 common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
Kconfig xilinx: Merge together BOOT_SCRIPT_OFFSET between MB and ARM 2020-10-27 08:13:33 +01:00