All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Menzel <paulepanter@users.sourceforge.net>
To: grub-devel@gnu.org
Subject: [PATCH] Makefile.am: Add `all_video` to `default_payload.elf`
Date: Sun, 16 Apr 2017 23:45:05 +0200	[thread overview]
Message-ID: <1492379105.2561.128.camel@users.sourceforge.net> (raw)
In-Reply-To: <1492371090.2561.114.camel@users.sourceforge.net>

[-- Attachment #1: Type: text/plain, Size: 1966 bytes --]

Date: Sun, 16 Apr 2017 21:02:58 +0200

The module `all_video` is used in `util/grub.d/00_header.in`, and
included for grub-pc by default.

To make it easier to load such a GRUB configuration from disk for a GRUB
coreboot payload, add this module also to `default_payload.elf` by
default. That avoids aa missing module error by GRUB, forcing the user
to hit enter during the start process.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 7795baeb6..80a787e57 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -424,7 +424,7 @@ bootcheck: $(BOOTCHECKS)
 if COND_i386_coreboot
 default_payload.elf: grub-mkstandalone grub-mkimage FORCE
 	test -f $@ && rm $@ || true
-	pkgdatadir=. ./grub-mkstandalone --grub-mkimage=./grub-mkimage -O i386-coreboot -o $@ --modules='ahci pata ehci uhci ohci usb_keyboard usbms part_msdos 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 syslinuxcfg xnu $(shell cat grub-core/fs.lst) password_pbkdf2 $(EXTRA_PAYLOAD_MODULES)' --fonts= --themes= --locales= -d grub-core/ /boot/grub/grub.cfg=$(srcdir)/coreboot.cfg
+	pkgdatadir=. ./grub-mkstandalone --grub-mkimage=./grub-mkimage -O i386-coreboot -o $@ --modules='ahci pata ehci uhci ohci usb_keyboard usbms part_msdos 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 syslinuxcfg xnu all_video $(shell cat grub-core/fs.lst) password_pbkdf2 $(EXTRA_PAYLOAD_MODULES)' --fonts= --themes= --locales= -d grub-core/ /boot/grub/grub.cfg=$(srcdir)/coreboot.cfg
 endif
 
 endif
-- 
2.11.0

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

  reply	other threads:[~2017-04-16 21:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-15 10:25 `all_video.mod` missing loading `grub.cfg` generated by grub-pc in GRUB payload (coreboot) Paul Menzel
2017-04-15 11:22 ` Andrei Borzenkov
2017-04-16 19:31   ` Paul Menzel
2017-04-16 21:45     ` Paul Menzel [this message]
2018-03-21  8:28       ` [PATCH v2] Makefile.am: Add `all_video` to `default_payload.elf` Paul Menzel
2018-04-23 19:45         ` Paul Menzel
2018-04-24 10:20           ` Daniel Kiper
2018-08-09  6:20             ` [PATCH v3] " Paul Menzel
2018-09-06 12:58               ` Daniel Kiper
2018-09-06 13:07                 ` Vladimir 'phcoder' Serbinenko
2018-09-06 13:21                   ` Daniel Kiper
2018-09-19 16:12                     ` Daniel Kiper
2018-09-27 16:52                       ` Daniel Kiper
2018-10-01  9:00                         ` Paul Menzel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1492379105.2561.128.camel@users.sourceforge.net \
    --to=paulepanter@users.sourceforge.net \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.