[U-Boot] Please pull u-boot-mpc85xx.git
Kumar Gala
galak at kernel.crashing.org
Mon Jul 6 17:13:46 CEST 2009
The following changes since commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0:
Mike Frysinger (1):
Blackfin: move ALL += u-boot.ldr to blackfin_config.mk
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx master
Kumar Gala (3):
86xx: Add CPU_TYPE_ENTRY support
8xxx: Fix PCI bus address setup for 36-bit configs
fsl: Fix compiler warnings from gcc-4.4 in sys_eeprom code
Peter Tyser (13):
8xxx: Break out DMA code to a common file
fsl_dma: Add bitfield definitions for common registers
fsl_dma: Use proper I/O access functions
fsl_dma: Add support for arbitrarily large transfers
fsl_dma: Fix Channel Start bug in dma_check()
8xxx: Rename dma_xfer() to dmacpy()
fsl_dma: Move dma function prototypes to common header file
8xxx: Move dma_init() call to common code
fsl_dma: Break out common memory initialization function
fsl_dma: Make DMA transactions snoopable
86xx: XPedite5170 board support
83xx: Replace CONFIG_ECC_INIT_VIA_DDRC references
83xx: Add support for fsl_dma driver
Poonam Aggrwal (2):
85xx: Adds GPIO registers to MPC85xx Memory Map.
8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors
Roy Zang (1):
85xx: Add pci e1000 Ethernet support for P2020 board
Timur Tabi (1):
fsl_ddr: Fix DDR3 calculation of rank density with 8GB or more
MAINTAINERS | 1 +
MAKEALL | 1 +
Makefile | 3 +
board/freescale/common/sys_eeprom.c | 6 +-
board/freescale/mpc8360emds/mpc8360emds.c | 4 +-
board/freescale/mpc8360erdk/mpc8360erdk.c | 4 +-
board/freescale/mpc837xemds/mpc837xemds.c | 4 +-
board/freescale/mpc837xerdb/mpc837xerdb.c | 4 +-
board/freescale/p2020ds/p2020ds.c | 3 +-
board/keymile/kmeter1/kmeter1.c | 4 +-
board/mpc8540eval/mpc8540eval.c | 35 +--
board/sbc8560/sbc8560.c | 33 +--
board/xes/xpedite5170/Makefile | 52 ++
board/xes/xpedite5170/config.mk | 32 ++
board/xes/xpedite5170/ddr.c | 168 +++++++
board/xes/xpedite5170/law.c | 52 ++
board/xes/xpedite5170/u-boot.lds | 132 +++++
board/xes/xpedite5170/xpedite5170.c | 111 +++++
common/serial.c | 3 +-
cpu/mpc83xx/cpu.c | 85 ----
cpu/mpc83xx/spd_sdram.c | 43 +--
cpu/mpc85xx/cpu.c | 47 --
cpu/mpc85xx/cpu_init.c | 4 +-
cpu/mpc85xx/ddr-gen1.c | 33 +--
cpu/mpc86xx/cpu.c | 88 +---
cpu/mpc86xx/cpu_init.c | 3 +
cpu/mpc8xxx/ddr/ddr3_dimm_params.c | 2 +-
drivers/dma/Makefile | 1 +
drivers/dma/fsl_dma.c | 178 +++++++
include/asm-ppc/config.h | 8 +
include/asm-ppc/fsl_dma.h | 90 ++++
include/asm-ppc/immap_83xx.h | 49 +--
include/asm-ppc/immap_85xx.h | 11 +
include/asm-ppc/processor.h | 2 +-
include/configs/MPC8572DS.h | 6 +-
include/configs/MPC8641HPCN.h | 2 +-
include/configs/P2020DS.h | 7 +-
include/configs/PM854.h | 1 +
include/configs/PM856.h | 1 +
include/configs/XPEDITE5170.h | 756 +++++++++++++++++++++++++++++
include/mpc83xx.h | 16 -
include/serial.h | 3 +-
42 files changed, 1668 insertions(+), 420 deletions(-)
create mode 100644 board/xes/xpedite5170/Makefile
create mode 100644 board/xes/xpedite5170/config.mk
create mode 100644 board/xes/xpedite5170/ddr.c
create mode 100644 board/xes/xpedite5170/law.c
create mode 100644 board/xes/xpedite5170/u-boot.lds
create mode 100644 board/xes/xpedite5170/xpedite5170.c
create mode 100644 drivers/dma/fsl_dma.c
create mode 100644 include/configs/XPEDITE5170.h
More information about the U-Boot
mailing list