All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v6 0/2] pxa: add support for palmtreo680 board
@ 2013-06-18 18:08 Mike Dunn
  2013-06-18 18:08 ` [U-Boot] [PATCH v6 1/2] " Mike Dunn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mike Dunn @ 2013-06-18 18:08 UTC (permalink / raw)
  To: u-boot

These two patches add support for the Palm Treo 680 phone.  The second patch
provides a userspace utility that is needed to program u-boot to the docg4 nand
flash in the manner required by the phone's IPL.

Marek, I thought that these patches were in your tree when you issued the PR a
few weeks ago, but I must have been mistaken.  Sorry.

I would have labeled these patches RESEND, but since I submitted v5 I learned
that README files now go into the board/ directory, so I made that change and
called it v6.  Each patch contains its full changelog.

Thanks!

Mike Dunn (2):
  pxa: add support for palmtreo680 board
  pxa: palmtreo680 flash programming utility

 CREDITS                          |    4 +
 MAINTAINERS                      |    3 +
 board/palmtreo680/Makefile       |   34 +++
 board/palmtreo680/README         |  581 ++++++++++++++++++++++++++++++++++++++
 board/palmtreo680/palmtreo680.c  |  148 ++++++++++
 boards.cfg                       |    1 +
 include/configs/palmtreo680.h    |  286 +++++++++++++++++++
 tools/palmtreo680/flash_u-boot.c |  177 ++++++++++++
 8 files changed, 1234 insertions(+), 0 deletions(-)
 create mode 100644 board/palmtreo680/Makefile
 create mode 100644 board/palmtreo680/README
 create mode 100644 board/palmtreo680/palmtreo680.c
 create mode 100644 include/configs/palmtreo680.h
 create mode 100644 tools/palmtreo680/flash_u-boot.c

-- 
1.7.8.6

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

end of thread, other threads:[~2013-06-20 13:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18 18:08 [U-Boot] [PATCH v6 0/2] pxa: add support for palmtreo680 board Mike Dunn
2013-06-18 18:08 ` [U-Boot] [PATCH v6 1/2] " Mike Dunn
2013-06-18 18:08 ` [U-Boot] [PATCH v6 2/2] pxa: palmtreo680 flash programming utility Mike Dunn
2013-06-20 13:53 ` [U-Boot] [PATCH v6 0/2] pxa: add support for palmtreo680 board Marek Vasut

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.