* Makefile.am (default_payload.elf): New target for easier coreboot
build.
This commit is contained in:
parent
1d912bd3c9
commit
93fcc7ad73
2 changed files with 11 additions and 0 deletions
|
@ -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>
|
2013-11-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/kern/arm/cache_armv6.S: Remove special handling for
|
* grub-core/kern/arm/cache_armv6.S: Remove special handling for
|
||||||
|
|
|
@ -392,4 +392,10 @@ BOOTCHECK_TIMEOUT=180
|
||||||
|
|
||||||
bootcheck: $(BOOTCHECKS)
|
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
|
EXTRA_DIST += linguas.sh
|
||||||
|
|
Loading…
Reference in a new issue