All of lore.kernel.org
 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; 21+ 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] 21+ messages in thread

end of thread, other threads:[~2011-09-28  8:48 UTC | newest]

Thread overview: 21+ 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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.