
(This has the updated versions of the 'bank' patches based on comments from the list)
- k
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 (4): 85xx: Bump up the BOOTMAP to 16M on FSL 85xx boards 86xx: Report which "bank" of NOR flash we are booting from on MPC8641HPCN 85xx: Report which "bank" of NOR flash we are booting from on FSL boards 85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards
Peter Tyser (8): 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 xes: Increase CONFIG_SYS_BOOTM_LEN to 16MB xpedite5370: Enable NAND command support
Roy Zang (1): 85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
board/freescale/common/pixis.c | 78 +++++++++++--------- board/freescale/mpc8536ds/mpc8536ds.c | 61 +++++++++++++--- board/freescale/mpc8544ds/mpc8544ds.c | 27 +++++--- board/freescale/mpc8572ds/mpc8572ds.c | 48 ++++++++++--- board/freescale/mpc8610hpcd/mpc8610hpcd.c | 29 ++++---- board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 13 ++-- board/freescale/mpc8641hpcn/mpc8641hpcn.c | 39 +++++++---- board/freescale/p2020ds/p2020ds.c | 45 +++++++++--- 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 | 12 +++- include/configs/MPC8540ADS.h | 4 +- include/configs/MPC8541CDS.h | 4 +- include/configs/MPC8544DS.h | 7 ++- 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 | 9 ++- include/configs/MPC8641HPCN.h | 2 + include/configs/P2020DS.h | 9 ++- include/configs/XPEDITE5170.h | 1 + include/configs/XPEDITE5200.h | 2 + include/configs/XPEDITE5370.h | 11 +++- 31 files changed, 402 insertions(+), 268 deletions(-)