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

Albert ARIBAUD albert.u.boot at aribaud.net
Sat May 11 22:54:53 CEST 2013


Hi Tom,

On Fri, 10 May 2013 09:16:18 -0400, Tom Rini <trini at ti.com> wrote:

> Hello,
> 
> The following changes since commit 8934f7846501070a5b01c1fab5db27559e9d70d1:
> 
>   i2c: zynq: Add support for Xilinx Zynq (2013-04-30 11:39:28 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-ti.git master
> 
> for you to fetch changes up to 47c6ea076eb51e624f8744d93db5cd70b97dc25d:
> 
>   ARM: OMAP: Add arch_cpu_init function (2013-05-10 08:25:56 -0400)
> 
> ----------------------------------------------------------------
> Dan Murphy (2):
>       ARM:Panda:Fix device tree loading for the panda-es
>       ARM: Panda: Add flag to allow runtime enviroment varibale mods
> 
> Enric Balletbo i Serra (2):
>       Add DDR3 support for IGEP COM AQUILA/CYGNUS.
>       ARM: Add support for IGEP COM AQUILA/CYGNUS
> 
> Eric Benard (2):
>       da850: provide davinci_enable_uart0
>       davinci: handle CONFIG_SYS_CLE_MASK and CONFIG_SYS_ALE_MASK
> 
> Igor Grinberg (3):
>       cm-t35: move cm-t35 to live in compulab directory
>       MAINTAINERS: fix the cm-t35 board name
>       cm-t35: update config file
> 
> Lokesh Vutla (2):
>       arm: omap: emif: Fix DDR3 init after warm reset
>       ARM: OMAP5: Fix warm reset with USB cable connected
> 
> Lubomir Popov (4):
>       OMAP5: I2C: Enable i2c5 clocks
>       OMAP5: I2C: Add I2C4 and I2C5 bases
>       OMAP5: I2C: Set I2C_BUS_MAX to 5 to enable I2C4 and I2C5
>       OMAP5: USB: hsusbtll_clkctrl has to be in hw_auto for USB to work
> 
> Mark Jackson (1):
>       Remove duplicate / unused #defines on AM335x boards
> 
> Matt Porter (4):
>       am33xx: add pll and clock support for TI814x CPSW
>       cpsw: add support for TI814x slave_regs differences
>       phy: add support for ET1011C phys
>       ti814x_evm: enable CPSW support
> 
> Nishanth Menon (10):
>       twl4030: make twl4030_i2c_write_u8 prototype consistent
>       twl4030: make twl4030_i2c_read_u8 prototype consistent
>       twl6030: twl6030_i2c_[read|write]_u8 prototype consistent
>       twl6030: move twl6030 register access functions to common header file
>       twl6030: add header guard
>       twl6035: rename to palmas
>       palmas: rename init_settings to an generic palmas init
>       palmas: rename twl6035_mmc1_poweron_ldo with an palmas generic function
>       palmas: use palmas_i2c_[read|write]_u8
>       palmas: add header guard
> 
> SRICHARAN R (5):
>       ARM: OMAP: Make omap_boot_parameters common across socs
>       ARM: OMAP4/5: Make OMAPx_SRAM_SCRATCH_ defines common
>       ARM: OMAP: Correct save_boot_params and replace with 'C' function
>       ARM: OMAP: Cleanup boot parameters usage
>       ARM: OMAP: Add arch_cpu_init function
> 
> Tom Rini (3):
>       beagleboard: Update comment in get_board_rev()
>       omap5_common: Add optargs variable for kernel command line args
>       am33xx: Fix warning with CONFIG_DISPLAY_CPUINFO
> 
>  MAINTAINERS                                        |    3 +-
>  README                                             |    4 +
>  arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c    |    8 +
>  arch/arm/cpu/armv7/am33xx/clock_ti814x.c           |  103 ++++++-
>  arch/arm/cpu/armv7/am33xx/sys_info.c               |    6 +-
>  arch/arm/cpu/armv7/lowlevel_init.S                 |    8 +-
>  arch/arm/cpu/armv7/omap-common/boot-common.c       |   31 +--
>  arch/arm/cpu/armv7/omap-common/clocks-common.c     |    1 +
>  arch/arm/cpu/armv7/omap-common/emif-common.c       |   11 +-
>  arch/arm/cpu/armv7/omap-common/hwinit-common.c     |   61 ++++-
>  arch/arm/cpu/armv7/omap-common/lowlevel_init.S     |   50 +---
>  arch/arm/cpu/armv7/omap-common/reset.c             |    4 +
>  arch/arm/cpu/armv7/omap4/emif.c                    |    4 +-
>  arch/arm/cpu/armv7/omap4/hw_data.c                 |    2 +-
>  arch/arm/cpu/armv7/omap4/hwinit.c                  |    3 +-
>  arch/arm/cpu/armv7/omap5/emif.c                    |    4 +-
>  arch/arm/cpu/armv7/omap5/hw_data.c                 |    5 +-
>  arch/arm/cpu/armv7/omap5/hwinit.c                  |   22 +-
>  arch/arm/cpu/armv7/omap5/prcm-regs.c               |    2 +
>  arch/arm/include/asm/arch-am33xx/ddr_defs.h        |   17 ++
>  arch/arm/include/asm/arch-am33xx/hardware_ti814x.h |    1 +
>  arch/arm/include/asm/arch-am33xx/omap.h            |   25 --
>  arch/arm/include/asm/arch-davinci/hardware.h       |    2 +
>  arch/arm/include/asm/arch-davinci/nand_defs.h      |    9 +
>  arch/arm/include/asm/arch-omap4/omap.h             |   36 ---
>  arch/arm/include/asm/arch-omap4/sys_proto.h        |   12 +-
>  arch/arm/include/asm/arch-omap5/clocks.h           |   10 +
>  arch/arm/include/asm/arch-omap5/cpu.h              |    2 +
>  arch/arm/include/asm/arch-omap5/i2c.h              |    2 +-
>  arch/arm/include/asm/arch-omap5/omap.h             |   36 ---
>  arch/arm/include/asm/arch-omap5/sys_proto.h        |   22 +-
>  arch/arm/include/asm/global_data.h                 |    8 +
>  arch/arm/include/asm/omap_boot.h                   |   50 ++++
>  arch/arm/include/asm/omap_common.h                 |   20 ++
>  board/{ => compulab}/cm_t35/Makefile               |   12 +-
>  board/{ => compulab}/cm_t35/cm_t35.c               |   26 +-
>  board/{ => compulab}/cm_t35/display.c              |    2 +-
>  board/{ => compulab}/cm_t35/eeprom.c               |    0
>  board/{ => compulab}/cm_t35/eeprom.h               |    0
>  board/{ => compulab}/cm_t35/leds.c                 |    3 +-
>  board/isee/igep0033/Makefile                       |   46 ++++
>  board/isee/igep0033/board.c                        |  232 ++++++++++++++++
>  board/isee/igep0033/board.h                        |   27 ++
>  board/isee/igep0033/mux.c                          |   89 ++++++
>  board/nokia/rx51/rx51.c                            |   52 ++--
>  board/pandora/pandora.c                            |    3 +-
>  board/ti/beagle/beagle.c                           |    5 +-
>  board/ti/dra7xx/evm.c                              |    2 +-
>  board/ti/omap5_uevm/evm.c                          |    6 +-
>  board/ti/panda/panda.c                             |    6 +
>  board/ti/ti814x/evm.c                              |   75 +++++
>  board/ti/ti814x/evm.h                              |    1 +
>  board/ti/ti814x/mux.c                              |   35 +++
>  boards.cfg                                         |    3 +-
>  common/spl/spl.c                                   |   10 +-
>  doc/README.omap-reset-time                         |   20 ++
>  drivers/misc/twl4030_led.c                         |    4 +-
>  drivers/mmc/omap_hsmmc.c                           |    8 +-
>  drivers/net/cpsw.c                                 |    6 +
>  drivers/net/phy/Makefile                           |    1 +
>  drivers/net/phy/et1011c.c                          |  110 ++++++++
>  drivers/net/phy/phy.c                              |    3 +
>  drivers/power/Makefile                             |    2 +-
>  drivers/power/{twl6035.c => palmas.c}              |   34 +--
>  drivers/power/twl4030.c                            |   16 +-
>  drivers/power/twl6030.c                            |   75 +++--
>  drivers/usb/phy/twl4030.c                          |   48 ++--
>  include/configs/am335x_evm.h                       |   14 +-
>  include/configs/cm_t35.h                           |   18 +-
>  include/configs/da830evm.h                         |    4 +-
>  include/configs/da850evm.h                         |    4 +-
>  include/configs/enbw_cmc.h                         |    4 +-
>  include/configs/igep0033.h                         |  288 ++++++++++++++++++++
>  include/configs/omap4_common.h                     |    8 +-
>  include/configs/omap4_panda.h                      |    2 +
>  include/configs/omap5_common.h                     |    5 +
>  include/configs/omap5_uevm.h                       |    3 +-
>  include/configs/pcm051.h                           |    8 +-
>  include/configs/ti814x_evm.h                       |   25 ++
>  include/configs/tnetv107x_evm.h                    |    4 +-
>  include/{twl6035.h => palmas.h}                    |   28 +-
>  include/phy.h                                      |    1 +
>  include/spl.h                                      |    1 -
>  include/twl4030.h                                  |    4 +-
>  include/twl6030.h                                  |   16 ++
>  85 files changed, 1561 insertions(+), 422 deletions(-)
>  create mode 100644 arch/arm/include/asm/omap_boot.h
>  rename board/{ => compulab}/cm_t35/Makefile (82%)
>  rename board/{ => compulab}/cm_t35/cm_t35.c (96%)
>  rename board/{ => compulab}/cm_t35/display.c (99%)
>  rename board/{ => compulab}/cm_t35/eeprom.c (100%)
>  rename board/{ => compulab}/cm_t35/eeprom.h (100%)
>  rename board/{ => compulab}/cm_t35/leds.c (95%)
>  create mode 100644 board/isee/igep0033/Makefile
>  create mode 100644 board/isee/igep0033/board.c
>  create mode 100644 board/isee/igep0033/board.h
>  create mode 100644 board/isee/igep0033/mux.c
>  create mode 100644 doc/README.omap-reset-time
>  create mode 100644 drivers/net/phy/et1011c.c
>  rename drivers/power/{twl6035.c => palmas.c} (61%)
>  create mode 100644 include/configs/igep0033.h
>  rename include/{twl6035.h => palmas.h} (68%)
> 

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

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list