[U-Boot] [PATCH v6 0/2] pxa: add support for palmtreo680 board
Mike Dunn
mikedunn at newsguy.com
Tue Jun 18 20:08:49 CEST 2013
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
More information about the U-Boot
mailing list