Blame SOURCES/0030-Makefile.am-default_payload.elf-Add-modules-multiboo.patch

f725e3
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
f725e3
From: Vladimir Serbinenko <phcoder@gmail.com>
f725e3
Date: Sat, 18 Jan 2014 19:43:19 +0100
f725e3
Subject: [PATCH] * Makefile.am (default_payload.elf): Add modules multiboot
f725e3
 cbmemc linux16 gzio echo help.
f725e3
f725e3
---
f725e3
 Makefile.am | 2 +-
f725e3
 ChangeLog   | 7 ++++++-
f725e3
 2 files changed, 7 insertions(+), 2 deletions(-)
f725e3
f725e3
diff --git a/Makefile.am b/Makefile.am
f725e3
index aa526f573c3..97c062d7d35 100644
f725e3
--- a/Makefile.am
f725e3
+++ b/Makefile.am
f725e3
@@ -399,7 +399,7 @@ bootcheck: $(BOOTCHECKS)
f725e3
 
f725e3
 if COND_i386_coreboot
f725e3
 default_payload.elf: grub-mkstandalone grub-mkimage
f725e3
-	pkgdatadir=. ./grub-mkstandalone --grub-mkimage=./grub-mkimage -O i386-coreboot -o $@ --modules='ahci pata ehci uhci ohci usb_keyboard 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 regexp setpci lsacpi chain test serial' --fonts= --themes= --locales= -d grub-core/ /boot/grub/grub.cfg=$(srcdir)/coreboot.cfg
f725e3
+	pkgdatadir=. ./grub-mkstandalone --grub-mkimage=./grub-mkimage -O i386-coreboot -o $@ --modules='ahci pata ehci uhci ohci usb_keyboard 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 regexp setpci lsacpi chain test serial multiboot cbmemc linux16 gzio echo help' --fonts= --themes= --locales= -d grub-core/ /boot/grub/grub.cfg=$(srcdir)/coreboot.cfg
f725e3
 endif
f725e3
 
f725e3
 windowsdir=$(top_builddir)/$(PACKAGE)-$(VERSION)-for-windows
f725e3
diff --git a/ChangeLog b/ChangeLog
f725e3
index edceb66dbcc..cff9386d3d2 100644
f725e3
--- a/ChangeLog
f725e3
+++ b/ChangeLog
f725e3
@@ -1,4 +1,9 @@
f725e3
-2014-01-01  Mike Gilbert <floppym@gentoo.org>
f725e3
+2014-01-18  Vladimir Serbinenko  <phcoder@gmail.com>
f725e3
+
f725e3
+	* Makefile.am (default_payload.elf): Add modules
f725e3
+	multiboot cbmemc linux16 gzio echo help.
f725e3
+
f725e3
+2014-01-18  Mike Gilbert <floppym@gentoo.org>
f725e3
 
f725e3
 	* Makefile.util.def: Link grub-ofpathname with zfs libs.
f725e3