[U-Boot] [PATCH v5 0/5] Add support for reading memory configuration from DT at run-time

Michal Simek michal.simek at xilinx.com
Mon Jul 16 13:37:40 UTC 2018


Hi,

this is series which was send by Siva. I have just put there missing
Tom's tag which we got and adding more people to TO.

Thanks,
Michal

Changes in v5:
- Add Tom's tag -
  https://lists.denx.de/pipermail/u-boot/2018-June/332810.html
- Add Tom's tag -
  https://lists.denx.de/pipermail/u-boot/2018-June/332810.html

Changes in v4:
- Rebased on latest master and used
  available ram_base
- Separate the rename patch
- Rebased on latest master
- None, rebased on latest master

Changes in v3:
- Used new varibale ram_start
- Rename fdtdec_setup_memory_size

Changes in v2:
- Removed commit reference from description as per comment
- Update memory node as per comment
- Removed intc and fclk as per comment

Siva Durga Prasad Paladugu (5):
  lib: fdtdec: Update ram_base to store ram start adddress
  lib: fdtdec: Rename routine fdtdec_setup_memory_size()
  arm: zynq: Dont define SDRAM_BASE and SDRAM_SIZE in .h
  arm: zynq: Add Nand flash mini u-boot configuration for zynq
  arm: zynq: Add parallel NOR flash mini u-boot configuration for zynq

 arch/arm/dts/Makefile                              |  2 +
 arch/arm/dts/zynq-cse-nand.dts                     | 80 ++++++++++++++++++++
 arch/arm/dts/zynq-cse-nor.dts                      | 88 ++++++++++++++++++++++
 arch/arm/mach-mvebu/arm64-common.c                 |  2 +-
 board/emulation/qemu-arm/qemu-arm.c                |  2 +-
 board/renesas/alt/alt.c                            |  2 +-
 board/renesas/blanche/blanche.c                    |  2 +-
 board/renesas/draak/draak.c                        |  2 +-
 board/renesas/eagle/eagle.c                        |  2 +-
 board/renesas/gose/gose.c                          |  2 +-
 board/renesas/koelsch/koelsch.c                    |  2 +-
 board/renesas/lager/lager.c                        |  2 +-
 board/renesas/porter/porter.c                      |  2 +-
 board/renesas/salvator-x/salvator-x.c              |  2 +-
 board/renesas/silk/silk.c                          |  2 +-
 board/renesas/stout/stout.c                        |  2 +-
 board/renesas/ulcb/ulcb.c                          |  2 +-
 board/st/stm32f429-discovery/stm32f429-discovery.c |  2 +-
 .../st/stm32f429-evaluation/stm32f429-evaluation.c |  2 +-
 board/st/stm32f469-discovery/stm32f469-discovery.c |  2 +-
 board/st/stm32h743-disco/stm32h743-disco.c         |  2 +-
 board/st/stm32h743-eval/stm32h743-eval.c           |  2 +-
 board/xilinx/zynq/board.c                          |  2 +-
 board/xilinx/zynqmp/zynqmp.c                       |  2 +-
 board/xilinx/zynqmp_r5/board.c                     |  2 +-
 common/board_f.c                                   |  4 +-
 configs/zynq_cse_nand_defconfig                    | 50 ++++++++++++
 configs/zynq_cse_nor_defconfig                     | 50 ++++++++++++
 include/configs/zynq_cse.h                         |  3 -
 include/fdtdec.h                                   | 16 ++--
 lib/fdtdec.c                                       |  3 +-
 tools/patman/func_test.py                          |  2 +-
 tools/patman/test/0000-cover-letter.patch          |  2 +-
 ...-cast-for-sandbox-in-fdtdec_setup_memory_.patch |  4 +-
 tools/patman/test/test01.txt                       |  2 +-
 35 files changed, 310 insertions(+), 40 deletions(-)
 create mode 100644 arch/arm/dts/zynq-cse-nand.dts
 create mode 100644 arch/arm/dts/zynq-cse-nor.dts
 create mode 100644 configs/zynq_cse_nand_defconfig
 create mode 100644 configs/zynq_cse_nor_defconfig

-- 
1.9.1



More information about the U-Boot mailing list