u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] preparation to intriduce keystone support
@ 2014-01-20 22:10 Murali Karicheri
  2014-01-20 22:10 ` [U-Boot] [PATCH 1/5] tools: mkimage: add support for gpimage format Murali Karicheri
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Murali Karicheri @ 2014-01-20 22:10 UTC (permalink / raw)
  To: u-boot

The Texas Instruments Keystone SOC u-boot support requires some
common code modifications to be done before introducing the
support itself.

This series of patches makes these modifications.

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>

Murali Karicheri (5):
  tools: mkimage: add support for gpimage format
  ubifs: fix checkpatch warning
  ubifs: return filesize from ubifs load operations
  arm: add support for arch timer
  NAND: DaVinci: allow forced disable of subpage writes

 arch/arm/lib/Makefile           |    1 +
 arch/arm/lib/arch_timer.c       |   69 ++++++++++++++++++++++++++
 common/cmd_ubifs.c              |   16 ++----
 common/image.c                  |    1 +
 drivers/mtd/nand/davinci_nand.c |    3 ++
 fs/ubifs/ubifs.c                |   14 +++---
 fs/ubifs/ubifs.h                |    7 +++
 include/image.h                 |    1 +
 tools/Makefile                  |    6 +++
 tools/gpheader.h                |   41 ++++++++++++++++
 tools/gpimage-common.c          |  103 +++++++++++++++++++++++++++++++++++++++
 tools/gpimage.c                 |   78 +++++++++++++++++++++++++++++
 tools/imagetool.c               |    2 +
 tools/imagetool.h               |    1 +
 tools/omapimage.c               |   97 ++++++------------------------------
 tools/omapimage.h               |    5 --
 16 files changed, 340 insertions(+), 105 deletions(-)
 create mode 100644 arch/arm/lib/arch_timer.c
 create mode 100644 tools/gpheader.h
 create mode 100644 tools/gpimage-common.c
 create mode 100644 tools/gpimage.c

-- 
1.7.9.5

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

end of thread, other threads:[~2014-02-21 19:56 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 22:10 [U-Boot] [PATCH 0/5] preparation to intriduce keystone support Murali Karicheri
2014-01-20 22:10 ` [U-Boot] [PATCH 1/5] tools: mkimage: add support for gpimage format Murali Karicheri
2014-01-20 22:46   ` Wolfgang Denk
2014-01-20 22:56     ` Tom Rini
     [not found]     ` <3E54258959B69E4282D79E01AB1F32B70466CE4A@DFLE11.ent.ti.com>
2014-01-21 19:34       ` Wolfgang Denk
2014-01-21 21:23         ` Tom Rini
2014-01-20 22:10 ` [U-Boot] [PATCH 2/5] ubifs: fix checkpatch warning Murali Karicheri
2014-02-21 19:56   ` [U-Boot] [U-Boot,2/5] " Tom Rini
2014-01-20 22:10 ` [U-Boot] [PATCH 3/5] ubifs: return filesize from ubifs load operations Murali Karicheri
2014-02-21 19:14   ` Tom Rini
2014-01-20 22:10 ` [U-Boot] [PATCH 4/5] arm: add support for arch timer Murali Karicheri
2014-01-20 22:50   ` Wolfgang Denk
     [not found]     ` <3E54258959B69E4282D79E01AB1F32B70466CE69@DFLE11.ent.ti.com>
2014-01-21 19:35       ` Wolfgang Denk
2014-01-20 22:10 ` [U-Boot] [PATCH 5/5] NAND: DaVinci: allow forced disable of subpage writes Murali Karicheri
2014-01-20 22:51   ` Wolfgang Denk
     [not found]     ` <3E54258959B69E4282D79E01AB1F32B70466CE81@DFLE11.ent.ti.com>
2014-01-21 19:37       ` Wolfgang Denk
2014-01-22 20:48   ` Scott Wood
     [not found]     ` <3E54258959B69E4282D79E01AB1F32B704672974@DFLE11.ent.ti.com>
2014-02-13  0:00       ` Scott Wood
2014-02-18 14:57         ` Tom Rini
2014-02-19 23:33           ` Murali Karicheri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).