From 3fa1a13f62fe805a4592eaa551cd9d5713613f91 Mon Sep 17 00:00:00 2001 From: Andrew Wu Date: Wed, 9 Oct 2013 18:57:20 +0800 Subject: dmp/vortex86ex: Initialize PS/2 keyboard. Call pc_keyboard_init function in southbridge. It makes PS/2 keyboard work in coreinfo payload. Change-Id: Idb79f87b09eeeade94e966fb8769dec7578e2cf5 Signed-off-by: Andrew Wu Reviewed-on: http://review.coreboot.org/3957 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Jonathan A. Kollasch Reviewed-by: Ronald G. Minnich --- src/southbridge/dmp/vortex86ex/southbridge.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/southbridge/dmp/vortex86ex/southbridge.c b/src/southbridge/dmp/vortex86ex/southbridge.c index a22fe6a3b7..d8914c0a41 100644 --- a/src/southbridge/dmp/vortex86ex/southbridge.c +++ b/src/southbridge/dmp/vortex86ex/southbridge.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include "arch/io.h" #include "chip.h" @@ -570,6 +571,7 @@ static void southbridge_init(struct device *dev) fix_cmos_rtc_time(); rtc_init(0); + pc_keyboard_init(0); } static struct device_operations vortex_sb_ops = { -- cgit v1.2.3