libpayload: Enable keyboard translation so that we can use scancode set 1
authorJordan Crouse <jordan.crouse@amd.com>
Fri, 25 Apr 2008 23:09:39 +0000 (23:09 +0000)
committerJordan Crouse <jordan.crouse@amd.com>
Fri, 25 Apr 2008 23:09:39 +0000 (23:09 +0000)
commit63f181f97c0b89f5fe80f96df7b6288a59f5ad42
tree94b8ac341edc88512413adf32922469156c7b268
parent24a040475918ad2977a52677f59b10f7ce085afc
libpayload:  Enable keyboard translation so that we can use scancode set 1

The qemu keyboard controller defaults to using scancode set 2, we use set 1.
Turn on the translate mode in the keyboard controller to force the issue.

Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3270 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/libpayload/drivers/keyboard.c
payloads/libpayload/include/libpayload.h
payloads/libpayload/libc/console.c