]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[Strange. I _did_ check these in before. Seems SF restored an old
authorwdenk <wdenk>
Fri, 16 Jan 2004 00:30:56 +0000 (00:30 +0000)
committerwdenk <wdenk>
Fri, 16 Jan 2004 00:30:56 +0000 (00:30 +0000)
commit1c43771ba888bb9260692636d645fb2d73390a4b
tree5fbd3865ac2a0d926396927ba2a192c5f1609339
parentc83bf6a2d00ef846c1fb2b0c60540f03ef203125
[Strange. I _did_ check these in before. Seems SF restored an old
version of the repository???]

* Patch by Reinhard Meyer, 09 Jan 2004:
  - add RTC support for MPC5200 based boards (requires RTC_XTAL)

* Add support for IDE LED on BMS2003 board
  (exclusive with status LED!)

* Add support for PS/2 keyboard (used with PS/2 multiplexor on
  BMS2003 board)

* Patches by Reinhard Meyer, 4 Jan 2004 + 7 Jan 2004:
  Add common files for "emk" boards
19 files changed:
CHANGELOG
board/emk/common/am79c874.c [new file with mode: 0644]
board/emk/common/flash.c [new file with mode: 0644]
board/emk/common/vpd.c [new file with mode: 0644]
board/tqm8xx/tqm8xx.c
common/cmd_ide.c
drivers/Makefile
drivers/keyboard.c [new file with mode: 0644]
drivers/pc_keyb.c [new file with mode: 0644]
drivers/ps2mult.c [new file with mode: 0644]
drivers/ps2ser.c [new file with mode: 0644]
include/configs/TOP5200.h
include/configs/bms2003.h
include/keyboard.h [new file with mode: 0644]
include/pc_keyb.h [new file with mode: 0644]
include/ps2mult.h [new file with mode: 0644]
lib_ppc/board.c
rtc/Makefile
rtc/mpc5xxx.c [new file with mode: 0644]