[U-Boot] Please pull u-boot-mpc85xx.git
Andy Fleming
afleming at freescale.com
Sat Oct 25 00:47:39 CEST 2008
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Dave Liu (2):
85xx: remove unused config definition
85xx: Fix the incorrect register used for DDR erratum1
Kumar Gala (12):
85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
85xx: Add basic e500mc core support
pci: Allow for PCI addresses to be 64-bit
85xx: Enable 64-bit PCI resources on all Freescale boards
86xx: Enable 64-bit PCI resources on all Freescale boards
fdt: Add fdt_getprop_u32_default helpers
fdt: Added helper to set PCI dma-ranges property
pci/fsl_pci_init: Enable larger address and setting inbound windows properly
pci/fsl_pci_init: Add a common PCI inbound setup function
pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
85xx: Convert all fsl_pci_init users to new APIs
86xx: Convert all fsl_pci_init users to new APIs
board/atum8548/atum8548.c | 77 +++++-----------
board/freescale/mpc8536ds/mpc8536ds.c | 110 ++++++++---------------
board/freescale/mpc8544ds/mpc8544ds.c | 109 ++++++++---------------
board/freescale/mpc8548cds/mpc8548cds.c | 57 ++++--------
board/freescale/mpc8568mds/mpc8568mds.c | 56 ++++--------
board/freescale/mpc8572ds/mpc8572ds.c | 72 +++++----------
board/freescale/mpc8610hpcd/mpc8610hpcd.c | 78 +++++-----------
board/freescale/mpc8641hpcn/mpc8641hpcn.c | 53 ++++--------
board/sbc8548/sbc8548.c | 66 ++++----------
board/sbc8641d/sbc8641d.c | 55 ++++--------
board/tqc/tqm85xx/tqm85xx.c | 58 ++++--------
common/fdt_support.c | 96 ++++++++++++++++++++
cpu/mpc85xx/cpu.c | 4 +
cpu/mpc85xx/ddr-gen3.c | 9 ++-
cpu/mpc85xx/release.S | 8 ++
cpu/mpc85xx/start.S | 6 +-
drivers/pci/fsl_pci_init.c | 139 ++++++++++++++++++++++++++---
drivers/pci/pci.c | 37 ++++++---
drivers/pci/pci_auto.c | 88 +++++++++++--------
include/asm-ppc/cache.h | 2 +
include/configs/ATUM8548.h | 5 -
include/configs/MPC8536DS.h | 14 +---
include/configs/MPC8540ADS.h | 1 +
include/configs/MPC8541CDS.h | 1 +
include/configs/MPC8544DS.h | 6 +-
include/configs/MPC8548CDS.h | 6 +-
include/configs/MPC8555CDS.h | 1 +
include/configs/MPC8560ADS.h | 1 +
include/configs/MPC8568MDS.h | 6 +-
include/configs/MPC8572DS.h | 16 +---
include/configs/MPC8610HPCD.h | 6 +-
include/configs/MPC8641HPCN.h | 6 +-
include/configs/TQM85xx.h | 5 -
include/configs/sbc8548.h | 5 -
include/configs/sbc8641d.h | 5 -
include/fdt_support.h | 7 ++
include/pci.h | 40 +++++----
37 files changed, 624 insertions(+), 687 deletions(-)
More information about the U-Boot
mailing list