Searched hist:"8 d59d7f63bf46dd26fd11039e63e3ba9e2673c95" (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/board/xilinx/zynqmp/ |
H A D | zynqmp.c | diff 8d59d7f63bf46dd26fd11039e63e3ba9e2673c95 Mon Feb 08 02:34:53 CST 2016 Michal Simek <michal.simek@xilinx.com> ARM64: zynqmp: Read RAM information from DT
Read information about memory from DT. This patch simplify life with synchronization between DT and board files.
dram_init() only needs maximum RAM size below 4GB that's why please sort banks in memory node. dram_init_banksize() copies memory setup to bi_dram[]. This will avoid reading information from DT twice.
Memory test start/end were changed to DDR location to let memtest still compiled.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|
/openbmc/u-boot/include/configs/ |
H A D | xilinx_zynqmp.h | diff 8d59d7f63bf46dd26fd11039e63e3ba9e2673c95 Mon Feb 08 02:34:53 CST 2016 Michal Simek <michal.simek@xilinx.com> ARM64: zynqmp: Read RAM information from DT
Read information about memory from DT. This patch simplify life with synchronization between DT and board files.
dram_init() only needs maximum RAM size below 4GB that's why please sort banks in memory node. dram_init_banksize() copies memory setup to bi_dram[]. This will avoid reading information from DT twice.
Memory test start/end were changed to DDR location to let memtest still compiled.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|