[U-Boot] [PATCH 0/2] arm64: Setting up initrd_hi at run time

Michal Simek michal.simek at xilinx.com
Wed Sep 11 07:28:26 UTC 2019


Hi,

we are running one u-boot configurations on various boards with different
amount of memory that setting up initrd_high is problematic. There
shouldn't be a problem to setup initrd_high at run time based on DDR size
detection.
The same changes are done for ZynqMP and Versal.

Thanks,
Michal


Siva Durga Prasad Paladugu (1):
  arm64: versal: Set initrd_high to as high as possible

T Karthik Reddy (1):
  arm64: zynqmp: Set initrd_high to as high as possible

 arch/arm/Kconfig                | 16 ++++++++++++++++
 board/xilinx/versal/board.c     |  6 ++++++
 board/xilinx/zynqmp/zynqmp.c    |  6 ++++++
 include/configs/xilinx_versal.h |  1 -
 include/configs/xilinx_zynqmp.h |  1 -
 5 files changed, 28 insertions(+), 2 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list