]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Add support for log buffer which can be passed to Linux kernel's LABEL_2002_11_05_1735
authorwdenk <wdenk>
Tue, 5 Nov 2002 16:35:14 +0000 (16:35 +0000)
committerwdenk <wdenk>
Tue, 5 Nov 2002 16:35:14 +0000 (16:35 +0000)
commit56f94be3ef63732384063e110277ed89701b6471
tree6c7acdd32964b741cb69a8f0b03d5b9891587458
parent384ae02506f0673070a3516b1858f058a07f85f3
* Add support for log buffer which can be passed to Linux kernel's
  syslog mechanism; used especially for POST results.

* Patch by Klaus Heydeck, 31 Oct 2002:
  Add initial support for kup4k board
26 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
Makefile
board/kup4k/Makefile [new file with mode: 0644]
board/kup4k/config.mk [new file with mode: 0644]
board/kup4k/flash.c [new file with mode: 0644]
board/kup4k/kup4k.c [new file with mode: 0644]
board/kup4k/s1d13706.h [new file with mode: 0644]
board/kup4k/u-boot.lds [new file with mode: 0644]
board/kup4k/u-boot.lds.debug [new file with mode: 0644]
common/Makefile
common/cmd_bootm.c
common/cmd_log.c [new file with mode: 0644]
common/cmd_pcmcia.c
common/command.c
common/devices.c
include/cmd_log.h [new file with mode: 0644]
include/commproc.h
include/configs/KUP4K.h [new file with mode: 0644]
include/configs/lwmon.h
include/flash.h
include/logbuff.h [new file with mode: 0644]
include/status_led.h
lib_ppc/board.c
post/post.c