
The following changes since commit d4abc757c26c531293f5bbc4262ade44a317eec9: Peter Tyser (1): Move api_examples to examples/api
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
Kumar Gala (3): 85xx: Bump up the BOOTMAP to 16M on FSL 85xx boards 85xx: Report which "bank" of NOR flash we are booting from on FSL boards 86xx: Report which "bank" of NOR flash we are booting from on MPC8641HPCN
Peter Tyser (6): 86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields xes: Remove 8xxx board_add_ram_info() function tqm85xx: Remove board_add_ram_info() 85xx, 86xx: Add common board_add_ram_info() xpedite5200,5370: Use buffered NOR flash writes xpedite5370: Fix I2C GPIO initialization typo
Roy Zang (1): 85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
board/freescale/mpc8536ds/mpc8536ds.c | 18 +++++- board/freescale/mpc8544ds/mpc8544ds.c | 11 +++- board/freescale/mpc8572ds/mpc8572ds.c | 21 ++++++- board/freescale/mpc8610hpcd/mpc8610hpcd.c | 4 +- board/freescale/mpc8641hpcn/mpc8641hpcn.c | 19 ++++-- board/freescale/p2020ds/p2020ds.c | 12 +++- board/sbc8641d/sbc8641d.c | 12 ++-- board/tqc/tqm85xx/sdram.c | 33 +--------- board/xes/common/fsl_8xxx_ddr.c | 53 ---------------- board/xes/xpedite5370/xpedite5370.c | 4 +- cpu/mpc86xx/ddr-8641.c | 4 +- cpu/mpc8xxx/ddr/main.c | 43 +------------ cpu/mpc8xxx/ddr/util.c | 96 +++++++++++++++++++++++++++++ include/asm-ppc/immap_86xx.h | 4 +- include/configs/MPC8536DS.h | 5 +- include/configs/MPC8540ADS.h | 4 +- include/configs/MPC8541CDS.h | 4 +- include/configs/MPC8544DS.h | 5 +- include/configs/MPC8548CDS.h | 4 +- include/configs/MPC8555CDS.h | 4 +- include/configs/MPC8560ADS.h | 4 +- include/configs/MPC8568MDS.h | 4 +- include/configs/MPC8569MDS.h | 4 +- include/configs/MPC8572DS.h | 4 +- include/configs/P2020DS.h | 4 +- include/configs/XPEDITE5200.h | 1 + include/configs/XPEDITE5370.h | 1 + 27 files changed, 211 insertions(+), 171 deletions(-)