[U-Boot] Please pull u-boot-mpc85xx.git
Andy Fleming
afleming at freescale.com
Sat Jan 24 00:30:24 CET 2009
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Dave Liu (5):
fsl-ddr: update the bit mask for DDR3 controller
fsl-ddr: clean up the ddr code for DDR3 controller
fsl-ddr: make the self refresh idle threshold configurable
fsl-ddr: use the 1T timing as default configuration
85xx: enable the auto self refresh for wake up ARP
Haiying Wang (2):
Add README file for MPC8572DS board
Add secondary CPUs processor frequency for e500 core
Kumar Gala (10):
85xx: separate PIXIS virtual from physical address
85xx: separate FLASH BASE virtual from physical address
85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
85xx: Use BR_ADDR macro for NAND chipselects
85xx: Handle eLBC difference w/36-bit physical
85xx: Add a 36-bit physical configuration for MPC8572DS
MAKEALL | 1 +
Makefile | 8 ++-
board/freescale/mpc8536ds/ddr.c | 6 +
board/freescale/mpc8536ds/law.c | 4 +-
board/freescale/mpc8536ds/mpc8536ds.c | 30 +++---
board/freescale/mpc8536ds/tlb.c | 8 +-
board/freescale/mpc8540ads/ddr.c | 3 +
board/freescale/mpc8540ads/law.c | 2 +-
board/freescale/mpc8540ads/tlb.c | 8 +-
board/freescale/mpc8541cds/tlb.c | 8 +-
board/freescale/mpc8544ds/ddr.c | 3 +
board/freescale/mpc8544ds/mpc8544ds.c | 34 +++---
board/freescale/mpc8544ds/tlb.c | 6 +-
board/freescale/mpc8548cds/mpc8548cds.c | 8 +-
board/freescale/mpc8548cds/tlb.c | 6 +-
board/freescale/mpc8555cds/tlb.c | 8 +-
board/freescale/mpc8560ads/ddr.c | 3 +
board/freescale/mpc8560ads/law.c | 2 +-
board/freescale/mpc8560ads/tlb.c | 8 +-
board/freescale/mpc8568mds/law.c | 2 +-
board/freescale/mpc8568mds/mpc8568mds.c | 8 +-
board/freescale/mpc8568mds/tlb.c | 2 +-
board/freescale/mpc8572ds/law.c | 4 +-
board/freescale/mpc8572ds/mpc8572ds.c | 16 ++--
board/freescale/mpc8572ds/tlb.c | 12 +-
board/freescale/mpc8610hpcd/ddr.c | 3 +
board/freescale/mpc8641hpcn/ddr.c | 2 +
board/stxgp3/ddr.c | 3 +
board/stxssa/ddr.c | 3 +
cpu/mpc85xx/cpu.c | 7 +-
cpu/mpc85xx/fdt.c | 15 +++-
cpu/mpc85xx/pci.c | 32 +++++--
cpu/mpc85xx/speed.c | 10 +-
cpu/mpc8xxx/ddr/ctrl_regs.c | 48 ++++++----
cpu/mpc8xxx/ddr/options.c | 2 +-
doc/README.mpc8572ds | 167 +++++++++++++++++++++++++++++++
include/asm-ppc/fsl_ddr_sdram.h | 7 ++
include/asm-ppc/fsl_lbc.h | 8 ++-
include/configs/MPC8536DS.h | 63 +++++++-----
include/configs/MPC8540ADS.h | 13 ++-
include/configs/MPC8541CDS.h | 16 ++-
include/configs/MPC8544DS.h | 47 ++++++----
include/configs/MPC8548CDS.h | 28 ++++--
include/configs/MPC8555CDS.h | 16 ++-
include/configs/MPC8560ADS.h | 13 ++-
include/configs/MPC8568MDS.h | 20 +++--
include/configs/MPC8572DS.h | 98 ++++++++++++++----
include/e500.h | 6 +-
48 files changed, 595 insertions(+), 232 deletions(-)
create mode 100644 doc/README.mpc8572ds
More information about the U-Boot
mailing list