The following changes since commit 3ca55bce9c8bf00df06a20487fafc16fa2f8084b: Marcel Ziswiler (1): mpc8260: remove Ethernet node fixup to use generic FDT code.
are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master Kumar Gala (7): ppc/8xxx: Misc DDR related fixes ppc/85xx: Introduce low level write_tlb function ppc/85xx: Repack tlb_table to save space ppc/85xx: Move code around to prep for NAND_SPL ppc/85xx: Change cpu_init_early_f so we can use with NAND SPL ppc/85xx: Split out cpu_init_early into its own file for NAND_SPL ppc/85xx: Disable all async interrupt sources when we boot Mingkai Hu (2): ppc/85xx: add boot from NAND/eSDHC/eSPI support NAND boot: change NAND loader's relocate SP to CONFIG param Roy Zang (1): ppc/85xx: Enable usb ehci support for p2020ds board Scott Wood (3): ppc/85xx: Don't enable interrupts before we're ready ppc/85xx: Ensure that MAS8 is zero when writing TLB entries. ppc/85xx: Remove some bogus code from external interrupt handler. board/freescale/mpc8313erdb/mpc8313erdb.c | 2 +- board/sheldon/simpc8313/simpc8313.c | 2 +- cpu/mpc85xx/Makefile | 1 + cpu/mpc85xx/cpu_init.c | 67 +++++++-------- cpu/mpc85xx/cpu_init_early.c | 76 ++++++++++++++++ cpu/mpc85xx/start.S | 55 +++++++++++- cpu/mpc85xx/tlb.c | 60 ++++++------- cpu/mpc85xx/traps.c | 9 +-- cpu/mpc85xx/u-boot-nand.lds | 138 +++++++++++++++++++++++++++++ cpu/mpc8xxx/ddr/ctrl_regs.c | 10 +- cpu/mpc8xxx/ddr/ddr3_dimm_params.c | 4 +- drivers/misc/fsl_law.c | 2 + include/asm-ppc/mmu.h | 25 +++--- include/asm-ppc/processor.h | 2 + include/configs/MPC8313ERDB.h | 1 + include/configs/P2020DS.h | 9 ++ include/configs/SIMPC8313.h | 1 + 17 files changed, 364 insertions(+), 100 deletions(-) create mode 100644 cpu/mpc85xx/cpu_init_early.c create mode 100644 cpu/mpc85xx/u-boot-nand.lds _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot