aboutsummaryrefslogtreecommitdiff
path: root/projects/grub/configs/uefi
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate GRUB UEFI target modules into 'install'Andrew Robbins2017-08-313-202/+196
| | | | | | | | | | | | | | | As with the BIOS/Coreboot targets, the modules listed in this file will later be added to CBFS in order to avoid issues inherent to bundling modules into the GRUB image. Several modules have been excluded from the install list for reasons of non-applicability to UEFI GRUB; namely: * cmosdump * cmostest * efiemu * mda_text * pci
* Create GRUB UEFI target file 'modules-minimal'Andrew Robbins2017-08-301-0/+10
| | | | | | | As with the BIOS/Coreboot targets' modules-minimal files, this file lists the minimum necessary to complement a working, bootable image so that it can read from other devices in addition to halting/rebooting the machine.
* Copy GRUB module lists to UEFI target dirAndrew Robbins2017-08-302-0/+202
| | | | | | Since GRUB images will be produced on a target-specific basis, the target will need its own copy of the modules to include in either the GRUB image itself or CBFS.
* Add configuration files to GRUB UEFI target dirAndrew Robbins2017-08-304-0/+7
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.