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

@ -133,6 +133,7 @@ grub_machine_init (void)
grub_fdtbus_init (dtb, dtb_size);
grub_machine_timer_init ();
grub_pl050_init ();
}
void