[U-Boot] [PULL] : Please pull u-boot-imx

Albert ARIBAUD albert.u.boot at aribaud.net
Sat Oct 27 13:56:41 CEST 2012


Hi Stefano,

On Fri, 26 Oct 2012 16:30:53 +0200, Stefano Babic <sbabic at denx.de>
wrote:

> Hi Albert,
> 
> please pull from u-boot-imx, thanks.
> 
> The following changes since commit bd23b22badadcdc414a900828253961fc5ec6c39:
> 
>   Merge branch 'agust at denx.de-next' of git://git.denx.de/u-boot-staging
> (2012-10-15 13:37:22 -0700)
> 
> are available in the git repository at:
> 
> 
>   git://www.denx.de/git/u-boot-imx.git master
> 
> for you to fetch changes up to 01968b96a24414ff8f0735111907cbb750c7af43:
> 
>   MX5: fix warning in clock.c (2012-10-26 16:11:32 +0200)
> 
> ----------------------------------------------------------------
> 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
> 
> Otavio Salvador (1):
>       mx6qsabreauto: Change mmcroot so it works out of box
> 
> Stefano Babic (1):
>       MX5: fix warning in clock.c
> 
> 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
> 
>  arch/arm/cpu/arm1136/mx35/generic.c             |   14 +-
>  arch/arm/cpu/armv7/mx5/clock.c                  |    2 +-
>  arch/arm/cpu/armv7/mx5/lowlevel_init.S          |  158 +++-
>  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/imx-common/iomux-v3.h      |    3 +-
>  board/CarMediaLab/flea3/lowlevel_init.S         |   41 -
>  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/ttcontrol/vision2/vision2.c               |    4 +-
>  drivers/mmc/fsl_esdhc.c                         |    5 +-
>  drivers/video/mxc_ipuv3_fb.c                    |    8 +-
>  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/fsl_esdhc.h                             |    1 +
>  include/ipu_pixfmt.h                            |    4 +-
>  tools/imximage.c                                |  102 +--
>  tools/imximage.h                                |    6 +-
>  43 files changed, 1853 insertions(+), 481 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-mx6/mxc_hdmi.h
> 

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list