public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-ti
@ 2013-12-13 12:45 Tom Rini
  2013-12-13 13:29 ` Albert ARIBAUD
  2013-12-13 14:56 ` Albert ARIBAUD
  0 siblings, 2 replies; 7+ messages in thread
From: Tom Rini @ 2013-12-13 12:45 UTC (permalink / raw)
  To: u-boot

Hello,

The following changes since commit a5a42eec8ed64cbc72d2e59199819e48f904e38f:

  ARM: fix the standalone programs (2013-12-12 11:27:59 +0100)

are available in the git repository at:

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

for you to fetch changes up to d2c7074b9593d822e2359a09c21747248fdf5fac:

  ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39 -0500)

----------------------------------------------------------------
Dan Murphy (1):
      arm: am437: Fix offset for USB registers

Heiko Schocher (1):
      am335x, siemens boards: adapt default environment setting

Lokesh Vutla (3):
      ARM: OMAP4: Move TEXT_BASE down to non-HS limit
      ARM: DRA7xx: Change clk divider setting
      ARM: OMAP5: clocks: Update MPU settings for OPP_NOM

Nikita Kiryanov (2):
      arm: omap: abb: add missing include
      arm: omap: cm_t35: update config file

Stefan Roese (5):
      arm: omap3: Add SPL support to tao3530
      arm: omap3: Remove bootargs mem_size handling
      arm: omap3: Add board revision output to tao3530
      arm: omap3: Add HEAD acoustics (HA) board variant omap3_ha to tao3530
      arm: omap3: Add SPL support to cm_t35

Tapani Utriainen (1):
      arm, omap3: Add support for TechNexion modules

Tom Rini (2):
      am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF
      am335x_evm: Consolidate DFU environment parts into the DFU part of the file

Yegor Yefremov (1):
      am3517_evm: activate Ethernet PHY

 arch/arm/cpu/armv7/am33xx/board.c                  |    8 +
 arch/arm/cpu/armv7/omap-common/abb.c               |    1 +
 arch/arm/cpu/armv7/omap5/hw_data.c                 |   24 +-
 arch/arm/include/asm/arch-am33xx/hardware_am43xx.h |    4 +-
 arch/arm/include/asm/arch-omap4/omap.h             |    2 +-
 board/compulab/cm_t35/cm_t35.c                     |   18 +-
 board/logicpd/am3517evm/am3517evm.c                |   32 ++
 board/logicpd/am3517evm/am3517evm.h                |    2 +-
 board/siemens/common/board.c                       |    9 -
 board/technexion/tao3530/Makefile                  |    5 +
 board/technexion/tao3530/tao3530.c                 |  215 ++++++++++++
 board/technexion/tao3530/tao3530.h                 |  371 ++++++++++++++++++++
 boards.cfg                                         |    2 +
 include/configs/am335x_evm.h                       |   23 +-
 include/configs/am3517_evm.h                       |    5 +
 include/configs/cm_t35.h                           |   74 +++-
 include/configs/omap4_common.h                     |   11 +-
 include/configs/siemens-am33x-common.h             |    2 +-
 include/configs/tao3530.h                          |  363 +++++++++++++++++++
 19 files changed, 1121 insertions(+), 50 deletions(-)
 create mode 100644 board/technexion/tao3530/Makefile
 create mode 100644 board/technexion/tao3530/tao3530.c
 create mode 100644 board/technexion/tao3530/tao3530.h
 create mode 100644 include/configs/tao3530.h

-- 
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/20131213/c7722993/attachment.pgp>

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [U-Boot] Please pull u-boot-ti
@ 2015-01-13 21:51 Tom Rini
  2015-01-16 15:58 ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2015-01-13 21:51 UTC (permalink / raw)
  To: u-boot

Just talkin' to myself here,

The following changes since commit 92fa7f53f1f3f03296f8ffb14bdf1baefab83368:

  Prepare v2015.01 (2015-01-12 09:39:08 -0500)

are available in the git repository at:

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

for you to fetch changes up to fa58b102cd8f5345cbc28657600c3a28acfbd80e:

  omap5: Add netargs and netboot option (2015-01-13 15:26:11 -0500)

----------------------------------------------------------------
Anthoine Bourgeois (2):
      arm: omap3: devkit8000: inherit from ti_armv7_common.h
      arm: omap3: devkit8000: inherit from ti_omap3_common.h

Cooper Jr., Franklin (1):
      omap5: Add netargs and netboot option

Daniel Mack (1):
      mtd: OMAP: Enable GPMC prefetch mode

Felipe Balbi (5):
      board: ti: am43xx: replace if else if else with a switch
      power: tps65218: define all valid VDD_MPU voltages
      board: ti: am43xx: take care of all OPPs
      pmic: add tps62362 simple wrapper code
      board: ti: am43xx: add support for AM43xx Industrial Development Kit

James Doublesin (3):
      arm: am437x: PLL values for all input frequencies
      arm: am437x: Enable hardware leveling for EMIF
      arm: am437x: Correct PLL frequency for 25MHz

matwey.kornilov at gmail.com (1):
      pcm051: Add boot script support to pcm051

 arch/arm/cpu/armv7/am33xx/ddr.c                    |  134 +++++---
 arch/arm/cpu/armv7/am33xx/emif4.c                  |    5 +-
 arch/arm/include/asm/arch-am33xx/cpu.h             |   11 +
 arch/arm/include/asm/arch-am33xx/hardware_am33xx.h |    1 +
 arch/arm/include/asm/arch-am33xx/hardware_am43xx.h |    1 +
 arch/arm/include/asm/emif.h                        |   37 +-
 board/ti/am43xx/board.c                            |  354 +++++++++-----------
 board/ti/am43xx/board.h                            |    5 +
 board/ti/am43xx/mux.c                              |    2 +-
 board/timll/devkit8000/devkit8000.c                |   13 +
 doc/README.nand                                    |    5 +
 drivers/mtd/nand/omap_gpmc.c                       |  114 ++++++-
 drivers/power/pmic/Makefile                        |    1 +
 drivers/power/pmic/pmic_tps62362.c                 |   47 +++
 include/configs/am43xx_evm.h                       |    3 +
 include/configs/devkit8000.h                       |  163 ++-------
 include/configs/pcm051.h                           |   29 +-
 include/configs/ti_omap5_common.h                  |   15 +-
 include/linux/mtd/omap_gpmc.h                      |    6 +-
 include/power/tps62362.h                           |   29 ++
 include/power/tps65218.h                           |    3 +
 21 files changed, 579 insertions(+), 399 deletions(-)
 create mode 100644 drivers/power/pmic/pmic_tps62362.c
 create mode 100644 include/power/tps62362.h

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-01-16 15:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13 12:45 [U-Boot] Please pull u-boot-ti Tom Rini
2013-12-13 13:29 ` Albert ARIBAUD
2013-12-13 13:37   ` Tom Rini
2013-12-17  7:50     ` Wolfgang Denk
2013-12-13 14:56 ` Albert ARIBAUD
  -- strict thread matches above, loose matches on Subject: below --
2015-01-13 21:51 Tom Rini
2015-01-16 15:58 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox