63f181f97c
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 |
||
---|---|---|
.. | ||
bin | ||
crypto | ||
curses | ||
drivers | ||
i386 | ||
include | ||
lib | ||
libc | ||
sample | ||
util/kconfig | ||
Config.in | ||
LICENSES | ||
Makefile | ||
README |
README
This is libpayload, a minimal library to support standalone payloads that can be booted with firmware like coreboot. It handles the setup code, and provides common C library symbols such as malloc() and printf(). Please see the sample/ directory for an example of the payload in action.