Tom, The following changes since commit 47d3debe1ab8315dc9ade22279e02f60eceda25b:
Merge git://git.denx.de/u-boot-dm (2014-09-23 15:21:43 -0400) are available in the git repository at: u-boot git://git.denx.de/u-boot-fsl-qoriq.git master for you to fetch changes up to c7eae7fcb11bc7dab519fca8d8902f1fbc5c3c76: board/ls1021aqds: Add DDR4 support (2014-09-25 09:12:12 -0700) ---------------------------------------------------------------- Arnab Basu (2): fdt_support: Move of_read_number to fdt_support.h fdt_support: Make of_bus_default_count_cells non static Prabhakar Kushwaha (3): board/ls2085a: Update env_addr after NOR flash relocation driver/mtd: Use generic timer API for FSL IFC, eLBC board/ls2085a: Add support of NOR and NAND flash for simulator York Sun (8): driver/ddr: Restruct driver to allow standalone memory space ARMv8/ls2085a_emu: Enable DP-DDR as standalone memory block driver/ddr/fsl: Fix tXP and tCKE armv8/fsl-lsch3: Release secondary cores from boot hold off with Boot Page ARMv8/ls2085a: Enable secondary cores ARMv8/ls2085a: Move u-boot location to make room for RCW driver/ddr/fsl: Fix DDR4 driver board/ls1021aqds: Add DDR4 support README | 6 + arch/arm/cpu/armv8/fsl-lsch3/Makefile | 2 + arch/arm/cpu/armv8/fsl-lsch3/cpu.c | 13 ++ arch/arm/cpu/armv8/fsl-lsch3/cpu.h | 1 + arch/arm/cpu/armv8/fsl-lsch3/fdt.c | 58 +++++ arch/arm/cpu/armv8/fsl-lsch3/lowlevel.S | 125 +++++++++-- arch/arm/cpu/armv8/fsl-lsch3/mp.c | 168 ++++++++++++++ arch/arm/cpu/armv8/fsl-lsch3/mp.h | 36 +++ arch/arm/cpu/armv8/transition.S | 63 +----- arch/arm/include/asm/arch-fsl-lsch3/config.h | 6 +- arch/arm/include/asm/arch-fsl-lsch3/immap_lsch3.h | 35 +++ arch/arm/include/asm/arch-ls102xa/config.h | 5 + arch/arm/include/asm/macro.h | 93 ++++++++ arch/arm/lib/gic_64.S | 10 +- arch/powerpc/cpu/mpc85xx/cpu.c | 4 +- board/freescale/ls1021aqds/MAINTAINERS | 1 + board/freescale/ls1021aqds/ddr.c | 9 +- board/freescale/ls1021aqds/ddr.h | 10 + board/freescale/ls2085a/ddr.c | 34 ++- board/freescale/ls2085a/ddr.h | 29 +++ board/freescale/ls2085a/ls2085a.c | 21 +- common/fdt_support.c | 11 +- configs/ls1021aqds_ddr4_nor_defconfig | 3 + drivers/ddr/fsl/ctrl_regs.c | 37 +++- drivers/ddr/fsl/ddr4_dimm_params.c | 12 +- drivers/ddr/fsl/fsl_ddr_gen4.c | 3 +- drivers/ddr/fsl/interactive.c | 2 - drivers/ddr/fsl/main.c | 244 ++++++++++++++------- drivers/ddr/fsl/options.c | 27 ++- drivers/ddr/fsl/util.c | 26 ++- drivers/mtd/nand/fsl_elbc_nand.c | 8 +- drivers/mtd/nand/fsl_ifc_nand.c | 21 +- include/configs/ls1021aqds.h | 4 +- include/configs/ls2085a_common.h | 87 +++++++- include/configs/ls2085a_emu.h | 1 + include/configs/ls2085a_simu.h | 9 + include/fdt_support.h | 12 + include/fsl_ddr.h | 15 +- include/fsl_ddr_sdram.h | 18 +- 39 files changed, 1018 insertions(+), 251 deletions(-) create mode 100644 arch/arm/cpu/armv8/fsl-lsch3/fdt.c create mode 100644 arch/arm/cpu/armv8/fsl-lsch3/mp.c create mode 100644 arch/arm/cpu/armv8/fsl-lsch3/mp.h create mode 100644 configs/ls1021aqds_ddr4_nor_defconfig Thanks, York _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot