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

Albert ARIBAUD albert.u.boot at aribaud.net
Mon Feb 27 21:23:08 CET 2012


Hi Wolfgang,

The following changes since commit 54e96680cb96fb7a4b8f43fd949c62054004d3e5:

   Merge branch 'master' of git://git.denx.de/u-boot-microblaze 
(2012-02-26 22:17:40 +0100)

are available in the git repository at:

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

Aneesh V (1):
       armv7: omap3: leave outer cache enabled

Chase Maupin (1):
       am33xx: ddr_defs.h: Change DDR timings

Daniel Gorsulowski (2):
       at91: modified NAND flash timing on meesc board
       at91: modified NAND flash timing on otc570 board

Detlev Zundel (1):
       mcx: Enable command line editing

Eric Nelson (6):
       mx6q: define GPIO macros for translating between ordinals and 
port:index
       mxc_spi: move machine specifics into CPU headers
       mx6q: Add support for ECSPI through mxc_spi driver
       mx6q: mx6qsabrelite: Add ECSPI support to the Sabrelite platform
       mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select
       mx6q: mx6qsabrelite: Conditionally define macros for environment 
in serial flash

Fabio Estevam (7):
       mx53loco: Use gpio_direction_input prior to gpio_get_value
       mx53ard: Use gpio_direction_input prior to gpio_get_value
       mx53evk: Use gpio_direction_input prior to gpio_get_value
       mx53smd: Use gpio_direction_input prior to gpio_get_value
       mx51evk: Use gpio_direction_input prior to gpio_get_value
       mx35: generic: Let get_reset_cause be defined only when 
CONFIG_DISPLAY_CPUINFO is selected
       mx35pdk: Remove duplicate CPU revision and reset cause information

Hadli, Manjunath (3):
       davinci: cleanup davinci_sync_env_enetaddr() fucntion
       da850evm: add support to read mac address from SPI flash
       da850evm: read mac address from I2C EEPROM on AM18x EVM

Helmut Raiger (3):
       tt01: fix environment size
       tt01: add video support
       tt01: fix hush parser config, add release config

Linus Walleij (3):
       integrator: stop calling pci_init() twice
       integrator: rewrite the AP PCI driver
       integrator: update the Integrator/CP config

Marek Vasut (2):
       i.MX28: Fix VDDIO and VDDA setup
       MX28: Fix get_timer() / get_tbclk() issue

Matthias Fuchs (4):
       mx28evk: add RTC support
       mx28evk: add USB support
       mx28evk: add SPI support
       mx28: fix SPL code to make USB booting work

Peter Meerwald (1):
       beagle: enable DVI_PUP

Shawn Guo (1):
       common/image.c: align usage of fdt_high with initrd_high

Stefano Babic (4):
       MX35: add missing get_ticks() and get_tbclk()
       MX31: add missing get_tbclk()
       MX5/MX6: add missing get_ticks() and get_tbclk()
       MX27: add missing get_tbclk()

Thomas Weber (2):
       Tricorder: Switch env to generic mmc driver
       OMAP3: Remove unused CONFIG_SYS_NAND_ECCSTEPS/TOTAL

Tom Rini (2):
       am335x_evm: Change MAINTAINERS entry
       omap3_beagle: Change MAINTAINERS entry

Troy Kisky (5):
       net: fec_mxc: add 1000 Mbps selection
       net: fec_mxc: add PHYLIB support
       net: phy: add support for Micrel's KSZ9021
       net: phy: make board_phy_config responsible for calling drv->config
       i.mx6q: mx6qsabrelite: Update the network configuration

prabhakar.csengg at gmail.com (1):
       dm6467Tevm: Use a common configuration file for davinci_dm6467evm 
and davinci_dm6467Tevm

  MAINTAINERS                                   |   10 +-
  README                                        |    8 +
  arch/arm/cpu/arm1136/mx31/timer.c             |    9 +
  arch/arm/cpu/arm1136/mx35/generic.c           |    2 +-
  arch/arm/cpu/arm1136/mx35/timer.c             |  103 +++--
  arch/arm/cpu/arm926ejs/davinci/cpu.c          |    2 +-
  arch/arm/cpu/arm926ejs/davinci/misc.c         |    9 +-
  arch/arm/cpu/arm926ejs/mx27/timer.c           |    5 +
  arch/arm/cpu/arm926ejs/mx28/spl_power_init.c  |   16 +-
  arch/arm/cpu/arm926ejs/mx28/start.S           |   21 +-
  arch/arm/cpu/arm926ejs/mx28/timer.c           |   19 +-
  arch/arm/cpu/armv7/imx-common/timer.c         |   75 +++-
  arch/arm/cpu/armv7/omap3/board.c              |    2 +-
  arch/arm/include/asm/arch-am33xx/ddr_defs.h   |    2 +-
  arch/arm/include/asm/arch-mx31/imx-regs.h     |   27 ++
  arch/arm/include/asm/arch-mx31/sys_proto.h    |    1 +
  arch/arm/include/asm/arch-mx35/imx-regs.h     |   25 +
  arch/arm/include/asm/arch-mx5/imx-regs.h      |   30 ++
  arch/arm/include/asm/arch-mx6/imx-regs.h      |   49 ++
  board/armltd/integrator/integrator.c          |    3 -
  board/armltd/integrator/pci.c                 |  582 
++++++++++++++-----------
  board/armltd/integrator/pci_v3.h              |  200 +++++++++
  board/davinci/da8xxevm/da850evm.c             |  103 +++++
  board/davinci/dm6467evm/dm6467evm.c           |    2 +-
  board/esd/meesc/meesc.c                       |    8 +-
  board/esd/otc570/otc570.c                     |    8 +-
  board/freescale/corenet_ds/eth_p4080.c        |    2 +
  board/freescale/mpc8544ds/mpc8544ds.c         |    2 +
  board/freescale/mx28evk/iomux.c               |    8 +
  board/freescale/mx28evk/mx28evk.c             |    7 +
  board/freescale/mx35pdk/mx35pdk.c             |   27 +--
  board/freescale/mx51evk/mx51evk.c             |    2 +
  board/freescale/mx53ard/mx53ard.c             |    2 +
  board/freescale/mx53evk/mx53evk.c             |    2 +
  board/freescale/mx53loco/mx53loco.c           |    2 +
  board/freescale/mx53smd/mx53smd.c             |    1 +
  board/freescale/mx6qsabrelite/imximage.cfg    |    2 +-
  board/freescale/mx6qsabrelite/mx6qsabrelite.c |   68 ++--
  board/hale/tt01/tt01.c                        |   21 +
  board/ti/beagle/beagle.c                      |   34 ++
  boards.cfg                                    |    8 +-
  common/image.c                                |   12 +-
  drivers/net/fec_mxc.c                         |  165 +++++---
  drivers/net/fec_mxc.h                         |    7 +
  drivers/net/phy/micrel.c                      |   87 ++++
  drivers/net/phy/phy.c                         |    5 +-
  drivers/spi/mxc_spi.c                         |   93 +----
  include/configs/davinci_dm6467Tevm.h          |  167 -------
  include/configs/davinci_dm6467evm.h           |    1 -
  include/configs/integratorap.h                |  148 +------
  include/configs/integratorcp.h                |   47 +--
  include/configs/mcx.h                         |    7 +-
  include/configs/mx28evk.h                     |   64 +++-
  include/configs/mx6qsabrelite.h               |   31 ++-
  include/configs/omap3_overo.h                 |    4 -
  include/configs/tricorder.h                   |   12 +-
  include/configs/tt01.h                        |   40 ++-
  include/micrel.h                              |   16 +
  include/phy.h                                 |    1 +
  59 files changed, 1495 insertions(+), 921 deletions(-)
  create mode 100644 board/armltd/integrator/pci_v3.h
  delete mode 100644 include/configs/davinci_dm6467Tevm.h
  create mode 100644 include/micrel.h

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list