[U-Boot] Please pull u-boot-mpc85xx
Kumar Gala
galak at kernel.crashing.org
Wed Apr 7 09:24:21 CEST 2010
The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af:
Wolfgang Denk (1):
Merge branch 'next'
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx master
Dave Liu (2):
fsl-ddr: Fix the turnaround timing for TIMING_CFG_4
fsl-ddr: change the default burst mode for DDR3
Jerry Huang (1):
fsl_esdhc: Add function to reset the eSDHC controller
Kumar Gala (6):
fsl_esdhc: Always stop clock before changing frequency
85xx: Add defines for BUCSR bits to make code more readable
fdt: Add fdt_del_node_and_alias helper
ppc/8xxx: Delete PCI nodes from device tree if not configured
85xx: Added various P1012/P1013/P1021/P1022 defines
ppc/85xx: Use CONFIG_NS16550_MIN_FUNCTIONS to reduce NAND_SPL size
Roy Zang (1):
fsl_esdhc: Only modify the field we are changing in WML
Sandeep Gopalpet (1):
85xx: Set HID1[mbdd] on e500v2 rev5.0 or greater
Timur Tabi (2):
fsl: improve the PIXIS code and fix a few bugs
p2020ds: add alternate boot bank support using the ngPIXIS FPGA
board/freescale/common/Makefile | 1 +
board/freescale/common/ngpixis.c | 136 +++++++++++++
board/freescale/common/ngpixis.h | 57 ++++++
board/freescale/common/pixis.c | 254 ++++++++++++-------------
board/freescale/common/pixis.h | 31 ---
board/freescale/mpc8536ds/mpc8536ds.c | 1 -
board/freescale/mpc8544ds/mpc8544ds.c | 1 -
board/freescale/mpc8572ds/mpc8572ds.c | 1 -
board/freescale/mpc8610hpcd/mpc8610hpcd.c | 2 -
board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 1 -
board/freescale/mpc8641hpcn/mpc8641hpcn.c | 2 -
board/freescale/p2020ds/p2020ds.c | 56 ++----
common/fdt_support.c | 13 ++
cpu/mpc512x/diu.c | 1 -
cpu/mpc85xx/Makefile | 4 +
cpu/mpc85xx/release.S | 12 +-
cpu/mpc85xx/start.S | 14 +-
cpu/mpc8xxx/cpu.c | 10 +-
cpu/mpc8xxx/ddr/ctrl_regs.c | 26 ++-
cpu/mpc8xxx/ddr/options.c | 14 +-
cpu/mpc8xxx/pci_cfg.c | 30 +++-
drivers/misc/fsl_law.c | 4 +-
drivers/mmc/fsl_esdhc.c | 37 +++--
drivers/pci/fsl_pci_init.c | 18 ++-
include/asm-ppc/config.h | 3 +-
include/asm-ppc/processor.h | 12 ++
include/configs/MPC8536DS.h | 3 +
include/configs/MPC8569MDS.h | 3 +
include/configs/MPC8610HPCD.h | 2 +-
include/configs/P1_P2_RDB.h | 3 +
include/configs/P2020DS.h | 62 +------
include/fdt_support.h | 1 +
include/fsl_esdhc.h | 6 +-
33 files changed, 517 insertions(+), 304 deletions(-)
create mode 100644 board/freescale/common/ngpixis.c
create mode 100644 board/freescale/common/ngpixis.h
delete mode 100644 board/freescale/common/pixis.h
More information about the U-Boot
mailing list