aboutsummaryrefslogtreecommitdiff
path: root/projects/grub/configs/coreboot/modules-minimal
Commit message (Collapse)AuthorAgeFilesLines
* Add GRUB module 'cbmemc' to each GRUB targetAndrew Robbins2017-09-171-0/+1
| | | | | Dumps CBMEM console log to stdout; this is useful for development/troubleshooting purposes.
* 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.
* 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.