[U-Boot] Pull request u-boot-arm

Wolfgang Denk wd at denx.de
Tue Aug 10 23:03:28 CEST 2010


> The following changes since commit 201532a69cf7e7a84bff354fdab45947425d22b4:
> 
>   Merge branch 'master' of ../master (2010-08-10 22:20:27 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Albert Aribaud (6):
>       ide: add configuration
>       ide: reorder object files alphabetically
>       ide: add mvsata_ide driver
>       cmd_ide: add support for orion5x
>       edminiv2: add mvsata_ide and cmd_ide support
>       orion5x: allow overriding default mappings windows
> 
> Li Haibo (1):
>       MX51EVK: fix return value of get_timer_masked
> 
> Prafulla Wadaskar (2):
>       cmd_ide: add support for Kirkwood
>       Kirkwood: openrd_base: Added SATA support
> 
> Reinhard Meyer (1):
>       fix cmd_mmc.c, line 136 missing "
> 
> Steve Sakoman (8):
>       ARMV7: Add pad mux support for OMAP4
>       ARMV7: Fix udelay for OMAP4
>       ARMV7: Modify i2c driver for more reliable operation on OMAP4
>       ARMV7: Add support for the TWL6030 I2C power chip used in OMAP4 systems
>       ARMV7: Restructure omap3 musb driver to allow code sharing between OMAP3 and OMAP4
>       ARMV7: Enable musb driver and usbtty on OMAP4430 SDP
>       ARMV7: Enable musb driver and usbtty on OMAP4 Panda
>       ARMV7: Update default environment for OMAP4 boards
> 
>  arch/arm/cpu/arm926ejs/orion5x/cpu.c          |   40 ++--
>  arch/arm/cpu/armv7/mx51/timer.c               |    2 +-
>  arch/arm/cpu/armv7/omap-common/timer.c        |    9 -
>  arch/arm/cpu/armv7/omap4/board.c              |   11 +
>  arch/arm/include/asm/arch-kirkwood/kirkwood.h |    5 +
>  arch/arm/include/asm/arch-omap3/cpu.h         |    3 +
>  arch/arm/include/asm/arch-omap3/i2c.h         |    4 +-
>  arch/arm/include/asm/arch-omap4/cpu.h         |    3 +
>  arch/arm/include/asm/arch-omap4/mux_omap4.h   |  344 +++++++++++++++++++++++++
>  arch/arm/include/asm/arch-omap4/omap4.h       |    2 +
>  arch/arm/include/asm/arch-omap4/sys_proto.h   |    1 +
>  arch/arm/include/asm/arch-orion5x/cpu.h       |   98 ++++++--
>  arch/arm/include/asm/arch-orion5x/orion5x.h   |    3 +
>  arch/powerpc/include/asm/config.h             |    3 +
>  board/ti/panda/panda.c                        |   26 ++
>  board/ti/panda/panda.h                        |  265 +++++++++++++++++++
>  board/ti/sdp4430/sdp.c                        |   26 ++
>  board/ti/sdp4430/sdp.h                        |  265 +++++++++++++++++++
>  common/cmd_ide.c                              |   25 ++-
>  common/cmd_mmc.c                              |    2 +-
>  doc/README.PXA_CF                             |    8 +
>  drivers/block/Makefile                        |    7 +-
>  drivers/block/mvsata_ide.c                    |  140 ++++++++++
>  drivers/i2c/omap24xx_i2c.c                    |   31 ++-
>  drivers/i2c/omap24xx_i2c.h                    |    4 +
>  drivers/power/Makefile                        |    1 +
>  drivers/power/twl6030.c                       |   78 ++++++
>  drivers/usb/musb/omap3.c                      |   16 ++
>  drivers/usb/musb/omap3.h                      |    3 +-
>  include/configs/ap325rxa.h                    |    1 +
>  include/configs/edminiv2.h                    |   34 +++-
>  include/configs/ms7720se.h                    |    1 +
>  include/configs/omap4_panda.h                 |   26 ++-
>  include/configs/omap4_sdp4430.h               |   26 ++-
>  include/configs/openrd_base.h                 |   31 +++
>  include/configs/r2dplus.h                     |    1 +
>  include/configs/r7780mp.h                     |    1 +
>  include/twl6030.h                             |   91 +++++++
>  38 files changed, 1556 insertions(+), 81 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-omap4/mux_omap4.h
>  create mode 100644 board/ti/panda/panda.h
>  create mode 100644 board/ti/sdp4430/sdp.h
>  create mode 100644 drivers/block/mvsata_ide.c
>  create mode 100644 drivers/power/twl6030.c
>  create mode 100644 include/twl6030.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Confound these ancestors.... They've stolen our best ideas!"
- Ben Jonson


More information about the U-Boot mailing list