[U-Boot] [Patch v3] Add support for HP Jornada flashrom boards
Wolfgang Denk
wd at denx.de
Tue Oct 19 23:45:29 CEST 2010
Dear Kristoffer Ericson,
In message <1287178303-17003-1-git-send-email-kristoffer.ericson at gmail.com> you wrote:
> This patch adds support for the HP Jornada flashboards
> that were made in 2008. Older flashroms should work if
> memory registers are adjusted.
>
> Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>
> ---
> Changes for v2:
> - Adding myself to MAINTAINERS
> - Fixing line lengths
> - Fixing comment style
> Changes for v3:
> - setting MACH_TYPE_JORNADA720
> - CONFIG_SYS_HZ = 1000
>
> MAINTAINERS | 4 +
> board/jornada/Makefile | 53 +++++++++++
> board/jornada/config.mk | 6 ++
> board/jornada/jornada.c | 65 ++++++++++++++
> board/jornada/setup.S | 210 +++++++++++++++++++++++++++++++++++++++++++++
> board/jornada/u-boot.lds | 58 +++++++++++++
> boards.cfg | 1 +
> include/configs/jornada.h | 153 +++++++++++++++++++++++++++++++++
> 8 files changed, 550 insertions(+), 0 deletions(-)
> create mode 100644 board/jornada/Makefile
> create mode 100644 board/jornada/config.mk
> create mode 100644 board/jornada/jornada.c
> create mode 100644 board/jornada/setup.S
> create mode 100644 board/jornada/u-boot.lds
> create mode 100644 include/configs/jornada.h
Applied, with some modifications:
Adpted for TEXT_BASE -> CONFIG_SYS_TEXT_BASE rename.
Removed now redundant board/jornada/config.mk file.
Removed unused empty jornada_init() function to silence
"jornada.c:35: warning: 'jornada_init' defined but not used"
Please check everything is OK for you.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
miracle: an extremely outstanding or unusual event, thing, or
accomplishment. - Webster's Dictionary
More information about the U-Boot
mailing list