]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
* Patch by Paul Ruhland, 17 May 2004:
authorwdenk <wdenk>
Wed, 9 Jun 2004 13:37:52 +0000 (13:37 +0000)
committerwdenk <wdenk>
Wed, 9 Jun 2004 13:37:52 +0000 (13:37 +0000)
commitf39748ae8edb03017647b0d731cdd06e7bdcde13
tree1401c99d4d11bef3828da3bda191e8923f3f1147
parentaa24509041ff8a4892071c2abec023dddd53874f
* Patch by Paul Ruhland, 17 May 2004:
  - Add support for the Logic Zoom LH7A40x based SDK board(s),
    specifically the LPD7A400.

* Patches by Robert Schwebel, 15 May 2004:
  - call MAC address reading code also for SMSC91C111;
  - make SMSC91C111 timeout configurable, remove duplicate code
  - fix get_timer() for PXA
  - update doc/README.JFFS2
  - use "bootfile" env variable also for jffs2
31 files changed:
CHANGELOG
CREDITS
MAKEALL
Makefile
README
board/lpd7a40x/Makefile [new file with mode: 0644]
board/lpd7a40x/config.mk [new file with mode: 0644]
board/lpd7a40x/flash.c [new file with mode: 0644]
board/lpd7a40x/lpd7a40x.c [new file with mode: 0644]
board/lpd7a40x/memsetup.S [new file with mode: 0644]
board/lpd7a40x/u-boot.lds [new file with mode: 0644]
common/cmd_jffs2.c
cpu/lh7a40x/Makefile [new file with mode: 0644]
cpu/lh7a40x/config.mk [new file with mode: 0644]
cpu/lh7a40x/cpu.c [new file with mode: 0644]
cpu/lh7a40x/interrupts.c [new file with mode: 0644]
cpu/lh7a40x/serial.c [new file with mode: 0644]
cpu/lh7a40x/speed.c [new file with mode: 0644]
cpu/lh7a40x/start.S [new file with mode: 0644]
cpu/pxa/interrupts.c
doc/README.JFFS2
drivers/smc91111.c
include/bmp_logo.h
include/common.h
include/configs/innokom.h
include/configs/lpd7a400-10.h [new file with mode: 0644]
include/configs/lpd7a400.h [new file with mode: 0644]
include/lh7a400.h [new file with mode: 0644]
include/lh7a40x.h [new file with mode: 0644]
include/lpd7a400_cpld.h [new file with mode: 0644]
lib_arm/board.c