From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 0/5] Add support for reading memory configuration from DT at run-time
Date: Mon, 16 Jul 2018 15:37:40 +0200 [thread overview]
Message-ID: <cover.1531748261.git.michal.simek@xilinx.com> (raw)
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
next reply other threads:[~2018-07-16 13:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-16 13:37 Michal Simek [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1531748261.git.michal.simek@xilinx.com \
--to=michal.simek@xilinx.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox