arm_coreboot: Support keyboard for vexpress.

This commit is contained in:
Vladimir Serbinenko 2017-05-08 21:42:37 +02:00 committed by Vincent Batts
parent 7948b1a398
commit f66206989f
4 changed files with 194 additions and 0 deletions

View file

@ -161,6 +161,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;