tool: support image/uefi for grub2/uefi boot

- add x86_32/64 GRUB2 UEFI boot loader
- enable support for nova

Issue #2242
This commit is contained in:
Alexander Boettcher
2017-06-12 22:12:11 +02:00
committed by Norman Feske
parent 1205607e78
commit 3aca3256c6
5 changed files with 86 additions and 13 deletions

View File

@@ -37,3 +37,11 @@ code respectively the download source of binaries are described below.
The changes are available on the genode_bender branch of
https://github.com/skalk/morbo.git.
:'grub2_32.efi', 'grub2_64.efi'
GRUB 2 UEFI bootloader for x86
Source code was obtained from git://git.savannah.gnu.org/grub.git, git
commit 972765fe8245cdf44d465329f33b5aa9ac6c2f47.
The following modules were included: part_msdos iso9660 part_gpt ext2 multiboot multiboot2 fat normal configfile setpci serial efi_uga efi_gop

BIN
tool/boot/grub2_32.efi Normal file

Binary file not shown.

BIN
tool/boot/grub2_64.efi Normal file

Binary file not shown.