From 3e1712768172e53ed02da96e1bb392edaa219de7 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 21 Nov 2014 04:40:35 -0500 Subject: buildrom-withgrub: Only include 1 keymap file in GRUB memdisk. This is to reduce the size of the image. To accomplish this, the payload in each coreboot configuration was set to 'None', after which the buildrom-withgrub script was modified to build a new grub.elf for each image. This is fast, since building the grub.elf only takes less than a second. The alternative was to build a new coreboot ROM per keymap, which would have been slow. Other files were also modified along with this, check the diff to see everything. --- (limited to 'docs/git/index.html') diff --git a/docs/git/index.html b/docs/git/index.html index a2596c3..dc3d64c 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -258,7 +258,7 @@
  • Generic Drivers / Digitizer = Autodetect
  • Console / Send console output to a CBMEM buffer = enable
  • -
  • Payload / Add a payload = An ELF executable payload
  • +
  • Payload / Add a payload = None (You must add the payload manually. Libreboot's build script 'buildrom-withgrub' does this)
  • Payload / Payload path and filename = grub.elf
  • @@ -304,7 +304,7 @@

  • Generic Drivers / Digitizer = Present
  • Console / Send console output to a CBMEM buffer = enable
  • -
  • Payload / Add a payload = An ELF executable payload
  • +
  • Payload / Add a payload = None (You must add the payload manually. Libreboot's build script 'buildrom-withgrub' does this)
  • Payload / Payload path and filename = grub.elf
  • @@ -345,7 +345,7 @@

  • Console / Send console output to a CBMEM buffer = enable
  • -
  • Payload / Add a payload = An ELF executable payload
  • +
  • Payload / Add a payload = None (You must add the payload manually. Libreboot's build script 'buildrom-withgrub' does this)
  • Payload / Payload path and filename = grub.elf
  • @@ -387,7 +387,7 @@

  • Console / Send console output to a CBMEM buffer = enable
  • -
  • Payload / Add a payload = An ELF executable payload
  • +
  • Payload / Add a payload = None (You must add the payload manually. Libreboot's build script 'buildrom-withgrub' does this)
  • Payload / Payload path and filename = grub.elf
  • -- cgit v0.9.1