aboutsummaryrefslogtreecommitdiff
path: root/projects/grub/configs/coreboot
Commit message (Collapse)AuthorAgeFilesLines
* Insert ahci/ehci/pata/usbms into 'modules-minimal'Andrew Robbins2017-08-301-0/+4
| | | | | Without these modules, the GRUB Coreboot target image can't access devices other than cbfsdisk. Adds support for HDD/USB drives.
* Consolidate GRUB Coreboot target modules into 'install'Andrew Robbins2017-08-293-202/+201
| | | | | | As with the BIOS target, 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.
* Create GRUB Coreboot target file 'modules-minimal'Andrew Robbins2017-08-291-0/+6
| | | | | | | As with the BIOS target's modules-minimal file, 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 Coreboot target dirAndrew Robbins2017-08-292-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 Coreboot target dirAndrew Robbins2017-08-294-0/+7
The added files are mostly the same as their BIOS target 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.