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

Tom Rini trini at ti.com
Wed Dec 4 23:06:30 CET 2013


Hey,

The following changes since commit 4c54419737ffbfadd605263d97a1357bb03c04e8:

  socfpga: Adding Freeze Controller driver (2013-12-03 14:38:56 +0100)

are available in the git repository at:

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

for you to fetch changes up to b06f8984959f51f4b99f9c77efa5267623c98957:

  omap4_panda: Don't use ulpi_reset (2013-12-04 11:41:14 -0500)

----------------------------------------------------------------
Hardik Patel (1):
      pandaboard: 1/1] ARM:OMAP4+: panda-es: Support Rev B3 Elpida DDR2 RAM

Ilya Ledvich (3):
      cm_t335: add cm_t335 board support
      cm_t335: add support for status LED
      cm_t335: add support for pca9555 i2c gpio extender

Lars Poeschel (1):
      pcm051: Support for revision 3

Lokesh Vutla (1):
      ARM: OMAP5+: Remove unnecessary EFUSE settings

Lubomir Popov (1):
      ARM: OMAP4: Fix bug in omap4470_volts struct

Michael Trimarchi (2):
      arm: omap3: Add uart4 omap3 adddress
      arm: omap3: Enable clocks for peripherals only if they are used

Oleg Kosheliev (2):
      ARMV7: OMAP4: Add struct for twl603x data
      ARMV7: OMAP4: Add twl6032 support

Roger Quadros (11):
      ahci: Error out with message on malloc() failure
      ahci: Fix cache align error messages
      ARM: OMAP5: Add Pipe3 PHY driver
      ARM: OMAP5: Add PRCM and Control information for SATA
      ARM: OMAP5: Add SATA platform glue
      ARM: omap5_uevm: Add SATA support
      ARM: DRA7xx: Add PRCM and Control information for SATA
      ARM: dra7_evm: Add SATA support
      usb: ehci-omap: Reset the USB Host OMAP module
      omap3_beagle: Don't use ulpi_reset
      omap4_panda: Don't use ulpi_reset

SRICHARAN R (3):
      ARM: DRA7: Add is_dra7xx cpu check definition
      ARM: DRA: EMIF: Change DDR3 settings to use hw leveling
      ARM: DRA7/OMAP5: EMIF: Add workaround for bug 0039

Stefan Roese (1):
      arm: am335x: Add DT (FDT) support to Siemens boards

Tom Rini (2):
      am33xx: Stop modifying certain EMIF4D registers
      am335x_evm: Update nandboot to use partitions and DT

Viktar Palstsiuk (1):
      davinci: fix Master Priority Registers location

Vladimir Koutny (1):
      am335x: cpsw: optimize cpsw_recv to increase network performance

Yegor Yefremov (1):
      am3517_evm: activate Ethernet PHY

 arch/arm/cpu/armv7/am33xx/ddr.c              |    7 -
 arch/arm/cpu/armv7/omap-common/Makefile      |    5 +
 arch/arm/cpu/armv7/omap-common/emif-common.c |  142 ++++++++++++----
 arch/arm/cpu/armv7/omap-common/pipe3-phy.c   |  231 ++++++++++++++++++++++++++
 arch/arm/cpu/armv7/omap-common/pipe3-phy.h   |   36 ++++
 arch/arm/cpu/armv7/omap-common/sata.c        |   75 +++++++++
 arch/arm/cpu/armv7/omap3/clock.c             |    2 -
 arch/arm/cpu/armv7/omap4/hw_data.c           |   12 +-
 arch/arm/cpu/armv7/omap4/sdram_elpida.c      |    9 +-
 arch/arm/cpu/armv7/omap5/hw_data.c           |    9 +-
 arch/arm/cpu/armv7/omap5/hwinit.c            |   18 +-
 arch/arm/cpu/armv7/omap5/prcm-regs.c         |    7 +
 arch/arm/cpu/armv7/omap5/sdram.c             |  214 +++++++++++++++++-------
 arch/arm/include/asm/arch-am33xx/ddr_defs.h  |   37 ++---
 arch/arm/include/asm/arch-davinci/hardware.h |    3 +-
 arch/arm/include/asm/arch-omap3/clock.h      |    2 -
 arch/arm/include/asm/arch-omap3/omap3.h      |    1 +
 arch/arm/include/asm/arch-omap4/sys_proto.h  |    4 +
 arch/arm/include/asm/arch-omap5/clock.h      |    3 +
 arch/arm/include/asm/arch-omap5/omap.h       |    4 +
 arch/arm/include/asm/arch-omap5/sata.h       |   48 ++++++
 arch/arm/include/asm/emif.h                  |   14 +-
 arch/arm/include/asm/omap_common.h           |   10 ++
 board/compulab/cm_t335/Makefile              |   10 ++
 board/compulab/cm_t335/cm_t335.c             |  162 ++++++++++++++++++
 board/compulab/cm_t335/mux.c                 |  117 +++++++++++++
 board/compulab/cm_t335/spl.c                 |  106 ++++++++++++
 board/compulab/cm_t335/u-boot.lds            |  101 +++++++++++
 board/isee/igep0033/board.c                  |    4 -
 board/logicpd/am3517evm/am3517evm.c          |   34 ++++
 board/logicpd/am3517evm/am3517evm.h          |    2 +-
 board/phytec/pcm051/board.c                  |   53 ++++--
 board/siemens/dxr2/board.c                   |    4 -
 board/siemens/pxm2/board.c                   |    5 -
 board/siemens/rut/board.c                    |    5 -
 board/ti/am335x/board.c                      |   17 --
 board/ti/dra7xx/evm.c                        |    7 +
 board/ti/omap5_uevm/evm.c                    |    7 +
 board/ti/panda/panda.c                       |   60 +++++++
 board/ti/ti814x/evm.c                        |    5 -
 board/ti/ti816x/evm.c                        |   17 --
 boards.cfg                                   |    4 +-
 drivers/block/ahci.c                         |   18 +-
 drivers/net/cpsw.c                           |    2 +-
 drivers/power/twl6030.c                      |   77 +++++++--
 drivers/usb/host/ehci-omap.c                 |   57 +++++--
 include/configs/am335x_evm.h                 |    9 +-
 include/configs/cm_t335.h                    |  182 ++++++++++++++++++++
 include/configs/dra7xx_evm.h                 |   11 ++
 include/configs/omap3_beagle.h               |    3 -
 include/configs/omap4_panda.h                |    3 -
 include/configs/omap5_uevm.h                 |   10 ++
 include/configs/siemens-am33x-common.h       |    5 +
 include/twl6030.h                            |   38 +++++
 54 files changed, 1768 insertions(+), 260 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/omap-common/pipe3-phy.c
 create mode 100644 arch/arm/cpu/armv7/omap-common/pipe3-phy.h
 create mode 100644 arch/arm/cpu/armv7/omap-common/sata.c
 create mode 100644 arch/arm/include/asm/arch-omap5/sata.h
 create mode 100644 board/compulab/cm_t335/Makefile
 create mode 100644 board/compulab/cm_t335/cm_t335.c
 create mode 100644 board/compulab/cm_t335/mux.c
 create mode 100644 board/compulab/cm_t335/spl.c
 create mode 100644 board/compulab/cm_t335/u-boot.lds
 create mode 100644 include/configs/cm_t335.h

Thanks!

-- 
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/20131204/6987303f/attachment.pgp>


More information about the U-Boot mailing list