]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* Makefile.am (default_payload.elf): New target for easier coreboot
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 14 Nov 2013 10:28:38 +0000 (11:28 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Thu, 14 Nov 2013 10:28:38 +0000 (11:28 +0100)
build.

ChangeLog
Makefile.am

index 678976acd5394cc11befac1d6a7f23c8ce39d289..f785f28af27b18b6971c8e57c1a02b38b8fd532e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-14  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * Makefile.am (default_payload.elf): New target for easier coreboot
+       build.
+
 2013-11-14  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/kern/arm/cache_armv6.S: Remove special handling for
index e8d05fc1eb31807612f91a2a4923be46d35cf043..3b5c0e48e9fc5b31c93989b65f01ee5358f9c04e 100644 (file)
@@ -392,4 +392,10 @@ BOOTCHECK_TIMEOUT=180
 
 bootcheck: $(BOOTCHECKS)
 
+if COND_i386_coreboot
+default_payload.elf: grub-mkstandalone grub-mkimage
+       pkgdatadir=. ./grub-mkstandalone --grub-mkimage=./grub-mkimage -O i386-coreboot -o $@ --modules='ahci ehci usbms part_msdos xfs ext2 fat at_keyboard part_gpt usbserial_usbdebug cbfs' --install-modules='ls linux search configfile normal cbtime cbls memrw iorw minicmd lsmmap lspci halt reboot hexdump pcidump setpci lsacpi chain' --fonts= --themes= --locales= -d grub-core/
+endif
+
+
 EXTRA_DIST += linguas.sh