]> git.sur5r.net Git - u-boot/commit
Merge from "stable branch", tag LABEL_2003_06_28_1800-stable:
authorwdenk <wdenk>
Sat, 28 Jun 2003 17:24:46 +0000 (17:24 +0000)
committerwdenk <wdenk>
Sat, 28 Jun 2003 17:24:46 +0000 (17:24 +0000)
commitd1cbe85b084ce543ba0b09def03a1b20940e6c03
tree1cbfceb46952e902208d58595d163143d6038e8a
parent8bde7f776c77b343aca29b8c7b58464d915ac245
Merge from "stable branch", tag LABEL_2003_06_28_1800-stable:
- Allow to call sysmon function interactively
- PIC on LWMON board needs delay after power-on
- Add missing RSR definitions for MPC8xx
- Improve log buffer handling: guarantee clean reset after power-on
- Add support for EXBITGEN board
- Add support for SL8245 board
25 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
Makefile
board/exbitgen/Makefile [new file with mode: 0644]
board/exbitgen/config.mk [new file with mode: 0644]
board/exbitgen/exbitgen.c [new file with mode: 0644]
board/exbitgen/exbitgen.h [new file with mode: 0644]
board/exbitgen/flash.c [new file with mode: 0644]
board/exbitgen/init.S [new file with mode: 0644]
board/exbitgen/u-boot.lds [new file with mode: 0644]
board/lwmon/lwmon.c
board/sl8245/Makefile [new file with mode: 0644]
board/sl8245/config.mk [new file with mode: 0644]
board/sl8245/flash.c [new file with mode: 0644]
board/sl8245/sl8245.c [new file with mode: 0644]
board/sl8245/u-boot.lds [new file with mode: 0644]
common/cmd_log.c
cpu/mpc8260/commproc.c
cpu/mpc8xx/commproc.c
include/configs/EXBITGEN.h [new file with mode: 0644]
include/configs/SL8245.h [new file with mode: 0644]
include/flash.h
include/mpc8xx.h
post/sysmon.c