[U-Boot] Pull request: u-boot-arm/master
Tom Rini
trini at ti.com
Sat Jan 12 00:44:25 CET 2013
On Fri, Jan 11, 2013 at 10:36:06PM +0100, Albert ARIBAUD wrote:
> Hello Tom,
>
> The following changes since commit
> 61bdb9133593f0f881a57232039296f64bd662ed:
>
> arm: remove useless code in start.S files (2013-01-08 22:14:54 +0100)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-arm.git master
>
> for you to fetch changes up to 59ee45ee91cc91b392a8e2684bfcb8c933ce4967:
>
> Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2013-01-11
> 18:17:33 +0100)
>
> ----------------------------------------------------------------
>
> Albert ARIBAUD (6):
> mv88e61xx: refactor PHY and SWITCH level-code
> kirkwood: make MPP arrays static const
> ARM: lacie_kw: add support for WIRELESS_SPACE
> Merge branch 'u-boot-marvell/master' into 'u-boot-arm/master'
> Merge 'u-boot-atmel/master' into 'u-boot-arm/master'
> Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
>
> Andreas Bie??mann (1):
> mv-common.h: increase malloc arena to 4MiB
>
> Arun Mankuzhi (1):
> arm: move flush_dcache_all() to just before disable cache
>
> Bo Shen (1):
> spi: atmel: sam9m10g45 also support WDRBT bit
>
> Gabe Black (1):
> arm: Keep track of the tlb size as well as its location
>
> Holger Brunck (3):
> arm/km: fix memory settings
> km/common: drop unneeded std* environment variables
> km/common: cosmetic change reported from checkpatch
>
> Javier Martinez Canillas (3):
> OMAP3: igep00x0: add CONFIG_SPL_BOARD_INIT for
> CONFIG_SPL_NAND_SUPPORT serial/ns16550: add an option to avoid hanging
> on broken platforms OMAP3: igep00x0: add CONFIG_SYS_NS16550_BROKEN_TEMT
>
> Luke Lowrey (1):
> arch-kirkwood: Ethernet port macro returning incorrect address
>
> Michael Walle (1):
> lsxl: unset ncip for rescue mode
>
> Nishanth Menon (1):
> Makefile: remove MLO.byteswap on clobber
>
> Richard Genoud (3):
> at91sam9x5: enable USB support for 9x5ek board.
> at91sam9x5ek: regroup FAT/DOS features
> at91sam9x5ek: add USB configuration
>
> Simon Glass (6):
> arm: Move fdt check earlier so that board_early_init_f() can use
> it arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading
> Document the CONFIG_DISPLAY_BOARDINFO option
> arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on
> LCD Add option to display customised memory information
> arm: Move bootstage record for board_init_f() to after
> arch_cpu_init()
>
> Taylor Hutt (1):
> arm: Tabify code for MMC initialization
>
> Tom Wai-Hong Tam (1):
> arm: Make interrupts.o and reset.o in libarm also appear in SPL
>
> Valentin Longchamp (1):
> arm/km: remove duplicate code
>
> Makefile | 2 +-
> README | 28 ++
> arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c | 13 +
> arch/arm/cpu/arm926ejs/kirkwood/mpp.c | 2 +-
> arch/arm/include/asm/arch-at91/at91sam9x5.h | 2 +
> arch/arm/include/asm/arch-kirkwood/cpu.h | 2 +-
> arch/arm/include/asm/arch-kirkwood/mpp.h | 2 +-
> arch/arm/include/asm/global_data.h | 1 +
> arch/arm/lib/Makefile | 5 +-
> arch/arm/lib/board.c | 75 +++-
> arch/arm/lib/cache-cp15.c | 5 +-
> board/LaCie/net2big_v2/net2big_v2.c | 2 +-
> board/LaCie/netspace_v2/netspace_v2.c | 2 +-
> board/LaCie/wireless_space/Makefile | 46 ++
> board/LaCie/wireless_space/kwbimage.cfg | 82 ++++
> board/LaCie/wireless_space/wireless_space.c | 176 ++++++++
> board/Marvell/dreamplug/dreamplug.c | 2 +-
> board/Marvell/guruplug/guruplug.c | 2 +-
> board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c | 2 +-
> board/Marvell/openrd/openrd.c | 2 +-
> board/Marvell/rd6281a/rd6281a.c | 2 +-
> board/Marvell/sheevaplug/sheevaplug.c | 2 +-
> board/Seagate/dockstar/dockstar.c | 2 +-
> board/atmel/at91sam9x5ek/at91sam9x5ek.c | 3 +
> board/buffalo/lsxl/lsxl.c | 7 +-
> board/cloudengines/pogo_e02/pogo_e02.c | 2 +-
> board/d-link/dns325/dns325.c | 2 +-
> board/iomega/iconnect/iconnect.c | 2 +-
> board/karo/tk71/tk71.c | 2 +-
> board/keymile/common/common.c | 2 +-
> board/keymile/km_arm/km_arm.c | 16 +-
> board/keymile/km_arm/kwbimage-memphis.cfg | 6 +-
> board/keymile/km_arm/kwbimage.cfg | 6 +-
> board/keymile/km_arm/kwbimage_128M16_1.cfg | 25 +-
> board/keymile/km_arm/kwbimage_256M8_1.cfg | 25 +-
> board/raidsonic/ib62x0/ib62x0.c | 2 +-
> boards.cfg | 1 +
> common/cmd_mem.c | 27 ++
> drivers/net/phy/mv88e61xx.c | 495
> ++++++++++++++--------
> drivers/net/phy/mv88e61xx.h | 39 +-
> drivers/serial/ns16550.c | 2 +
> drivers/spi/atmel_spi.c | 2 +-
> drivers/spi/kirkwood_spi.c | 12 +-
> drivers/usb/host/ohci-at91.c | 6 +-
> include/common.h | 9 +
> include/config_cmd_all.h | 1 +
> include/configs/at91sam9x5ek.h | 29 +-
> include/configs/igep00x0.h | 4 +
> include/configs/km/keymile-common.h | 3 -
> include/configs/lsxl.h | 2 +-
> include/configs/mv-common.h | 2 +-
> include/configs/wireless_space.h | 194 +++++++++
> include/netdev.h | 21 +- 53 files
> changed, 1090 insertions(+), 318 deletions(-) create mode 100644
> board/LaCie/wireless_space/Makefile create mode 100644
> board/LaCie/wireless_space/kwbimage.cfg create mode 100644
> board/LaCie/wireless_space/wireless_space.c create mode 100644
> include/configs/wireless_space.h
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130111/888a8e38/attachment.pgp>
More information about the U-Boot
mailing list