[U-Boot] ARM pull request

Wolfgang Denk wd at denx.de
Tue May 4 22:56:28 CEST 2010


Dear Tom Rix,

In message <4BDCA234.9010301 at bumblecow.com> you wrote:
> Wolfgang,
> Please pull from arm/master.
> Tom
> 
> The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0:
>    Wolfgang Denk (1):
>          Merge branch 'master' of git://git.denx.de/u-boot-video
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master
> 
> Alexander Holler (1):
>        at91: add defines for RTT and GPBR
> 
> Asen Dimov (5):
>        pm9261 converted to at91 soc access
>        pm9261: remove CONFIG_CMD_AUTOSCRIPT
>        pm9263: remove CONFIG_CMD_AUTOSCRIPT
>        at91: define matrix registers bit fields
>        pm9263 converted to at91 soc access
> 
> Fabio Estevam (1):
>        MX51EVK: Remove CPLD related code
> 
> Frans Meulenbroeks (2):
>        configs/sheevaplug: added a few additional commands
>        configs/openrd_base.h: reordered macros
> 
> Heiko Schocher (2):
>        arm, mx27: add support for SDHC1 pin init
>        arm, i.mx27: add support for magnesium board from projectiondesign
> 
> John Rigby (1):
>        MX25 print arm clock instead of mpllclk on boot
> 
> Minkyu Kang (2):
>        SAMSUNG: serial: modify name from s5pc1xx to s5p
>        SAMSUNG: make s5p common gpio functions
> 
> Siddarth Gore (1):
>        Marvell GuruPlug Board Support
> 
> Stefano Babic (9):
>        Moved board specific values in config file
>        mkimage: correct spelling error in imximage
>        mx51evk: correct list of possible BOOT_FROM values
>        MX31: add accessor function to get a gpio
>        MX31: add pin definitions for NAND controller
>        MX31: Add support for NAND to QONG board
>        MX31: Support 128MB RAM on QONG module
>        MX31: Add UBI support to QONG module
>        MX31: Removed erroneous board name from QONG
> 
> trix (1):
>        ARM Update mach-types
> 
>   MAINTAINERS                                        |    8 +
>   MAKEALL                                            |    2 +
>   Makefile                                           |    4 +
>   arch/arm/cpu/arm926ejs/mx25/generic.c              |    2 +-
>   arch/arm/cpu/arm926ejs/mx27/generic.c              |   17 +
>   arch/arm/cpu/arm_cortexa8/mx51/lowlevel_init.S     |    5 +-
>   arch/arm/cpu/arm_cortexa8/s5pc1xx/Makefile         |    1 -
>   arch/arm/include/asm/arch-at91/at91_matrix.h       |  138 +++
>   arch/arm/include/asm/arch-at91/at91sam9260.h       |    2 +
>   arch/arm/include/asm/arch-at91/at91sam9261.h       |    2 +
>   arch/arm/include/asm/arch-at91/at91sam9263.h       |    3 +
>   arch/arm/include/asm/arch-mx27/imx-regs.h          |    1 +
>   arch/arm/include/asm/arch-mx31/mx31-regs.h         |   15 +
>   arch/arm/include/asm/arch-mx31/mx31.h              |    5 +
>   arch/arm/include/asm/arch-s5pc1xx/gpio.h           |  192 ++--
>   arch/arm/include/asm/arch-s5pc1xx/uart.h           |    2 +-
>   arch/arm/include/asm/mach-types.h                  |  986 +++++++++++++++++++-
>   board/Marvell/guruplug/Makefile                    |   51 +
>   board/Marvell/guruplug/config.mk                   |   27 +
>   board/Marvell/guruplug/guruplug.c                  |  167 ++++
>   board/Marvell/guruplug/guruplug.h                  |   39 +
>   board/Marvell/guruplug/kwbimage.cfg                |  162 ++++
>   board/davedenx/qong/lowlevel_init.S                |  130 ++-
>   board/davedenx/qong/qong.c                         |   95 ++-
>   board/davedenx/qong/qong_fpga.h                    |    4 +-
>   board/freescale/mx51evk/imximage.cfg               |    2 +-
>   board/freescale/mx51evk/mx51evk.c                  |   67 --
>   board/freescale/mx51evk/mx51evk.h                  |    1 -
>   board/logicpd/imx27lite/imx27lite.c                |   18 +-
>   board/ronetix/pm9261/led.c                         |   18 +-
>   board/ronetix/pm9261/pm9261.c                      |  152 ++--
>   board/ronetix/pm9263/led.c                         |   15 +-
>   board/ronetix/pm9263/pm9263.c                      |  195 ++--
>   common/serial.c                                    |   16 +-
>   drivers/gpio/Makefile                              |    1 +
>   drivers/gpio/mx31_gpio.c                           |   15 +
>   .../s5pc1xx/gpio.c => drivers/gpio/s5p_gpio.c      |   16 +-
>   drivers/serial/Makefile                            |    2 +-
>   drivers/serial/{serial_s5pc1xx.c => serial_s5p.c}  |   30 +-
>   include/configs/guruplug.h                         |  198 ++++
>   include/configs/imx27lite-common.h                 |  237 +++++
>   include/configs/imx27lite.h                        |  200 +----
>   include/configs/magnesium.h                        |   71 ++
>   include/configs/mx51evk.h                          |    3 +
>   include/configs/openrd_base.h                      |    4 +-
>   include/configs/pm9261.h                           |   69 +-
>   include/configs/pm9263.h                           |   88 +-
>   include/configs/qong.h                             |   40 +-
>   include/configs/sheevaplug.h                       |   27 +-
>   include/serial.h                                   |    8 +-
>   tools/imximage.c                                   |    2 +-
>   51 files changed, 2817 insertions(+), 738 deletions(-)
>   create mode 100644 board/Marvell/guruplug/Makefile
>   create mode 100644 board/Marvell/guruplug/config.mk
>   create mode 100644 board/Marvell/guruplug/guruplug.c
>   create mode 100644 board/Marvell/guruplug/guruplug.h
>   create mode 100644 board/Marvell/guruplug/kwbimage.cfg
>   rename arch/arm/cpu/arm_cortexa8/s5pc1xx/gpio.c => drivers/gpio/s5p_gpio.c (82%)
>   rename drivers/serial/{serial_s5pc1xx.c => serial_s5p.c} (83%)
>   create mode 100644 include/configs/guruplug.h
>   create mode 100644 include/configs/imx27lite-common.h
>   create mode 100644 include/configs/magnesium.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
The explanation requiring the fewest assumptions is the  most  likely
to be correct.                                    -- William of Occam


More information about the U-Boot mailing list