mbox

[U-Boot] Pull request: u-boot-arm/master

Message ID 20121104225123.142575ee@lilith
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-arm master

Message

Albert ARIBAUD Nov. 4, 2012, 9:51 p.m. UTC
Hello Tom,

The following changes since commit
b68d6712c379735e886ef9c01b946bc36f295273:

  ARM: fix u-boot.lds for -ffunction-sections/-fdata-sections
  (2012-10-26 23:46:21 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-arm master

for you to fetch changes up to 46d626d3926cf6b9f9c477782c5a0ee620a424cd:

  socfpga/spl: Remove malloc.h (2012-11-04 16:23:23 +0100)

----------------------------------------------------------------
Albert ARIBAUD (2):
      Merge remote-tracking branch 'u-boot-imx/master'
      Merge remote-tracking branch 'u-boot-ti/master'

Allen Martin (5):
      SPL: make jump_to_image_no_args a weak symbol
      tegra: move to common SPL framework
      tegra20: initialize variable to avoid compiler warning
      serial: remove calls to serial_assign()
      arm720t: add back common.h include

Andrew Bradford (4):
      am33xx: Enable UART{1,2,3,4,5} clocks
      am33xx: Enable UART{1,2,3,4,5} pin-mux
      serial: ns16550: Enable COM5 and COM6
      am335x_evm: Enable use of UART{1,2,3,4,5}

Benoît Thébaudeau (4):
      mx35: Clean up lowlevel_init
      mx35: Fix eSDHC clocks
      mxc: Fix SDHC multi-instance clock
      mx25: Clean up imx-regs.h

Dirk Behme (1):
      mx6qsabrelite: enable DCache and MMC bounce buffer

Eric Nelson (7):
      i.MX: iomux: input pad array can be const
      i.MX: declare iomux_v3_cfg_t arrays as const
      i.MX video: struct fb_videomode can be const
      i.MX: ipufb: add const to fb_videomode declarations
      i.MX6: set drive strength for parallel RGB pads
      i.MX6: add HDMI transmitter register declarations from kernel WIP.
      i.MX6: mx6qsabrelite: Add splash screen support

Fabio Estevam (11):
      mx6qsabreauto: Pass the board revision to the kernel
      mx5: lowlevel_init.S: Split init_clock macro
      mx5: lowlevel_init.S: Fix PLL settings for mx53
      mx53loco: Adapt the IPU clock
      configs: mx53loco: Remove CONFIG_HAS_ETH1
      configs: mx51evk: Remove CONFIG_HAS_ETH1
      configs: mx53evk: Remove CONFIG_HAS_ETH1
      mx5: Add workaround for ARM erratum ID 468414
      mx25pdk: Use internal RAM for stack pointer
      mx6qsabre_common: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER
      mx6qarm2: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER

Jens Scharsig (BuS Elektronik) (1):
      arm: atmel: cpux9k2: add missing cache configs

Koen Kooi (1):
      am335x: add mux config for DDR3 version of beaglebone

Lucas Stach (2):
      tegra: add Colibri T20 board support
      tegra: nand: make ONFI detection work

Marc Dietrich (1):
      tegra: move common features to a common makefile

Matthias Fuchs (1):
      am335x: add initial AM335x IDK board support

Otavio Salvador (1):
      mx6qsabreauto: Change mmcroot so it works out of box

Pali Rohár (4):
      arm bootm: Allow to pass board specified atags
      Add power bus message definitions in twl4030.h
      cfb_console: Add support for some ANSI terminal escape codes
      New board support: Nokia RX-51 aka N900

Raphael Assenat (1):
      eco5pk: Add new board and default config

Stefano Babic (1):
      MX5: fix warning in clock.c

Stephen Warren (10):
      ARM: tegra: define CONFIG_SYS_BOOTMAPSZ
      ARM: tegra: use standard variables to define load addresses
      ARM: tegra: Harmony: enable ULPI USB port
      ARM: tegra: Seaboard: enable multiple USB ports
      ARM: tegra: Whistler: remove unused USB alias
      ARM: enhance u-boot.lds to detect over-sized SPL
      ARM: tegra: derive CONFIG_SPL_MAX_SIZE instead of hard-coding it
      ARM: tegra: select between Seaboard/Ventana at compile time
      ARM: tegra: don't request GPIO from Seaboard's SPL
      ARM: tegra: combine duplicate Makefile rules

Tom Rini (1):
      omap3: Rework board.c for !CONFIG_SYS_L2CACHE_OFF

Troy Kisky (7):
      imximage: check dcd_len as entries added
      imximage: remove redundant setting of app_dest_ptr
      imximage: move flash_offset check to common location
      imximage: fix size of image to load.
      imximage: delay setting of image size
      imximage: change parameters to set_imx_hdr
      imximage: make set_imx_hdr_v1/v2 easier to read

Vikram Narayanan (2):
      socfpga/spl: Remove timer_init from spl_board_init
      socfpga/spl: Remove malloc.h

 MAINTAINERS                                        |   12 +
 Makefile                                           |   15 +-
 README                                             |    4 +
 arch/arm/cpu/arm1136/mx35/generic.c                |   14 +-
 arch/arm/cpu/arm720t/interrupts.c                  |    2 +
 arch/arm/cpu/arm720t/tegra-common/spl.c            |   91 +-
 arch/arm/cpu/armv7/am33xx/clock.c                  |   35 +
 arch/arm/cpu/armv7/mx5/clock.c                     |    2 +-
 arch/arm/cpu/armv7/mx5/lowlevel_init.S             |  158 ++-
 arch/arm/cpu/armv7/omap3/board.c                   |   28 +-
 arch/arm/cpu/armv7/socfpga/spl.c                   |    4 -
 arch/arm/cpu/tegra20-common/emc.c                  |    2 +-
 arch/arm/cpu/u-boot.lds                            |    4 +
 arch/arm/imx-common/iomux-v3.c                     |    5 +-
 arch/arm/include/asm/arch-mx25/imx-regs.h          |    6 +-
 arch/arm/include/asm/arch-mx35/clock.h             |    4 +-
 arch/arm/include/asm/arch-mx35/lowlevel_macro.S    |  191 ++--
 arch/arm/include/asm/arch-mx5/imx-regs.h           |    4 +
 arch/arm/include/asm/arch-mx6/imx-regs.h           |    6 +
 arch/arm/include/asm/arch-mx6/mx6x_pins.h          |   58 +-
 arch/arm/include/asm/arch-mx6/mxc_hdmi.h           | 1053
 ++++++++++++++++++++
 arch/arm/include/asm/arch-tegra20/spl.h            |   28 +
 arch/arm/include/asm/imx-common/iomux-v3.h         |    3 +-
 arch/arm/include/asm/setup.h                       |    5 +
 arch/arm/lib/bootm.c                               |    4 +
 board/8dtech/eco5pk/Makefile                       |   43 +
 board/8dtech/eco5pk/eco5pk.c                       |   61 ++
 board/8dtech/eco5pk/eco5pk.h                       |  404 ++++++++
 board/CarMediaLab/flea3/lowlevel_init.S            |   41 -
 board/avionic-design/medcom-wide/Makefile          |    6 +-
 board/avionic-design/plutux/Makefile               |    6 +-
 board/avionic-design/tec/Makefile                  |    6 +-
 board/compal/paz00/Makefile                        |    6 +-
 board/compulab/trimslice/Makefile                  |    6 +-
 board/esg/ima3-mx53/ima3-mx53.c                    |    1 +
 board/freescale/mx35pdk/lowlevel_init.S            |  119 +--
 board/freescale/mx35pdk/mx35pdk.c                  |    2 +
 board/freescale/mx35pdk/mx35pdk.h                  |   25 -
 board/freescale/mx51evk/mx51evk.c                  |    6 +-
 board/freescale/mx53ard/mx53ard.c                  |    4 +
 board/freescale/mx53evk/mx53evk.c                  |    4 +
 board/freescale/mx53loco/mx53loco.c                |    5 +-
 board/freescale/mx53smd/mx53smd.c                  |    3 +
 board/freescale/mx6qarm2/mx6qarm2.c                |   12 +-
 board/freescale/mx6qsabreauto/mx6qsabreauto.c      |   55 +-
 board/freescale/mx6qsabrelite/mx6qsabrelite.c      |  350 ++++++-
 board/freescale/mx6qsabresd/mx6qsabresd.c          |    7 +-
 board/genesi/mx51_efikamx/efikamx.c                |   20 +-
 board/nokia/rx51/Makefile                          |   46 +
 board/nokia/rx51/lowlevel_init.S                   |  209 ++++
 board/nokia/rx51/rx51.c                            |  677
 +++++++++++++ board/nokia/rx51/rx51.h                            |
 389 ++++++++ board/nokia/rx51/tag_omap.h                        |  311
 ++++++ board/nvidia/common/Makefile                       |    4 +-
 board/nvidia/common/common.mk                      |    4 +
 board/nvidia/dts/tegra20-harmony.dts               |    3 +-
 board/nvidia/dts/tegra20-whistler.dts              |    5 +-
 board/nvidia/harmony/harmony.c                     |    9 +
 board/nvidia/seaboard/seaboard.c                   |   18 +-
 board/ti/am335x/board.c                            |   24 +-
 board/ti/am335x/board.h                            |    5 +
 board/ti/am335x/mux.c                              |   80
 ++ .../colibri_t20-common/colibri_t20-common.c        |   44
 + .../colibri_t20-common/colibri_t20-common.h        |   16 +
 board/toradex/colibri_t20_iris/Makefile            |   40 +
 board/toradex/colibri_t20_iris/colibri_t20_iris.c  |   46 +
 board/toradex/dts/tegra20-colibri_t20_iris.dts     |   38 +
 board/ttcontrol/vision2/vision2.c                  |    4 +-
 boards.cfg                                         |   10 +-
 common/cmd_nvedit.c                                |    3 -
 common/iomux.c                                     |   10 -
 common/spl/spl.c                                   |    8 +-
 doc/README.nokia_rx51                              |  104 ++
 drivers/mmc/fsl_esdhc.c                            |    5 +-
 drivers/mtd/nand/tegra_nand.c                      |   36 +
 drivers/serial/serial_ns16550.c                    |   36 +-
 drivers/video/cfb_console.c                        |  328 +++++-
 drivers/video/mxc_ipuv3_fb.c                       |    8 +-
 include/configs/am335x_evm.h                       |   12 +-
 include/configs/colibri_t20_iris.h                 |   83 ++
 include/configs/eb_cpux9k2.h                       |    5 +-
 include/configs/eco5pk.h                           |   81 ++
 include/configs/harmony.h                          |    3 +
 include/configs/mx25pdk.h                          |   11 +-
 include/configs/mx51evk.h                          |    1 -
 include/configs/mx53evk.h                          |    1 -
 include/configs/mx53loco.h                         |    3 +-
 include/configs/mx6qarm2.h                         |    3 +-
 include/configs/mx6qsabre_common.h                 |    5 +-
 include/configs/mx6qsabreauto.h                    |    3 +-
 include/configs/mx6qsabrelite.h                    |   18 +-
 include/configs/mx6qsabresd.h                      |    1 +
 include/configs/nokia_rx51.h                       |  452 +++++++++
 include/configs/seaboard.h                         |    1 +
 include/configs/tegra-common-post.h                |   32 +-
 include/configs/tegra20-common.h                   |   10 +-
 include/fsl_esdhc.h                                |    1 +
 include/ipu_pixfmt.h                               |    4 +-
 include/twl4030.h                                  |   98 ++
 tools/imximage.c                                   |  102 +-
 tools/imximage.h                                   |    6 +- 101 files
 changed, 5733 insertions(+), 653 deletions(-) create mode 100644
 arch/arm/include/asm/arch-mx6/mxc_hdmi.h create mode 100644
 arch/arm/include/asm/arch-tegra20/spl.h create mode 100644
 board/8dtech/eco5pk/Makefile create mode 100644
 board/8dtech/eco5pk/eco5pk.c create mode 100644
 board/8dtech/eco5pk/eco5pk.h create mode 100644
 board/nokia/rx51/Makefile create mode 100644
 board/nokia/rx51/lowlevel_init.S create mode 100644
 board/nokia/rx51/rx51.c create mode 100644 board/nokia/rx51/rx51.h
 create mode 100644 board/nokia/rx51/tag_omap.h
 create mode 100644 board/nvidia/common/common.mk
 create mode 100644
 board/toradex/colibri_t20-common/colibri_t20-common.c create mode
 100644 board/toradex/colibri_t20-common/colibri_t20-common.h create
 mode 100644 board/toradex/colibri_t20_iris/Makefile create mode 100644
 board/toradex/colibri_t20_iris/colibri_t20_iris.c create mode 100644
 board/toradex/dts/tegra20-colibri_t20_iris.dts create mode 100644
 doc/README.nokia_rx51 create mode 100644
 include/configs/colibri_t20_iris.h create mode 100644
 include/configs/eco5pk.h create mode 100644
 include/configs/nokia_rx51.h

Amicalement,

Comments

Tom Rini Nov. 5, 2012, 4:54 p.m. UTC | #1
On Sun, Nov 04, 2012 at 10:51:23PM +0100, Albert ARIBAUD wrote:

> Hello Tom,
> 
> The following changes since commit
> b68d6712c379735e886ef9c01b946bc36f295273:
> 
>   ARM: fix u-boot.lds for -ffunction-sections/-fdata-sections
>   (2012-10-26 23:46:21 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm master
> 
> for you to fetch changes up to 46d626d3926cf6b9f9c477782c5a0ee620a424cd:
> 
>   socfpga/spl: Remove malloc.h (2012-11-04 16:23:23 +0100)
> 
> ----------------------------------------------------------------
> Albert ARIBAUD (2):
>       Merge remote-tracking branch 'u-boot-imx/master'
>       Merge remote-tracking branch 'u-boot-ti/master'
> 
> Allen Martin (5):
>       SPL: make jump_to_image_no_args a weak symbol
>       tegra: move to common SPL framework
>       tegra20: initialize variable to avoid compiler warning
>       serial: remove calls to serial_assign()
>       arm720t: add back common.h include
> 
> Andrew Bradford (4):
>       am33xx: Enable UART{1,2,3,4,5} clocks
>       am33xx: Enable UART{1,2,3,4,5} pin-mux
>       serial: ns16550: Enable COM5 and COM6
>       am335x_evm: Enable use of UART{1,2,3,4,5}
> 
> Beno??t Th??baudeau (4):
>       mx35: Clean up lowlevel_init
>       mx35: Fix eSDHC clocks
>       mxc: Fix SDHC multi-instance clock
>       mx25: Clean up imx-regs.h
> 
> Dirk Behme (1):
>       mx6qsabrelite: enable DCache and MMC bounce buffer
> 
> Eric Nelson (7):
>       i.MX: iomux: input pad array can be const
>       i.MX: declare iomux_v3_cfg_t arrays as const
>       i.MX video: struct fb_videomode can be const
>       i.MX: ipufb: add const to fb_videomode declarations
>       i.MX6: set drive strength for parallel RGB pads
>       i.MX6: add HDMI transmitter register declarations from kernel WIP.
>       i.MX6: mx6qsabrelite: Add splash screen support
> 
> Fabio Estevam (11):
>       mx6qsabreauto: Pass the board revision to the kernel
>       mx5: lowlevel_init.S: Split init_clock macro
>       mx5: lowlevel_init.S: Fix PLL settings for mx53
>       mx53loco: Adapt the IPU clock
>       configs: mx53loco: Remove CONFIG_HAS_ETH1
>       configs: mx51evk: Remove CONFIG_HAS_ETH1
>       configs: mx53evk: Remove CONFIG_HAS_ETH1
>       mx5: Add workaround for ARM erratum ID 468414
>       mx25pdk: Use internal RAM for stack pointer
>       mx6qsabre_common: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER
>       mx6qarm2: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER
> 
> Jens Scharsig (BuS Elektronik) (1):
>       arm: atmel: cpux9k2: add missing cache configs
> 
> Koen Kooi (1):
>       am335x: add mux config for DDR3 version of beaglebone
> 
> Lucas Stach (2):
>       tegra: add Colibri T20 board support
>       tegra: nand: make ONFI detection work
> 
> Marc Dietrich (1):
>       tegra: move common features to a common makefile
> 
> Matthias Fuchs (1):
>       am335x: add initial AM335x IDK board support
> 
> Otavio Salvador (1):
>       mx6qsabreauto: Change mmcroot so it works out of box
> 
> Pali Roh??r (4):
>       arm bootm: Allow to pass board specified atags
>       Add power bus message definitions in twl4030.h
>       cfb_console: Add support for some ANSI terminal escape codes
>       New board support: Nokia RX-51 aka N900
> 
> Raphael Assenat (1):
>       eco5pk: Add new board and default config
> 
> Stefano Babic (1):
>       MX5: fix warning in clock.c
> 
> Stephen Warren (10):
>       ARM: tegra: define CONFIG_SYS_BOOTMAPSZ
>       ARM: tegra: use standard variables to define load addresses
>       ARM: tegra: Harmony: enable ULPI USB port
>       ARM: tegra: Seaboard: enable multiple USB ports
>       ARM: tegra: Whistler: remove unused USB alias
>       ARM: enhance u-boot.lds to detect over-sized SPL
>       ARM: tegra: derive CONFIG_SPL_MAX_SIZE instead of hard-coding it
>       ARM: tegra: select between Seaboard/Ventana at compile time
>       ARM: tegra: don't request GPIO from Seaboard's SPL
>       ARM: tegra: combine duplicate Makefile rules
> 
> Tom Rini (1):
>       omap3: Rework board.c for !CONFIG_SYS_L2CACHE_OFF
> 
> Troy Kisky (7):
>       imximage: check dcd_len as entries added
>       imximage: remove redundant setting of app_dest_ptr
>       imximage: move flash_offset check to common location
>       imximage: fix size of image to load.
>       imximage: delay setting of image size
>       imximage: change parameters to set_imx_hdr
>       imximage: make set_imx_hdr_v1/v2 easier to read
> 
> Vikram Narayanan (2):
>       socfpga/spl: Remove timer_init from spl_board_init
>       socfpga/spl: Remove malloc.h
> 
>  MAINTAINERS                                        |   12 +
>  Makefile                                           |   15 +-
>  README                                             |    4 +
>  arch/arm/cpu/arm1136/mx35/generic.c                |   14 +-
>  arch/arm/cpu/arm720t/interrupts.c                  |    2 +
>  arch/arm/cpu/arm720t/tegra-common/spl.c            |   91 +-
>  arch/arm/cpu/armv7/am33xx/clock.c                  |   35 +
>  arch/arm/cpu/armv7/mx5/clock.c                     |    2 +-
>  arch/arm/cpu/armv7/mx5/lowlevel_init.S             |  158 ++-
>  arch/arm/cpu/armv7/omap3/board.c                   |   28 +-
>  arch/arm/cpu/armv7/socfpga/spl.c                   |    4 -
>  arch/arm/cpu/tegra20-common/emc.c                  |    2 +-
>  arch/arm/cpu/u-boot.lds                            |    4 +
>  arch/arm/imx-common/iomux-v3.c                     |    5 +-
>  arch/arm/include/asm/arch-mx25/imx-regs.h          |    6 +-
>  arch/arm/include/asm/arch-mx35/clock.h             |    4 +-
>  arch/arm/include/asm/arch-mx35/lowlevel_macro.S    |  191 ++--
>  arch/arm/include/asm/arch-mx5/imx-regs.h           |    4 +
>  arch/arm/include/asm/arch-mx6/imx-regs.h           |    6 +
>  arch/arm/include/asm/arch-mx6/mx6x_pins.h          |   58 +-
>  arch/arm/include/asm/arch-mx6/mxc_hdmi.h           | 1053
>  ++++++++++++++++++++
>  arch/arm/include/asm/arch-tegra20/spl.h            |   28 +
>  arch/arm/include/asm/imx-common/iomux-v3.h         |    3 +-
>  arch/arm/include/asm/setup.h                       |    5 +
>  arch/arm/lib/bootm.c                               |    4 +
>  board/8dtech/eco5pk/Makefile                       |   43 +
>  board/8dtech/eco5pk/eco5pk.c                       |   61 ++
>  board/8dtech/eco5pk/eco5pk.h                       |  404 ++++++++
>  board/CarMediaLab/flea3/lowlevel_init.S            |   41 -
>  board/avionic-design/medcom-wide/Makefile          |    6 +-
>  board/avionic-design/plutux/Makefile               |    6 +-
>  board/avionic-design/tec/Makefile                  |    6 +-
>  board/compal/paz00/Makefile                        |    6 +-
>  board/compulab/trimslice/Makefile                  |    6 +-
>  board/esg/ima3-mx53/ima3-mx53.c                    |    1 +
>  board/freescale/mx35pdk/lowlevel_init.S            |  119 +--
>  board/freescale/mx35pdk/mx35pdk.c                  |    2 +
>  board/freescale/mx35pdk/mx35pdk.h                  |   25 -
>  board/freescale/mx51evk/mx51evk.c                  |    6 +-
>  board/freescale/mx53ard/mx53ard.c                  |    4 +
>  board/freescale/mx53evk/mx53evk.c                  |    4 +
>  board/freescale/mx53loco/mx53loco.c                |    5 +-
>  board/freescale/mx53smd/mx53smd.c                  |    3 +
>  board/freescale/mx6qarm2/mx6qarm2.c                |   12 +-
>  board/freescale/mx6qsabreauto/mx6qsabreauto.c      |   55 +-
>  board/freescale/mx6qsabrelite/mx6qsabrelite.c      |  350 ++++++-
>  board/freescale/mx6qsabresd/mx6qsabresd.c          |    7 +-
>  board/genesi/mx51_efikamx/efikamx.c                |   20 +-
>  board/nokia/rx51/Makefile                          |   46 +
>  board/nokia/rx51/lowlevel_init.S                   |  209 ++++
>  board/nokia/rx51/rx51.c                            |  677
>  +++++++++++++ board/nokia/rx51/rx51.h                            |
>  389 ++++++++ board/nokia/rx51/tag_omap.h                        |  311
>  ++++++ board/nvidia/common/Makefile                       |    4 +-
>  board/nvidia/common/common.mk                      |    4 +
>  board/nvidia/dts/tegra20-harmony.dts               |    3 +-
>  board/nvidia/dts/tegra20-whistler.dts              |    5 +-
>  board/nvidia/harmony/harmony.c                     |    9 +
>  board/nvidia/seaboard/seaboard.c                   |   18 +-
>  board/ti/am335x/board.c                            |   24 +-
>  board/ti/am335x/board.h                            |    5 +
>  board/ti/am335x/mux.c                              |   80
>  ++ .../colibri_t20-common/colibri_t20-common.c        |   44
>  + .../colibri_t20-common/colibri_t20-common.h        |   16 +
>  board/toradex/colibri_t20_iris/Makefile            |   40 +
>  board/toradex/colibri_t20_iris/colibri_t20_iris.c  |   46 +
>  board/toradex/dts/tegra20-colibri_t20_iris.dts     |   38 +
>  board/ttcontrol/vision2/vision2.c                  |    4 +-
>  boards.cfg                                         |   10 +-
>  common/cmd_nvedit.c                                |    3 -
>  common/iomux.c                                     |   10 -
>  common/spl/spl.c                                   |    8 +-
>  doc/README.nokia_rx51                              |  104 ++
>  drivers/mmc/fsl_esdhc.c                            |    5 +-
>  drivers/mtd/nand/tegra_nand.c                      |   36 +
>  drivers/serial/serial_ns16550.c                    |   36 +-
>  drivers/video/cfb_console.c                        |  328 +++++-
>  drivers/video/mxc_ipuv3_fb.c                       |    8 +-
>  include/configs/am335x_evm.h                       |   12 +-
>  include/configs/colibri_t20_iris.h                 |   83 ++
>  include/configs/eb_cpux9k2.h                       |    5 +-
>  include/configs/eco5pk.h                           |   81 ++
>  include/configs/harmony.h                          |    3 +
>  include/configs/mx25pdk.h                          |   11 +-
>  include/configs/mx51evk.h                          |    1 -
>  include/configs/mx53evk.h                          |    1 -
>  include/configs/mx53loco.h                         |    3 +-
>  include/configs/mx6qarm2.h                         |    3 +-
>  include/configs/mx6qsabre_common.h                 |    5 +-
>  include/configs/mx6qsabreauto.h                    |    3 +-
>  include/configs/mx6qsabrelite.h                    |   18 +-
>  include/configs/mx6qsabresd.h                      |    1 +
>  include/configs/nokia_rx51.h                       |  452 +++++++++
>  include/configs/seaboard.h                         |    1 +
>  include/configs/tegra-common-post.h                |   32 +-
>  include/configs/tegra20-common.h                   |   10 +-
>  include/fsl_esdhc.h                                |    1 +
>  include/ipu_pixfmt.h                               |    4 +-
>  include/twl4030.h                                  |   98 ++
>  tools/imximage.c                                   |  102 +-
>  tools/imximage.h                                   |    6 +- 101 files
>  changed, 5733 insertions(+), 653 deletions(-) create mode 100644
>  arch/arm/include/asm/arch-mx6/mxc_hdmi.h create mode 100644
>  arch/arm/include/asm/arch-tegra20/spl.h create mode 100644
>  board/8dtech/eco5pk/Makefile create mode 100644
>  board/8dtech/eco5pk/eco5pk.c create mode 100644
>  board/8dtech/eco5pk/eco5pk.h create mode 100644
>  board/nokia/rx51/Makefile create mode 100644
>  board/nokia/rx51/lowlevel_init.S create mode 100644
>  board/nokia/rx51/rx51.c create mode 100644 board/nokia/rx51/rx51.h
>  create mode 100644 board/nokia/rx51/tag_omap.h
>  create mode 100644 board/nvidia/common/common.mk
>  create mode 100644
>  board/toradex/colibri_t20-common/colibri_t20-common.c create mode
>  100644 board/toradex/colibri_t20-common/colibri_t20-common.h create
>  mode 100644 board/toradex/colibri_t20_iris/Makefile create mode 100644
>  board/toradex/colibri_t20_iris/colibri_t20_iris.c create mode 100644
>  board/toradex/dts/tegra20-colibri_t20_iris.dts create mode 100644
>  doc/README.nokia_rx51 create mode 100644
>  include/configs/colibri_t20_iris.h create mode 100644
>  include/configs/eco5pk.h create mode 100644
>  include/configs/nokia_rx51.h

Applied to u-boot/master, thanks!
Stephen Warren Nov. 5, 2012, 7:45 p.m. UTC | #2
On 11/05/2012 09:54 AM, Tom Rini wrote:
> On Sun, Nov 04, 2012 at 10:51:23PM +0100, Albert ARIBAUD wrote:
> 
>> Hello Tom,
>> 
>> The following changes since commit 
>> b68d6712c379735e886ef9c01b946bc36f295273:
>> 
>> ARM: fix u-boot.lds for -ffunction-sections/-fdata-sections 
>> (2012-10-26 23:46:21 +0200)
>> 
>> are available in the git repository at:
>> 
>> git://git.denx.de/u-boot-arm master
>> 
>> for you to fetch changes up to
>> 46d626d3926cf6b9f9c477782c5a0ee620a424cd:
>> 
>> socfpga/spl: Remove malloc.h (2012-11-04 16:23:23 +0100)
>> 
...
> Applied to u-boot/master, thanks!

Did you push this out to the git server? I'd love to rebase my local
branch on top of it and test. The last commit I see in u-boot/master
is the EXTRAVERSION fixup.
Tom Rini Nov. 8, 2012, 3:08 p.m. UTC | #3
On Mon, Nov 05, 2012 at 12:45:42PM -0700, Stephen Warren wrote:
> On 11/05/2012 09:54 AM, Tom Rini wrote:
> > On Sun, Nov 04, 2012 at 10:51:23PM +0100, Albert ARIBAUD wrote:
> > 
> >> Hello Tom,
> >> 
> >> The following changes since commit 
> >> b68d6712c379735e886ef9c01b946bc36f295273:
> >> 
> >> ARM: fix u-boot.lds for -ffunction-sections/-fdata-sections 
> >> (2012-10-26 23:46:21 +0200)
> >> 
> >> are available in the git repository at:
> >> 
> >> git://git.denx.de/u-boot-arm master
> >> 
> >> for you to fetch changes up to
> >> 46d626d3926cf6b9f9c477782c5a0ee620a424cd:
> >> 
> >> socfpga/spl: Remove malloc.h (2012-11-04 16:23:23 +0100)
> >> 
> ...
> > Applied to u-boot/master, thanks!
> 
> Did you push this out to the git server? I'd love to rebase my local
> branch on top of it and test. The last commit I see in u-boot/master
> is the EXTRAVERSION fixup.

Just the master -> public git sync delay, sorry.