[U-Boot] Please pull u-boot-mpc85xx.git
Kumar Gala
galak at kernel.crashing.org
Sun Apr 10 18:20:43 CEST 2011
The following changes since commit 4db2fa7f9446d0f2fe8db3d62184b1212fe22707:
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2011-04-05 12:24:20 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx master
Haiying Wang (1):
powerpc/85xx: Add P1021 specific QE and UEC support
Jiang Yutang (3):
powerpc/85xx: Enable support for ATI graphics cards on P1022DS
powerpc/85xx: Add support usb2/etsec and tdm/audio pin multiplex on P1022DS
powerpc/85xx: Update default hwconfig on P1022DS
Kumar Gala (1):
powerpc/85xx: Drop CONFIG_VIDEO support on corenet_ds boards
Matthew McClintock (1):
powerpc/85xx: rename NAND prefixes to CONFIG_SYS
Priyanka Jain (1):
fsl_esdhc: Deal with watermark level register related changes
Shaohui Xie (1):
powerpc/85xx: Add PBL boot from SPI flash support on P4080DS
Timur Tabi (2):
p4080ds: add README.p4080ds which documents the "serdes" hwconfig option
p4080ds: remove rev1-specific code for the SERDES8 erratum
Zhao Chenhui (2):
powerpc/85xx: don't init SDRAM when CONFIG_SYS_RAMBOOT
powerpc/85xx: Add some defines & registers in immap_85xx.h
arch/powerpc/cpu/mpc85xx/cpu.c | 11 +++
arch/powerpc/cpu/mpc85xx/cpu_init.c | 19 +++++
arch/powerpc/cpu/mpc85xx/cpu_init_nand.c | 8 +-
arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c | 106 +++++++++++--------------
arch/powerpc/cpu/mpc85xx/speed.c | 8 ++-
arch/powerpc/include/asm/config_mpc85xx.h | 14 +++
arch/powerpc/include/asm/fsl_ddr_sdram.h | 1 +
arch/powerpc/include/asm/immap_85xx.h | 53 ++++++++++--
board/freescale/corenet_ds/tlb.c | 12 +++-
board/freescale/p1022ds/p1022ds.c | 56 +++++++++++---
boards.cfg | 1 +
doc/README.p1022ds | 24 ++++++
doc/README.p4080ds | 32 ++++++++
drivers/mmc/fsl_esdhc.c | 8 +-
drivers/qe/uec.c | 37 +++++++++-
include/configs/MPC8536DS.h | 18 ++--
include/configs/MPC8569MDS.h | 12 ++--
include/configs/MPC8572DS.h | 18 ++--
include/configs/P1022DS.h | 17 ++++
include/configs/P1_P2_RDB.h | 12 ++--
include/configs/P2020DS.h | 14 ++--
include/configs/corenet_ds.h | 50 ++++++------
include/fsl_esdhc.h | 15 +++-
23 files changed, 394 insertions(+), 152 deletions(-)
create mode 100644 doc/README.p1022ds
create mode 100644 doc/README.p4080ds
More information about the U-Boot
mailing list