The following changes since commit 984f10baac8ef6032df52f135943d6b0bc96f724: Wolfgang Denk (1): mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]
are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master Kumar Gala (2): ppc/85xx: Clean up immap_85xx.h ppc/85xx: get_law_entry isn't used in CONFIG_NAND_SPL Mingkai Hu (4): mpc8536: fix board config file line length NAND boot: MPC8536DS support On-chip ROM boot: MPC8536DS support Add README.mpc8536ds Paul Gortmaker (1): sbc8548: reclaim wasted sector in boot flash MAKEALL | 3 + Makefile | 3 + board/freescale/mpc8536ds/config.mk | 19 + board/freescale/mpc8536ds/tlb.c | 11 + board/sbc8548/config.mk | 2 +- doc/README.mpc8536ds | 127 + doc/README.sbc8548 | 24 + drivers/misc/fsl_law.c | 4 + include/asm-ppc/immap_85xx.h | 3175 ++++++++++++------------ include/configs/MPC8536DS.h | 255 ++- include/configs/sbc8548.h | 20 +- nand_spl/board/freescale/mpc8536ds/Makefile | 127 + nand_spl/board/freescale/mpc8536ds/nand_boot.c | 83 + 13 files changed, 2175 insertions(+), 1678 deletions(-) create mode 100644 doc/README.mpc8536ds create mode 100644 nand_spl/board/freescale/mpc8536ds/Makefile create mode 100644 nand_spl/board/freescale/mpc8536ds/nand_boot.c _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot