summaryrefslogtreecommitdiffstats
path: root/resources/utilities/grub-assemble/gen.vesafb.sh
Commit message (Collapse)AuthorAgeFilesLines
* grub-assemble: Use single list of modulesFrancis Rowe2014-11-231-5/+1
|
* Only build 2 GRUB payload executables, re-use on all boards.Francis Rowe2014-11-221-1/+1
| | | | This should speed up the build process a bit.
* resources/utilities/grub-assemble/gen.txtmode.sh: Use GNU BASHFrancis Rowe2014-11-221-1/+1
| | | | resources/utilities/grub-assemble/gen.vesafb.sh: Use GNU BASH
* Revert "buildrom-withgrub: Only include 1 keymap file in GRUB memdisk."Francis Rowe2014-11-211-17/+9
| | | | This reverts commit 3e1712768172e53ed02da96e1bb392edaa219de7.
* buildrom-withgrub: Only include 1 keymap file in GRUB memdisk.Francis Rowe2014-11-211-9/+17
| | | | | | | | | | | | | 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.
* Move CBFS files to GRUB memdisk, except grub.cfg and grubtest.cfgFrancis Rowe2014-11-201-0/+32
Set the GRUB configs to use (memdisk) instead of (cbfsdisk) for these files. This reduces the space used in CBFS because coreboot compresses it's payloads with LZMA by default. Most users will only want to use cbfstool to modify the grub.cfg or grubtest.cfg.