From 1c43771ba888bb9260692636d645fb2d73390a4b Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 16 Jan 2004 00:30:56 +0000 Subject: [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 --- lib_ppc/board.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib_ppc') diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 8e05df1..d18a9a3 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -67,6 +67,9 @@ #if defined(CFG_INIT_RAM_LOCK) && defined(CONFIG_E500) #include #endif +#ifdef CONFIG_PS2KBD +#include +#endif #if (CONFIG_COMMANDS & CFG_CMD_DOC) void doc_init (void); @@ -956,6 +959,11 @@ void board_init_r (gd_t *id, ulong dest_addr) } #endif +#ifdef CONFIG_PS2KBD + puts ("PS/2: "); + kbd_init(); +#endif + #ifdef CONFIG_MODEM_SUPPORT { extern int do_mdm_init; -- cgit v1.1