arm-coreboot: Start new port.

This commit is contained in:
Vladimir Serbinenko 2017-05-08 20:53:28 +02:00 committed by Vincent Batts
parent 2f061fac71
commit aa7585d04b
17 changed files with 482 additions and 12 deletions

View file

@ -31,6 +31,8 @@
GRUB_MOD_LICENSE ("GPLv3+");
#ifndef GRUB_MACHINE_COREBOOT
static grub_dl_t my_mod;
static grub_addr_t initrd_start;
@ -527,3 +529,4 @@ GRUB_MOD_FINI (linux)
grub_unregister_command (cmd_initrd);
grub_unregister_command (cmd_devicetree);
}
#endif