[LEDE-DEV] x86: review request for automating UEFI image generation
Alive 4ever
alive4ever at live.com
Thu Mar 16 00:42:32 PDT 2017
The following changes since commit f9a1f322d26dfb3d3db59ffeab7c3fcc3772e8cc:
brcm63xx: diag.sh: use common status_led_blink_* functions (2017-03-15 23:15:19 +0100)
are available in the git repository at:
https://github.com/alive4ever/source x86-with-efi
for you to fetch changes up to abdf3f898d50f40f851d980ae16eb5aca4fcf141:
x86: drop unneeded grub-call (2017-03-16 14:33:45 +0700)
----------------------------------------------------------------
Alif M. Ahmad (11):
include/prereq-build.mk: add freetype-config test
x86: Add GRUB_EFI config for UEFI
grub2: Add support for generating UEFI bootloader
x86: Add grub-efi.cfg template
x86: Add new script to generate UEFI image
x86: Automate UEFI bootable images creation
x86/generic: Enable simple framebuffer support
grub2: Enable HOST_CONFIGURE_PARALLEL
config: more helpful message for GRUB_EFI
x86: Make UEFI image bootable on BIOS system
x86: drop unneeded grub-call
config/Config-images.in | 10 +++
include/prereq-build.mk | 3 +
package/boot/grub2/Makefile | 134 ++++++++++++++++++++++++++++++--
target/linux/x86/generic/config-default | 1 +
target/linux/x86/image/Makefile | 126 ++++++++++++++++++++++++++++--
target/linux/x86/image/gen_image_efi.sh | 44 +++++++++++
target/linux/x86/image/grub-efi.cfg | 14 ++++
7 files changed, 319 insertions(+), 13 deletions(-)
create mode 100755 target/linux/x86/image/gen_image_efi.sh
create mode 100644 target/linux/x86/image/grub-efi.cfg
More information about the Lede-dev
mailing list