[U-Boot] [PATCH v6 0/5] Add support for reading memory configuration from DT at run-time
Michal Simek
monstr at monstr.eu
Thu Jul 19 08:31:04 UTC 2018
On 17.7.2018 15:16, Michal Simek wrote:
> 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 v6:
> - Fix socfpga misc, bcmstb, ebisu which were recently added
>
> 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 +-
> arch/arm/mach-socfpga/misc.c | 2 +-
> board/broadcom/bcmstb/bcmstb.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/ebisu/ebisu.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 +-
> 38 files changed, 313 insertions(+), 43 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
>
Based on my discussion with Marek over IRC I have applied this series to
my tree with one fix in commit message reported by Simon here
https://lists.denx.de/pipermail/u-boot/2018-July/335230.html
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180719/5a8b6d67/attachment.sig>
More information about the U-Boot
mailing list