arm_coreboot: Support keyboard for vexpress.
This commit is contained in:
parent
7948b1a398
commit
f66206989f
4 changed files with 194 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue