[U-Boot] [GIT PULL] Pull request u-boot-85xx.git
Kumar Gala
galak at kernel.crashing.org
Fri Oct 21 07:19:28 CEST 2011
The following changes since commit efb2172ece93ef48f34fb8bdf963d3b72880cc7d:
Move timestamp and version files into 'generated' subdir (2011-10-17 23:57:00 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx master
Kumar Gala (6):
fm-eth: Don't mark the MAC we use for MDIO as disabled in device tree
fm: Don't allow disabling of FM1-DTSEC1
powerpc/85xx: Update setting of SRIO LIODNs
powerpc/85xx: Update device tree handling for SRIO
powerpc/85xx: Add support for RMan LIODN initialization
powerpc/85xx: Fix P2020DS booting
Kyle Moffett (1):
mpc85xx: Add inline GPIO acessor functions
Shengzhou Liu (2):
fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers
powerpc/85xx: Update USB device tree status based on pin settings
Timur Tabi (1):
powerpc/85xx: wait for alignment before resetting SERDES RX lanes (SERDES9)
arch/powerpc/cpu/mpc85xx/fdt.c | 23 +++++
arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c | 10 --
arch/powerpc/cpu/mpc85xx/liodn.c | 88 ++++++++++++++++++
arch/powerpc/cpu/mpc85xx/p2041_ids.c | 20 ++++
arch/powerpc/cpu/mpc85xx/p3041_ids.c | 20 ++++
arch/powerpc/cpu/mpc85xx/p3060_ids.c | 10 ++-
arch/powerpc/cpu/mpc85xx/p4080_ids.c | 10 ++-
arch/powerpc/cpu/mpc85xx/p5020_ids.c | 20 ++++
arch/powerpc/cpu/mpc85xx/portals.c | 6 +
arch/powerpc/cpu/mpc8xxx/fdt.c | 72 +++++++++++++--
arch/powerpc/include/asm/fsl_liodn.h | 30 ++++++
arch/powerpc/include/asm/fsl_portals.h | 4 +
arch/powerpc/include/asm/immap_85xx.h | 13 +++
arch/powerpc/include/asm/mpc85xx_gpio.h | 123 +++++++++++++++++++++++++
board/freescale/corenet_ds/eth_hydra.c | 26 +-----
board/freescale/corenet_ds/eth_p4080.c | 74 ++++++++-------
board/freescale/p2020ds/ddr.c | 12 +++
common/fdt_support.c | 60 ++++++++++++-
drivers/net/fm/init.c | 10 ++-
drivers/net/fm/p1023.c | 5 +
drivers/net/fm/p3060.c | 5 +
drivers/net/fm/p4080.c | 5 +
drivers/net/fm/p5020.c | 5 +
drivers/net/phy/teranetics.c | 2 +-
include/configs/P2041RDB.h | 1 +
include/configs/P3041DS.h | 1 +
include/configs/P5020DS.h | 1 +
include/fdt_support.h | 28 ++++++
include/phy.h | 4 +
29 files changed, 602 insertions(+), 86 deletions(-)
create mode 100644 arch/powerpc/include/asm/mpc85xx_gpio.h
More information about the U-Boot
mailing list