Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Amend path to SeaBIOS payload in coreboot configs | Andrew Robbins | 2018-11-24 | 2 | -2/+2 |
| | |||||
* | Create SeaBIOS/GRUB targets for D945GCLF Coreboot | Andrew Robbins | 2018-10-21 | 5 | -0/+6 |
| | | | | | | | | | | | Due to the limited flash space on the board, SeaBIOS is currently the sole payload option when building 512KiB-sized ROMs. D945GCLF ROMs can now be built with either SeaBIOS or GRUB as a default payload, e.g.: './libreboot build coreboot d945gclf textmode 512kb seabios', or './libreboot build coreboot d945gclf textmode 16mb grub' | ||||
* | Create 512KiB,16MiB Coreboot configs/targets for D945GCLF | Andrew Robbins | 2018-10-21 | 3 | -0/+11 |
512KiB flash is the default for this board. A 16MiB config is included for those looking to modify their board with a larger flash chip. Also, text mode is the only display mode available for this board; as such, inclusion of the textmode subtarget serves only to explicitly indicate the display mode when packaging ROMs upon release. D945GCLF Coreboot ROMs can be built with, e.g.: './libreboot build coreboot d945gclf textmode 512kb' |