public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v5 0/5] Add support for reading memory configuration from DT at run-time
@ 2018-07-16 13:37 Michal Simek
  2018-07-16 13:37 ` [U-Boot] [PATCH v5 1/5] lib: fdtdec: Update ram_base to store ram start adddress Michal Simek
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Michal Simek @ 2018-07-16 13:37 UTC (permalink / raw)
  To: u-boot


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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-07-19  1:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-16 13:37 [U-Boot] [PATCH v5 0/5] Add support for reading memory configuration from DT at run-time Michal Simek
2018-07-16 13:37 ` [U-Boot] [PATCH v5 1/5] lib: fdtdec: Update ram_base to store ram start adddress Michal Simek
2018-07-16 13:37 ` [U-Boot] [PATCH v5 2/5] lib: fdtdec: Rename routine fdtdec_setup_memory_size() Michal Simek
2018-07-16 13:37 ` [U-Boot] [PATCH v5 3/5] arm: zynq: Dont define SDRAM_BASE and SDRAM_SIZE in .h Michal Simek
2018-07-19  1:31   ` Simon Glass
2018-07-16 13:37 ` [U-Boot] [PATCH v5 4/5] arm: zynq: Add Nand flash mini u-boot configuration for zynq Michal Simek
2018-07-16 13:37 ` [U-Boot] [PATCH v5 5/5] arm: zynq: Add parallel NOR " Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox