are available in the git repository at: git://www.denx.de/git/u-boot-mpc85xx.git 85xx-next
Andy Fleming (1): Have u-boot pass stashing parameters into device tree Ed Swarthout (5): pixis do not print long help if not configured 85xx if NUM_CPUS>1, print cpu number mpc8572 additional end-point mode fsl_law clear enable before changing. Add cpu/8xxx to TAGS_SUBDIRS Haiying Wang (6): Make DDR interleaving mode work correctly Pass dimm parameters to populate populate controller options Check DDR interleaving mode Add debug information for DDR controller registers Add ddr interleaving suppport for MPC8572DS board Add DDR options setting on MPC8641HPCN board Jason Jin (1): Enabled the Freescale SGMII riser card on 8536DS Kumar Gala (3): 85xx: Export invalidate_{i,d}cache and add flush_dcache 85xx: Improve flash remapping on MPC8572DS & MPC8536DS 85xx: Enable interrupt and setexpr commands on Freescale 85xx boards Liu Yu (2): Make pixis_set_sgmii more general to support MPC85xx boards. Enabled the Freescale SGMII riser card on 8572DS Makefile | 2 + board/atum8548/ddr.c | 5 +- board/freescale/common/pixis.c | 26 +++- board/freescale/mpc8536ds/ddr.c | 5 +- board/freescale/mpc8536ds/mpc8536ds.c | 53 ++++++- board/freescale/mpc8536ds/tlb.c | 2 +- board/freescale/mpc8540ads/ddr.c | 5 +- board/freescale/mpc8541cds/ddr.c | 5 +- board/freescale/mpc8544ds/ddr.c | 5 +- board/freescale/mpc8548cds/ddr.c | 5 +- board/freescale/mpc8555cds/ddr.c | 5 +- board/freescale/mpc8560ads/ddr.c | 5 +- board/freescale/mpc8568mds/ddr.c | 5 +- board/freescale/mpc8572ds/ddr.c | 127 +++++++++++++---- board/freescale/mpc8572ds/mpc8572ds.c | 62 +++++++- board/freescale/mpc8572ds/tlb.c | 2 +- board/freescale/mpc8610hpcd/ddr.c | 5 +- board/freescale/mpc8641hpcn/ddr.c | 147 +++++++++++++++----- board/mpc8540eval/ddr.c | 5 +- board/pm854/ddr.c | 5 +- board/pm856/ddr.c | 5 +- board/sbc8548/ddr.c | 5 +- board/sbc8560/ddr.c | 5 +- board/sbc8641d/ddr.c | 5 +- board/socrates/ddr.c | 5 +- board/stxgp3/ddr.c | 5 +- board/stxssa/ddr.c | 5 +- cpu/mpc85xx/cpu.c | 5 + cpu/mpc85xx/fdt.c | 13 ++ cpu/mpc85xx/start.S | 49 +++++++ cpu/mpc8xxx/ddr/ctrl_regs.c | 74 ++++++++-- cpu/mpc8xxx/ddr/ddr.h | 3 +- cpu/mpc8xxx/ddr/main.c | 45 ++++++- cpu/mpc8xxx/ddr/options.c | 84 +++++++++++- doc/README.fsl-ddr | 69 +++++++++ drivers/misc/fsl_law.c | 1 + include/asm-ppc/cache.h | 1 + .../asm-ppc/fsl_ddr_dimm_params.h | 0 include/asm-ppc/fsl_ddr_sdram.h | 12 ++ include/configs/MPC8536DS.h | 5 + include/configs/MPC8540ADS.h | 2 + include/configs/MPC8541CDS.h | 2 + include/configs/MPC8544DS.h | 5 + include/configs/MPC8548CDS.h | 2 + include/configs/MPC8555CDS.h | 2 + include/configs/MPC8560ADS.h | 2 + include/configs/MPC8568MDS.h | 2 + include/configs/MPC8572DS.h | 29 ++++- 48 files changed, 800 insertions(+), 123 deletions(-) create mode 100644 doc/README.fsl-ddr rename cpu/mpc8xxx/ddr/ddr1_2_dimm_params.h => include/asm-ppc/fsl_ddr_dimm_params.h (100%) _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot