Hi Simon, On 9.7.2018 21:50, Simon Glass wrote: > On 11 June 2018 at 13:07, Simon Glass <[email protected]> wrote: >> >> From: Michael Pratt <[email protected]> >> >> Support a default memory bank, specified in reg, as well as >> board-specific memory banks in subtree board-id nodes. >> >> This allows memory information to be provided in the device tree, >> rather than hard-coded in, which will make it simpler to handle >> similar devices with different memory banks, as the board-id values >> or masks can be used to match devices. >> >> Signed-off-by: Michael Pratt <[email protected]> >> Signed-off-by: Simon Glass <[email protected]> >> Reviewed-by: Vadim Bendebury <[email protected]> >> --- >> >> doc/device-tree-bindings/memory/memory.txt | 67 +++++++++++++ >> include/asm-generic/global_data.h | 1 + >> include/fdt_support.h | 10 ++ >> include/fdtdec.h | 38 ++++++- >> lib/fdtdec.c | 109 +++++++++++++++++++++ >> 5 files changed, 224 insertions(+), 1 deletion(-) >> create mode 100644 doc/device-tree-bindings/memory/memory.txt > > Applied to u-boot-dm
Just FYI: That ram_base in global_data.h is not used in this patch and in v2 in 2014 this wasn't the part of this patch. Anyway Siva will use this ram_base in his patch he sent recently. Thanks, Michal -- Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Xilinx Microblaze Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs
signature.asc
Description: OpenPGP digital signature
_______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

