Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add GRUB module 'cbmemc' to each GRUB target | Andrew Robbins | 2017-09-17 | 1 | -0/+1 |
| | | | | | Dumps CBMEM console log to stdout; this is useful for development/troubleshooting purposes. | ||||
* | Insert ahci/ehci/pata/usbms into 'modules-minimal' | Andrew Robbins | 2017-08-30 | 1 | -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 Robbins | 2017-08-29 | 1 | -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. |