public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-ti/next
@ 2011-09-18 23:39 s-paulraj at ti.com
  2011-09-19  7:15 ` Albert ARIBAUD
  2011-09-20  6:49 ` [U-Boot] Please pull u-boot-ti/next Albert ARIBAUD
  0 siblings, 2 replies; 39+ messages in thread
From: s-paulraj at ti.com @ 2011-09-18 23:39 UTC (permalink / raw)
  To: u-boot

Please pull u-boot-ti/next.
I checked all the patches for checkpatch errors.
Also all OMAP3 and OMAP4 built with no issues.

Thanks,
Sandeep

The following changes since commit 3522ad62864669b335b85f5abcd136a84bbb7519:
  Ajay Bhargav (1):
        Armada100: Enable 88E3015 PHY support for GplugD

are available in the git repository at:

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

Philip Balister (2):
      OMAP3: Overo: Update GPMC timing for ethernet chip
      overo: Set IEN on GPMC_CLK to support synchronous clocking.

Sandeep Paulraj (1):
      devkit8000: Fix build break

Simon Schwarz (9):
      omap-common/omap4: relocate early UART clock setup
      omap3: Configure RAM bank 0 if in SPL
      omap-common: add nand spl support
      spl: add NAND Library to new SPL
      spl: Add POWER library to new spl
      omap3: new SPL structure support
      devkit8000: Add nand-spl support for new SPL
      omap3: implement boot parameter saving
      omap-common: reorganize spl.c

 arch/arm/cpu/armv7/omap-common/Makefile     |    6 +
 arch/arm/cpu/armv7/omap-common/spl.c        |  165 +++---------------
 arch/arm/cpu/armv7/omap-common/spl_mmc.c    |  150 ++++++++++++++++
 arch/arm/cpu/armv7/omap-common/spl_nand.c   |   71 ++++++++
 arch/arm/cpu/armv7/omap3/board.c            |   50 ++++++-
 arch/arm/cpu/armv7/omap3/config.mk          |   30 ++++
 arch/arm/cpu/armv7/omap3/lowlevel_init.S    |   10 +
 arch/arm/cpu/armv7/omap3/sdrc.c             |   32 ++++-
 arch/arm/cpu/armv7/omap4/board.c            |    1 +
 arch/arm/include/asm/arch-omap3/mem.h       |   36 ++++
 arch/arm/include/asm/arch-omap3/omap_gpmc.h |    9 +
 arch/arm/include/asm/arch-omap3/sys_proto.h |    1 +
 arch/arm/include/asm/omap_common.h          |   31 ++++
 board/isee/igep0020/igep0020.c              |    1 +
 board/isee/igep0020/igep0020.h              |    9 -
 board/overo/overo.c                         |    1 +
 board/overo/overo.h                         |   11 +-
 board/timll/devkit8000/devkit8000.c         |    2 +-
 doc/README.SPL                              |    2 +
 drivers/mtd/nand/Makefile                   |   10 +-
 drivers/mtd/nand/nand_base.c                |    4 +-
 drivers/mtd/nand/nand_spl_simple.c          |  245 +++++++++++++++++++++++++++
 drivers/mtd/nand/omap_gpmc.c                |   27 +++
 include/configs/devkit8000.h                |   46 +++++
 include/nand.h                              |    6 +
 spl/Makefile                                |    2 +
 26 files changed, 794 insertions(+), 164 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/omap-common/spl_mmc.c
 create mode 100644 arch/arm/cpu/armv7/omap-common/spl_nand.c
 create mode 100644 arch/arm/cpu/armv7/omap3/config.mk
 create mode 100644 drivers/mtd/nand/nand_spl_simple.c

^ permalink raw reply	[flat|nested] 39+ messages in thread
* [U-Boot] Please pull u-boot-ti/next
@ 2012-07-09 18:46 Tom Rini
  2012-07-09 20:39 ` Albert ARIBAUD
  0 siblings, 1 reply; 39+ messages in thread
From: Tom Rini @ 2012-07-09 18:46 UTC (permalink / raw)
  To: u-boot

Hello,

The following changes since commit d702b0811df53a1fc2d8049e35431e4591d093c6:

  ARM: cache: Move the cp15 CR register read before flushing the cache. (2012-07-07 14:07:44 +0200)

are available in the git repository at:

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

for you to fetch changes up to 9af1a780c81639ca4b6f7035530dc8c7151bf201:

  omap: am335x_evm: enable i2c1 channel (2012-07-09 11:12:19 -0700)

----------------------------------------------------------------
Igor Grinberg (1):
      arm: omap3: cm-t35: minor comment and printf change

Ilya Yanok (1):
      omap24xx_i2c: add 2-byte address support

Javier Martinez Canillas (2):
      igep00x0: default to OMAP-specific serial driver
      igep00x0: default mmcrootfstype to EXT4

Lad, Prabhakar (7):
      da850/omap-l138: Add MMC support for DA850/OMAP-L138
      arm, davinci: perform check for initializing global data and serial init
      da850/omap-l138: Define SPI specific configs for SPL only when SPI is used
      da850/omap-l138: Add support to read u-boot image from MMC/SD
      da850/omap-l138: Fix NAND flash timings
      da850/omap-l138: Add support for NAND SPL
      da850/omap-l138: add support for direct NOR boot mode

Peter Meerwald (4):
      beagle: add eeprom expansion board info for bct brettl4
      beagle: make get_expansion_id(), get_board_revision(), beagle_display_init() static
      beagle: fix termination of buddy env setting
      beagle: removed unused pr_debug #define

Rajashekhara, Sudhakar (2):
      da850/omap-l138: modifications for Logic PD Rev.3 AM18xx EVM
      da850/omap-l138: Make MMC and NOR support mutually exclusive

Stefano Babic (4):
      mcx: increased buffer for command line
      OMAP3: mcx: set pinmux for uart4
      OMAP3: mcx: updated default environment
      OMAP3: mcx: read hot-water-button after reset

Steve Sakoman (3):
      omap: am335x_evm: remove unused definitions
      omap: am33xx: enable gpio support
      omap: am335x_evm: enable i2c1 channel

Sughosh Ganu (1):
      hawkboard/omapl-138: Add support for generating ais image for hawkboard

 .gitignore                                      |    3 +
 Makefile                                        |    5 +-
 arch/arm/cpu/arm926ejs/davinci/da850_pinmux.c   |   11 ++
 arch/arm/cpu/arm926ejs/davinci/spl.c            |   20 ++--
 arch/arm/cpu/armv7/am33xx/board.c               |   10 ++
 arch/arm/cpu/armv7/am33xx/clock.c               |   20 ++++
 arch/arm/cpu/armv7/omap-common/Makefile         |    2 +-
 arch/arm/include/asm/arch-am33xx/cpu.h          |   20 ++++
 arch/arm/include/asm/arch-am33xx/gpio.h         |   29 +++++
 arch/arm/include/asm/arch-davinci/hardware.h    |    1 +
 arch/arm/include/asm/arch-davinci/pinmux_defs.h |    3 +
 board/cm_t35/cm_t35.c                           |    4 +-
 board/davinci/da8xxevm/da850evm.c               |   54 ++++++++--
 board/davinci/da8xxevm/hawkboard-ais-nand.cfg   |    4 +
 board/htkw/mcx/mcx.c                            |   23 ++++
 board/htkw/mcx/mcx.h                            |   11 +-
 board/ti/am335x/evm.c                           |    6 +-
 board/ti/am335x/mux.c                           |   13 +++
 board/ti/beagle/beagle.c                        |   16 +--
 boards.cfg                                      |    1 +
 drivers/i2c/omap24xx_i2c.c                      |   58 +++++-----
 drivers/mmc/Makefile                            |    4 +
 drivers/mmc/spl_mmc_load.c                      |   62 +++++++++++
 include/configs/am335x_evm.h                    |    2 +-
 include/configs/da850evm.h                      |   93 ++++++++++++++--
 include/configs/hawkboard.h                     |    1 +
 include/configs/igep00x0.h                      |    4 +-
 include/configs/mcx.h                           |  132 ++++++++++++++++-------
 include/configs/omap3_beagle.h                  |    2 +-
 include/mmc.h                                   |    2 +
 30 files changed, 502 insertions(+), 114 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-am33xx/gpio.h
 create mode 100644 board/davinci/da8xxevm/hawkboard-ais-nand.cfg
 create mode 100644 drivers/mmc/spl_mmc_load.c

This includes the single patch I asked for in u-boot-ti/master as well
as a number of other small clean-ups, bugfixes or enhancements that have
been around for a bit, but did not meet the merge window and I don't
want to forget them.  If you want me to carry them in my own /next
branch until -rc1 comes out, that's fine and this can just serve as
notice to interested parties that yes, really, patches have been picked
up.

-- 
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/20120709/a6634cd8/attachment.pgp>

^ permalink raw reply	[flat|nested] 39+ messages in thread
* [U-Boot] Please pull u-boot-ti/next
@ 2012-04-20 16:26 Tom Rini
  2012-04-20 17:11 ` Albert ARIBAUD
  0 siblings, 1 reply; 39+ messages in thread
From: Tom Rini @ 2012-04-20 16:26 UTC (permalink / raw)
  To: u-boot

Hello,

The following changes since commit 0d32389f2c8cb967dde2d3f89abdbe5fab5b0788:
  David Purdy (1):
        kirkwood: add support for Cloud Engines Pogoplug E02

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 (9):
      tools, config.mk: Add gcc-version.sh, cc-version test from Linux
      Makefile: Add a 'checkthumb' rule
      omap4: Remove CONFIG_SYS_MMC_SET_DEV
      omap4+: Remove CONFIG_ARCH_CPU_INIT
      omap5912osk: Remove empty misc_init_r
      omap730p2: Remove empty misc_init_r
      omap3: Introduce weak misc_init_r
      include/configs: Remove CONFIG_SYS_64BIT_VSPRINTF
      include/configs: Remove CONFIG_SYS_64BIT_STRTOUL

 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     |   16 +-
 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/board.c                   |   12 +
 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                              |   13 +-
 board/comelit/dig297/dig297.c                      |    2 +-
 board/corscience/tricorder/tricorder.c             |    2 +-
 board/htkw/mcx/mcx.c                               |   13 +-
 board/isee/igep0020/igep0020.c                     |    4 +-
 board/isee/igep0030/igep0030.c                     |    4 +-
 board/logicpd/am3517evm/am3517evm.c                |    2 +-
 board/logicpd/omap3som/omap3logic.c                |   13 +-
 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               |    9 +-
 board/ti/am3517crane/am3517crane.c                 |    2 +-
 board/ti/beagle/beagle.c                           |    2 +-
 board/ti/evm/evm.c                                 |    2 +-
 board/ti/omap5912osk/omap5912osk.c                 |    7 -
 board/ti/omap5_evm/evm.c                           |   10 +-
 board/ti/omap5_evm/mux_data.h                      |  489 ++++++++++---------
 board/ti/omap730p2/omap730p2.c                     |    6 -
 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/P1023RDS.h                         |    3 -
 include/configs/P2020COME.h                        |    2 -
 include/configs/am3517_crane.h                     |    1 -
 include/configs/am3517_evm.h                       |    2 -
 include/configs/at91sam9263ek.h                    |    2 -
 include/configs/da830evm.h                         |    1 -
 include/configs/ea20.h                             |    1 -
 include/configs/eb_cpux9k2.h                       |    2 -
 include/configs/flea3.h                            |    2 -
 include/configs/hawkboard.h                        |    1 -
 include/configs/igep0030.h                         |  261 ----------
 include/configs/{igep0020.h => igep00x0.h}         |   15 +-
 include/configs/imx27lite-common.h                 |    1 -
 include/configs/mcx.h                              |    2 -
 include/configs/meesc.h                            |    1 -
 include/configs/mv-common.h                        |    1 -
 include/configs/mx25pdk.h                          |    1 -
 include/configs/mx35pdk.h                          |    2 -
 include/configs/omap3_pandora.h                    |    3 +-
 include/configs/omap4_common.h                     |    4 +-
 include/configs/omap5912osk.h                      |    2 -
 include/configs/omap5_evm.h                        |   26 +-
 include/configs/omap730p2.h                        |    2 -
 include/configs/otc570.h                           |    1 -
 include/configs/p1_p2_rdb_pc.h                     |    3 -
 include/configs/spear-common.h                     |    1 -
 include/configs/tam3517-common.h                   |    1 -
 include/configs/tx25.h                             |    2 -
 include/configs/zmx25.h                            |    2 -
 include/linux/linkage.h                            |    7 +-
 .../armv7/omap-common/reset.S => include/twl6035.h |   38 +-
 tools/gcc-version.sh                               |   32 ++
 115 files changed, 1779 insertions(+), 1321 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/20120420/4f115a5d/attachment.pgp>

^ permalink raw reply	[flat|nested] 39+ messages in thread
* [U-Boot] Please pull u-boot-ti/next
@ 2012-04-02 16:49 Tom Rini
  0 siblings, 0 replies; 39+ messages in thread
From: Tom Rini @ 2012-04-02 16:49 UTC (permalink / raw)
  To: u-boot

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>

^ permalink raw reply	[flat|nested] 39+ messages in thread
* [U-Boot] Please pull u-boot-ti/next
@ 2012-03-16 17:15 Tom Rini
  2012-03-26 19:06 ` Tom Rini
  0 siblings, 1 reply; 39+ messages in thread
From: Tom Rini @ 2012-03-16 17:15 UTC (permalink / raw)
  To: u-boot

Hello,

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

are available in the git repository at:

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

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.

Heiko Schocher (1):
      ARM: davinci: fixes for cam_enc_4xx board

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

 arch/arm/cpu/armv7/am33xx/board.c                  |    2 +-
 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 +-
 .../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/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/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-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/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        |  502 ++++++++++----------
 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/omap_common.h                 |   11 +-
 board/ait/cam_enc_4xx/cam_enc_4xx.c                |   55 ++-
 board/ait/cam_enc_4xx/config.mk                    |    7 +
 board/ait/cam_enc_4xx/u-boot-spl.lds               |    2 +-
 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                            |    2 +-
 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 +-
 drivers/mmc/omap_hsmmc.c                           |   61 +++-
 drivers/power/Makefile                             |    1 +
 drivers/power/twl6035.c                            |   65 +++
 include/configs/cam_enc_4xx.h                      |   13 +-
 include/configs/igep0030.h                         |  261 ----------
 include/configs/{igep0020.h => igep00x0.h}         |   15 +-
 include/configs/omap5_evm.h                        |   25 +-
 .../armv7/omap-common/reset.S => include/twl6035.h |   38 +-
 70 files changed, 1612 insertions(+), 1162 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 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%)

-- 
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/20120316/a5869336/attachment.pgp>

^ permalink raw reply	[flat|nested] 39+ messages in thread
* [U-Boot] Please pull u-boot-ti/next
@ 2011-12-19 21:20 Tom Rini
  2011-12-19 22:02 ` Albert ARIBAUD
  0 siblings, 1 reply; 39+ messages in thread
From: Tom Rini @ 2011-12-19 21:20 UTC (permalink / raw)
  To: u-boot

Hello,

The following changes since commit a69c1beefe8d1afb34c79a324a87a8951a793a59:
  Fabio Estevam (1):
        vision2: Fix checkpatch warning

are available in the git repository at:

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

Christian Riesch (7):
      spl: display_options.o is required for SPI flash support in SPL
      sf: Add spi_boot() to allow booting from SPI flash in an SPL
      arm, davinci: Add SPL support for DA850 SoCs
      arm, da850evm: Add an SPL for SPI boot
      mkimage: Fix variable length header support
      arm, davinci: Add support for generating AIS images to the Makefile
      arm, davinci: Fix build warnings for cam_enc_4xx

Stefano Babic (2):
      ARM: omap3: added common configuration for Technexion TAM3517
      ARM: omap3: add support to Technexion twister board

Thomas Weber (1):
      Devkit8000: Switch over to enable_gpmc_cs_config

 .gitignore                              |    1 +
 MAINTAINERS                             |    1 +
 Makefile                                |   13 +
 arch/arm/cpu/arm926ejs/davinci/Makefile |    3 +-
 arch/arm/cpu/arm926ejs/davinci/spl.c    |   35 +++-
 board/davinci/da8xxevm/da850evm.c       |    4 +-
 board/davinci/da8xxevm/u-boot-spl.lds   |   73 ++++++
 board/technexion/twister/Makefile       |   38 +++
 board/technexion/twister/twister.c      |  116 +++++++++
 board/technexion/twister/twister.h      |  411 +++++++++++++++++++++++++++++++
 board/timll/devkit8000/devkit8000.c     |   19 +-
 boards.cfg                              |    1 +
 doc/README.SPL                          |    1 +
 doc/README.davinci                      |    9 +
 drivers/mtd/spi/Makefile                |    4 +
 drivers/mtd/spi/spi_spl_load.c          |   58 +++++
 include/configs/da850evm.h              |   87 +++++++
 include/configs/tam3517-common.h        |  361 +++++++++++++++++++++++++++
 include/configs/twister.h               |   54 ++++
 include/spi_flash.h                     |    3 +
 lib/Makefile                            |    2 +
 tools/mkimage.c                         |   97 ++++----
 22 files changed, 1333 insertions(+), 58 deletions(-)
 create mode 100644 board/davinci/da8xxevm/u-boot-spl.lds
 create mode 100644 board/technexion/twister/Makefile
 create mode 100644 board/technexion/twister/twister.c
 create mode 100644 board/technexion/twister/twister.h
 create mode 100644 drivers/mtd/spi/spi_spl_load.c
 create mode 100644 include/configs/tam3517-common.h
 create mode 100644 include/configs/twister.h

Thanks!

-- 
Tom

^ permalink raw reply	[flat|nested] 39+ messages in thread
* [U-Boot] Please Pull u-boot-ti/next
@ 2010-12-21  1:09 s-paulraj at ti.com
  0 siblings, 0 replies; 39+ messages in thread
From: s-paulraj at ti.com @ 2010-12-21  1:09 UTC (permalink / raw)
  To: u-boot

Wolfgang,

Please pull u-boot-ti/next

The DaVinci MMC/SD patches were acked by Andy long ago but never made it
to any tree. Please look at

http://www.mail-archive.com/u-boot at lists.denx.de/msg32375.html

I am trying to upstream the patches as the original author
seems busy

Regards,
Sandeep

The following changes since commit b8339e2b9f32663411dba0f48e25b23f542d53bc:
  Matthew McClintock (1):
        p1022ds: enable reginfo command

are available in the git repository at:

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

Mike Rapoport (1):
      OMAP3: add CM-T35 board

Sandeep Paulraj (3):
      Davinci MMCSD Support
      DaVinci DM355: Adding MMC/SD support for DM355 EVM
      DaVinci DM365: Adding MMC/SD support for DM365 EVM

 MAINTAINERS                                    |    4 +
 arch/arm/include/asm/arch-davinci/sdmmc_defs.h |  175 ++++++++++
 board/cm_t35/Makefile                          |   47 +++
 board/cm_t35/cm_t35.c                          |  371 ++++++++++++++++++++++
 board/davinci/dm355evm/dm355evm.c              |   41 +++
 board/davinci/dm365evm/dm365evm.c              |   49 +++
 boards.cfg                                     |    1 +
 doc/README.omap3                               |   16 +-
 drivers/mmc/Makefile                           |    1 +
 drivers/mmc/davinci_mmc.c                      |  404 ++++++++++++++++++++++++
 include/configs/cm_t35.h                       |  352 +++++++++++++++++++++
 include/configs/davinci_dm355evm.h             |   22 ++
 include/configs/davinci_dm365evm.h             |   22 ++
 include/mmc.h                                  |    3 +
 14 files changed, 1506 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-davinci/sdmmc_defs.h
 create mode 100644 board/cm_t35/Makefile
 create mode 100644 board/cm_t35/cm_t35.c
 create mode 100644 drivers/mmc/davinci_mmc.c
 create mode 100644 include/configs/cm_t35.h

^ permalink raw reply	[flat|nested] 39+ messages in thread
* [U-Boot] Please pull u-boot-ti/next
@ 2010-12-11 16:08 s-paulraj at ti.com
  2010-12-11 16:24 ` Albert ARIBAUD
  2010-12-13 22:54 ` Wolfgang Denk
  0 siblings, 2 replies; 39+ messages in thread
From: s-paulraj at ti.com @ 2010-12-11 16:08 UTC (permalink / raw)
  To: u-boot

Wolfgang,

Please pull u-boot-ti/next

After adding the twl6030 patch i realized that Albert delegated this patch to himself.
But i have seen no comments from him. So i did not ammend the pull request.
If he has issues with this patch, we can drop it.

Thanks,
Sandeep

The following changes since commit 917a62c0d292d9da45100a76151a9fa2d13a9cdc:
  Sandeep Paulraj (1):
        Merge branch 'next' of git://git.denx.de/u-boot into next

are available in the git repository at:

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

Balaji T K (1):
      ARMV7: OMAP4: twl6030 add battery charging support

Dirk Behme (1):
      OMAP3: SPI driver

 board/ti/sdp4430/Makefile       |    2 +-
 board/ti/sdp4430/cmd_bat.c      |   58 +++++++
 board/ti/sdp4430/sdp.c          |    4 +
 drivers/power/twl6030.c         |  124 ++++++++++++++-
 drivers/spi/Makefile            |    1 +
 drivers/spi/omap3_spi.c         |  352 +++++++++++++++++++++++++++++++++++++++
 drivers/spi/omap3_spi.h         |  117 +++++++++++++
 include/configs/omap3_beagle.h  |    2 +
 include/configs/omap4_sdp4430.h |    1 +
 include/twl6030.h               |   45 +++++-
 10 files changed, 701 insertions(+), 5 deletions(-)
 create mode 100644 board/ti/sdp4430/cmd_bat.c
 create mode 100644 drivers/spi/omap3_spi.c
 create mode 100644 drivers/spi/omap3_spi.h

^ permalink raw reply	[flat|nested] 39+ messages in thread
* [U-Boot] Please pull u-boot-ti/next
@ 2010-11-30 16:59 s-paulraj at ti.com
  2010-11-30 20:39 ` Wolfgang Denk
  0 siblings, 1 reply; 39+ messages in thread
From: s-paulraj at ti.com @ 2010-11-30 16:59 UTC (permalink / raw)
  To: u-boot

The following changes since commit c87f6457bb9cb465e9630b00b4c824847a62c6c5:
  Mike Frysinger (1):
        ext2: constify file/dir names

are available in the git repository at:

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

Stefano Babic (3):
      da850: Enable SPI Flash
      Davinci 8xx: Move common functions to share code
      Davinci: add support for the ea20 board

Sudhakar Rajashekhara (2):
      da8xx: Add cpu_is_da8xx macros
      da850: Add RMII support for EMAC

Sughosh Ganu (3):
      Move and rename common headers from under
      Remove board_init_f function from nand_boot.c
      Add board support for hawkboard

 MAINTAINERS                                        |    6 +
 .../arm/include/asm/arch-davinci/davinci_misc.h    |   15 ++
 arch/arm/include/asm/arch-davinci/hardware.h       |   37 ++++-
 board/davinci/common/Makefile                      |    2 +-
 board/davinci/common/davinci_pinmux.c              |  105 ++++++++++
 board/davinci/common/misc.c                        |   99 ++++------
 board/davinci/da8xxevm/Makefile                    |    2 +-
 board/davinci/da8xxevm/common.c                    |   55 ------
 board/davinci/da8xxevm/common.h                    |   30 ---
 board/davinci/da8xxevm/da830evm.c                  |    3 +-
 board/davinci/da8xxevm/da850evm.c                  |  115 +++++++++++-
 board/davinci/da8xxevm/hawkboard.c                 |   68 +++++++
 board/davinci/da8xxevm/hawkboard_nand_spl.c        |  157 +++++++++++++++
 board/davinci/dm355evm/dm355evm.c                  |    2 +-
 board/davinci/dm355leopard/dm355leopard.c          |    2 +-
 board/davinci/dm365evm/dm365evm.c                  |    2 +-
 board/davinci/dvevm/dvevm.c                        |    2 +-
 board/davinci/ea20/Makefile                        |   53 +++++
 board/davinci/ea20/ea20.c                          |  196 +++++++++++++++++++
 board/davinci/schmoogie/schmoogie.c                |    2 +-
 board/davinci/sffsdr/sffsdr.c                      |    2 +-
 board/davinci/sonata/sonata.c                      |    2 +-
 board/samsung/smdk6400/smdk6400_nand_spl.c         |   37 ++++
 boards.cfg                                         |    4 +
 doc/README.hawkboard                               |   93 +++++++++
 drivers/net/davinci_emac.c                         |   41 ++++-
 include/configs/da850evm.h                         |   29 +++
 include/configs/ea20.h                             |  192 ++++++++++++++++++
 include/configs/hawkboard.h                        |  206 ++++++++++++++++++++
 nand_spl/board/davinci/da8xxevm/Makefile           |  141 +++++++++++++
 nand_spl/board/davinci/da8xxevm/u-boot.lds         |   75 +++++++
 nand_spl/board/samsung/smdk6400/Makefile           |    6 +-
 nand_spl/nand_boot.c                               |    9 +-
 33 files changed, 1615 insertions(+), 175 deletions(-)
 rename board/davinci/common/misc.h => arch/arm/include/asm/arch-davinci/davinci_misc.h (80%)
 create mode 100644 board/davinci/common/davinci_pinmux.c
 delete mode 100644 board/davinci/da8xxevm/common.c
 delete mode 100644 board/davinci/da8xxevm/common.h
 create mode 100644 board/davinci/da8xxevm/hawkboard.c
 create mode 100644 board/davinci/da8xxevm/hawkboard_nand_spl.c
 create mode 100644 board/davinci/ea20/Makefile
 create mode 100644 board/davinci/ea20/ea20.c
 create mode 100644 board/samsung/smdk6400/smdk6400_nand_spl.c
 create mode 100644 doc/README.hawkboard
 create mode 100644 include/configs/ea20.h
 create mode 100644 include/configs/hawkboard.h
 create mode 100644 nand_spl/board/davinci/da8xxevm/Makefile
 create mode 100644 nand_spl/board/davinci/da8xxevm/u-boot.lds

^ permalink raw reply	[flat|nested] 39+ messages in thread
* [U-Boot] Please Pull u-boot-ti/next
@ 2010-06-22 15:29 s-paulraj at ti.com
  2010-06-29 19:59 ` Wolfgang Denk
  0 siblings, 1 reply; 39+ messages in thread
From: s-paulraj at ti.com @ 2010-06-22 15:29 UTC (permalink / raw)
  To: u-boot

Wolfgang,

Please pull u-boot-ti/next.
I ran MAKEALL and so no issues.

Thanks,
Sandeep

The following changes since commit 54e19a7ded6e9dbdc3392a57d82f4f77b34e85b8:
  Wolfgang Denk (1):
        Merge branch 'master' into next

are available in the git repository at:

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

Nick Thompson (1):
      Davinci: SPI performance enhancements

Prakash PM (1):
      DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files

 arch/arm/include/asm/arch-davinci/emac_defs.h |    2 +-
 drivers/spi/davinci_spi.c                     |  195 ++++++++++++++++---------
 include/configs/da830evm.h                    |    1 +
 include/configs/davinci_dm365evm.h            |    1 +
 include/configs/davinci_dvevm.h               |    1 +
 include/configs/davinci_schmoogie.h           |    1 +
 include/configs/davinci_sffsdr.h              |    1 +
 include/configs/davinci_sonata.h              |    1 +
 8 files changed, 135 insertions(+), 68 deletions(-)

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

end of thread, other threads:[~2012-07-09 20:39 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-18 23:39 [U-Boot] Please pull u-boot-ti/next s-paulraj at ti.com
2011-09-19  7:15 ` Albert ARIBAUD
2011-09-19  7:47   ` Wolfgang Denk
2011-09-19 12:11     ` Albert ARIBAUD
2011-09-19 14:21       ` Paulraj, Sandeep
2011-09-20  6:47         ` [U-Boot] SMDK6400 regression (was: Please pull u-boot-ti/next) Albert ARIBAUD
2011-09-20  7:38           ` [U-Boot] SMDK6400 regression Simon Schwarz
2011-09-21  9:13           ` Simon Schwarz
2011-09-21 19:35             ` Scott Wood
2011-09-23 16:36               ` [U-Boot] [PATCH RFC] Add general nand functions Simon Schwarz
2011-09-23 16:42                 ` Simon Schwarz
2011-09-23 17:22                 ` Scott Wood
2011-09-26  8:27                   ` Simon Schwarz
2011-09-27  0:28                     ` Scott Wood
2011-09-27 10:09                       ` [U-Boot] [PATCH RFC 1/3] nand: Remove static modifier from common functions Simon Schwarz
2011-09-27 10:09                         ` [U-Boot] [PATCH RFC 2/3] nand: Add common functions to nand.h Simon Schwarz
2011-09-27 10:09                         ` [U-Boot] [PATCH RFC 3/3] Fix regression in SMDK6400 Simon Schwarz
2011-09-27 10:14                       ` [U-Boot] [PATCH RFC] Add general nand functions Simon Schwarz
2011-09-27 22:50                         ` Scott Wood
2011-09-28  8:48                           ` Simon Schwarz
2011-09-20  6:49 ` [U-Boot] Please pull u-boot-ti/next Albert ARIBAUD
  -- strict thread matches above, loose matches on Subject: below --
2012-07-09 18:46 Tom Rini
2012-07-09 20:39 ` Albert ARIBAUD
2012-04-20 16:26 Tom Rini
2012-04-20 17:11 ` Albert ARIBAUD
2012-04-02 16:49 Tom Rini
2012-03-16 17:15 Tom Rini
2012-03-26 19:06 ` Tom Rini
2012-03-26 20:55   ` Tom Rini
2011-12-19 21:20 Tom Rini
2011-12-19 22:02 ` Albert ARIBAUD
2010-12-21  1:09 [U-Boot] Please Pull u-boot-ti/next s-paulraj at ti.com
2010-12-11 16:08 [U-Boot] Please pull u-boot-ti/next s-paulraj at ti.com
2010-12-11 16:24 ` Albert ARIBAUD
2010-12-13 22:54 ` Wolfgang Denk
2010-11-30 16:59 s-paulraj at ti.com
2010-11-30 20:39 ` Wolfgang Denk
2010-06-22 15:29 [U-Boot] Please Pull u-boot-ti/next s-paulraj at ti.com
2010-06-29 19:59 ` Wolfgang Denk

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