arm_coreboot: Support keyboard for vexpress.

This commit is contained in:
Vladimir Serbinenko 2017-05-08 21:42:37 +02:00
parent 216950a4ee
commit 848bed9d92
4 changed files with 194 additions and 0 deletions

View file

@ -160,6 +160,9 @@ kernel = {
arm_coreboot = kern/arm/coreboot/coreboot.S;
arm_coreboot = lib/fdt.c;
arm_coreboot = bus/fdt.c;
arm_coreboot = term/ps2.c;
arm_coreboot = term/arm/pl050.c;
arm_coreboot = commands/keylayouts.c;
terminfoinkernel = term/terminfo.c;
terminfoinkernel = term/tparm.c;