[U-Boot] Please pull u-boot-ti/next

Tom Rini trini at ti.com
Mon Apr 2 18:49:40 CEST 2012


Hello,

The following changes since commit 37ee186fde3c48f90121a76e5039efe534a273f3:
  Ian Campbell (1):
        ARM: dreamplug: Enable FDT support

are available in the git repository at:

  git://git.denx.de/u-boot-ti next

Aneesh V (6):
      arm: adapt asm/linkage.h from Linux
      armv7: add appropriate headers for assembly functions
      ARM: enable Thumb build
      armv7: Use -march=armv7-a and thereby enable Thumb-2
      omap4+: Avoid using __attribute__ ((__packed__))
      OMAP4: enable Thumb build

Balaji T K (3):
      arm: omap5: correct boot device mode7 for eMMC
      omap5: pbias ldo9 turn on
      mmc: omap5evm: Add eMMC saveenv support

Enric Balletbò i Serra (1):
      OMAP3: igep00x0: Reduce lines of code for IGEP-based boards.

Grazvydas Ignotas (3):
      OMAP3: pandora: pin mux updates for DM3730 board variant
      OMAP3: pandora: revise GPIO configuration
      OMAP3: pandora: drop console kernel argument

Jonathan Solnit (1):
      ARM:OMAP+:MMC: Add parameters to MMC init

Nishanth Menon (3):
      OMAP3+: Introduce generic logic for OMAP voltage controller
      OMAP4460: TPS Ensure SET1 is selected after voltage configuration
      OMAP4: scale voltage of core before MPU scales

SRICHARAN R (16):
      OMAP5: clocks: Change clock settings as required for ES1.0 silicon.
      OMAP5: board: Add pinmux data for omap5_evm board.
      OMAP5: io: Configure the io settings for omap5430 sevm board.
      OMAP5: emif/ddr: Change emif settings as required for ES1.0 silicon.
      OMAP5: palmas: Configure nominal opp vdd values
      OMAP5: hwinit: Add the missing break statement
      OMAP4/5: Make the silicon revision variable common.
      OMAP5: SRAM: Change the SRAM base address.
      OMAP4/5: Make the sysctrl structure common
      OMAP4/5: device: Add support to get the device type.
      OMAP5: defconfig: Align the defconfig for 5430 ES1.0
      OMAP5: ddr: Change the ddr device name.
      OMAP4/5: emif: Correct the emif power mgt shadow register bit fields.
      power: twl6035: add palmas PMIC support
      OMAP3+: reset: Create a common reset layer.
      OMAP5: reset: Use cold reset in case of 5430ES1.0

Tom Rini (2):
      tools, config.mk: Add gcc-version.sh, cc-version test from Linux
      Makefile: Add a 'checkthumb' rule

 Makefile                                           |    7 +
 README                                             |    8 +
 arch/arm/config.mk                                 |   27 +-
 arch/arm/cpu/armv7/am33xx/board.c                  |    2 +-
 arch/arm/cpu/armv7/config.mk                       |    7 +-
 arch/arm/cpu/armv7/mx5/lowlevel_init.S             |    5 +-
 arch/arm/cpu/armv7/mx6/lowlevel_init.S             |    5 +-
 arch/arm/cpu/armv7/omap-common/Makefile            |    1 +
 arch/arm/cpu/armv7/omap-common/clocks-common.c     |   99 ++---
 arch/arm/cpu/armv7/omap-common/emif-common.c       |   41 ++-
 arch/arm/cpu/armv7/omap-common/hwinit-common.c     |    6 +-
 arch/arm/cpu/armv7/omap-common/lowlevel_init.S     |   14 +-
 .../arm/cpu/armv7/omap-common/{reset.S => reset.c} |   30 +-
 arch/arm/cpu/armv7/omap-common/spl.c               |    1 +
 arch/arm/cpu/armv7/omap-common/spl_mmc.c           |    5 +-
 arch/arm/cpu/armv7/omap-common/vc.c                |  138 ++++++
 arch/arm/cpu/armv7/omap3/lowlevel_init.S           |   41 +-
 arch/arm/cpu/armv7/omap4/clocks.c                  |   77 ++-
 arch/arm/cpu/armv7/omap4/hwinit.c                  |   24 +-
 arch/arm/cpu/armv7/omap4/sdram_elpida.c            |    4 +
 arch/arm/cpu/armv7/omap5/Makefile                  |    2 +-
 arch/arm/cpu/armv7/omap5/clocks.c                  |  143 ++++--
 arch/arm/cpu/armv7/omap5/hwinit.c                  |  104 ++++-
 .../cpu/armv7/omap5/{sdram_elpida.c => sdram.c}    |  101 +++--
 arch/arm/cpu/armv7/s5pc1xx/cache.S                 |   10 +-
 arch/arm/cpu/armv7/s5pc1xx/reset.S                 |    5 +-
 arch/arm/cpu/armv7/start.S                         |   13 +-
 arch/arm/cpu/armv7/tegra2/lowlevel_init.S          |    5 +-
 arch/arm/cpu/armv7/u8500/lowlevel.S                |    9 +-
 arch/arm/include/asm/arch-am33xx/mmc_host_def.h    |    2 +-
 arch/arm/include/asm/arch-omap3/cpu.h              |    5 +-
 arch/arm/include/asm/arch-omap3/mmc_host_def.h     |    8 +-
 arch/arm/include/asm/arch-omap3/mux.h              |    6 +
 arch/arm/include/asm/arch-omap4/clocks.h           |   18 +-
 arch/arm/include/asm/arch-omap4/cpu.h              |   11 +
 arch/arm/include/asm/arch-omap4/mmc_host_def.h     |    2 +-
 arch/arm/include/asm/arch-omap4/mux_omap4.h        |    2 +-
 arch/arm/include/asm/arch-omap4/omap.h             |   25 +-
 arch/arm/include/asm/arch-omap4/sys_proto.h        |    8 +-
 arch/arm/include/asm/arch-omap5/clocks.h           |   52 ++-
 arch/arm/include/asm/arch-omap5/cpu.h              |   11 +
 arch/arm/include/asm/arch-omap5/mmc_host_def.h     |    2 +-
 arch/arm/include/asm/arch-omap5/mux_omap5.h        |  504 ++++++++++----------
 arch/arm/include/asm/arch-omap5/omap.h             |  153 +++++--
 arch/arm/include/asm/arch-omap5/sys_proto.h        |    8 +-
 arch/arm/include/asm/emif.h                        |   76 +++-
 arch/arm/include/asm/linkage.h                     |    7 +
 arch/arm/include/asm/omap_common.h                 |   11 +-
 board/cm_t35/cm_t35.c                              |    2 +-
 board/comelit/dig297/dig297.c                      |    2 +-
 board/corscience/tricorder/tricorder.c             |    2 +-
 board/htkw/mcx/mcx.c                               |    2 +-
 board/isee/igep0020/igep0020.c                     |    4 +-
 board/isee/igep0030/igep0030.c                     |    4 +-
 board/logicpd/am3517evm/am3517evm.c                |    2 +-
 board/logicpd/omap3som/omap3logic.c                |    2 +-
 board/logicpd/zoom1/zoom1.c                        |    2 +-
 board/logicpd/zoom2/zoom2.c                        |    2 +-
 board/matrix_vision/mvblx/mvblx.c                  |    4 +-
 board/overo/overo.c                                |    2 +-
 board/pandora/pandora.c                            |   59 ++-
 board/pandora/pandora.h                            |    6 +
 board/technexion/twister/twister.c                 |    2 +-
 board/teejet/mt_ventoux/mt_ventoux.c               |    2 +-
 board/ti/am3517crane/am3517crane.c                 |    2 +-
 board/ti/beagle/beagle.c                           |    2 +-
 board/ti/evm/evm.c                                 |    2 +-
 board/ti/omap5_evm/evm.c                           |   10 +-
 board/ti/omap5_evm/mux_data.h                      |  489 ++++++++++---------
 board/ti/panda/panda.c                             |    2 +-
 board/ti/panda/panda_mux_data.h                    |    2 +-
 board/ti/sdp3430/sdp.c                             |    2 +-
 board/ti/sdp4430/sdp.c                             |    4 +-
 board/ti/sdp4430/sdp4430_mux_data.h                |    2 +-
 board/timll/devkit8000/devkit8000.c                |    2 +-
 boards.cfg                                         |    4 +-
 config.mk                                          |    6 +-
 drivers/mmc/omap_hsmmc.c                           |   61 +++-
 drivers/power/Makefile                             |    1 +
 drivers/power/twl6035.c                            |   65 +++
 include/configs/igep0030.h                         |  261 ----------
 include/configs/{igep0020.h => igep00x0.h}         |   15 +-
 include/configs/omap3_pandora.h                    |    3 +-
 include/configs/omap4_common.h                     |    2 +
 include/configs/omap5_evm.h                        |   25 +-
 include/linux/linkage.h                            |    7 +-
 .../armv7/omap-common/reset.S => include/twl6035.h |   38 +-
 tools/gcc-version.sh                               |   32 ++
 88 files changed, 1767 insertions(+), 1216 deletions(-)
 copy arch/arm/cpu/armv7/omap-common/{reset.S => reset.c} (70%)
 create mode 100644 arch/arm/cpu/armv7/omap-common/vc.c
 rename arch/arm/cpu/armv7/omap5/{sdram_elpida.c => sdram.c} (64%)
 create mode 100644 arch/arm/include/asm/linkage.h
 create mode 100644 drivers/power/twl6035.c
 delete mode 100644 include/configs/igep0030.h
 rename include/configs/{igep0020.h => igep00x0.h} (97%)
 rename arch/arm/cpu/armv7/omap-common/reset.S => include/twl6035.h (53%)
 create mode 100755 tools/gcc-version.sh

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120402/efd7533a/attachment.pgp>


More information about the U-Boot mailing list