On Friday 29 December 2017 11:47 AM, Lokesh Vutla wrote: > am574x-idk board is similar to am572x-idk with am574x SoC. > This series adds support for this board.
Gentle Ping. If there are no further comments, can this series be merged ? Thanks and regards, Lokesh > > Changes since v1: > - Moved cmd_ddr3 to cmd/ti/ > > Lokesh Vutla (12): > arm: emif-common: Add ecc specific emif registers > arm: emif-common: Add suppport for enabling ECC > arm: keystone: Move cmd_ddr3 to a common place > cmd: ti: Generalize cmd_ddr3 command > arm: dra762: Add support for device package identification > board: ti: am574x-idk: Add epprom support > board: ti: am574x-idk: Add hw data support > board: ti: am574x-idk: Add ddr data support > board: ti: am574x-idk: Update pinmux using latest PMT > board: ti: am57xx: Enable CMD_DDR3 > ARM: dts: am574x-idk: Add initial support > env: ti: Select dtb name for dra76x and am574 > > Tero Kristo (1): > drivers: dma: ti-edma3: add support for memory fill > > arch/arm/dts/Makefile | 1 + > arch/arm/dts/am572x-idk-common.dtsi | 100 +++++++++ > arch/arm/dts/am572x-idk.dts | 93 +------- > arch/arm/dts/am574x-idk.dts | 22 ++ > arch/arm/dts/am57xx-commercial-grade.dtsi | 1 + > arch/arm/dts/am57xx-industrial-grade.dtsi | 1 + > arch/arm/include/asm/arch-omap5/omap.h | 3 + > arch/arm/include/asm/arch-omap5/sys_proto.h | 1 + > arch/arm/include/asm/emif.h | 50 ++++- > arch/arm/include/asm/omap_common.h | 15 ++ > arch/arm/include/asm/ti-common/ti-edma3.h | 2 + > arch/arm/mach-keystone/Kconfig | 4 + > arch/arm/mach-keystone/Makefile | 1 - > arch/arm/mach-keystone/include/mach/hardware.h | 1 + > arch/arm/mach-omap2/emif-common.c | 95 +++++++- > arch/arm/mach-omap2/hwinit-common.c | 33 ++- > arch/arm/mach-omap2/omap5/Kconfig | 1 + > arch/arm/mach-omap2/omap5/hw_data.c | 4 + > arch/arm/mach-omap2/omap5/hwinit.c | 21 ++ > arch/arm/mach-omap2/omap5/sdram.c | 4 + > board/ti/am57xx/board.c | 66 +++++- > board/ti/am57xx/mux_data.h | 299 > +++++++++++++++++++++++++ > board/ti/dra7xx/evm.c | 17 +- > cmd/Kconfig | 2 + > cmd/Makefile | 1 + > cmd/ti/Kconfig | 10 + > cmd/ti/Makefile | 10 + > {arch/arm/mach-keystone => cmd/ti}/cmd_ddr3.c | 155 ++++++++++--- > configs/am57xx_evm_defconfig | 2 +- > configs/am57xx_hs_evm_defconfig | 2 +- > drivers/dma/ti-edma3.c | 55 ++++- > include/environment/ti/boot.h | 4 +- > 32 files changed, 924 insertions(+), 152 deletions(-) > create mode 100644 arch/arm/dts/am572x-idk-common.dtsi > create mode 100644 arch/arm/dts/am574x-idk.dts > create mode 100644 cmd/ti/Kconfig > create mode 100644 cmd/ti/Makefile > rename {arch/arm/mach-keystone => cmd/ti}/cmd_ddr3.c (58%) > _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot