aboutsummaryrefslogtreecommitdiff
path: root/projects/grub/configs/uefi/config
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary commands from embedded grub.cfgAndrew Robbins2018-12-041-5/+3
| | | | | All modules listed in a given target's modules-minimal file are preloaded so there's no need to specifically load any.
* Modify modules to include and load in GRUB imagesAndrew Robbins2018-11-271-0/+2
| | | | | | | | | | | | | | | The cbfs module must be loaded before trying to source grub.cfg from CBFS, for obvious reasons. The test module is bundled into all images in order to avoid the situation where grub gets stuck in a loop trying to locate the module during parsing of grub.cfg. This could happen if a user removes the module or moves it, so it's best to avoid a brick by just bundling it into the image. For the bios target, biosdisk has been removed as it doesn't seem to provide any benefit and memdisk has been added to eliminate an error printed by GRUB upon load.
* Add configuration files to GRUB UEFI target dirAndrew Robbins2017-08-301-0/+4
The added files (and, later, module lists) are mostly the same as their BIOS/Coreboot targets counterparts because the base configuration for each GRUB image produced is intended to be quite similar (for greater malleability down the line). The purpose of each file remains the same.