aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs/qemu_i440fx_piix4/config
Commit message (Collapse)AuthorAgeFilesLines
* Update coreboot config for qemu_i440fx_piix4Andrew Robbins2019-03-081-52/+62
| | | | | | | | Updated with the "oldconfig" make target. New configurations: * COMPRESS_SECONDARY_PAYLOAD=y
* Amend path to SeaBIOS payload in coreboot configsAndrew Robbins2018-11-241-1/+1
|
* Restructure Coreboot project configs directoryAndrew Robbins2018-10-081-0/+575
Moving the board-specific directories into projects/coreboot/configs/ and removing the payload-specific directories (depthcharge, seabios) will allow for better management of Coreboot configs for each board. Instead of having a config for each payload, there will be at most two main configs (textmode, corebootfb) for each board. Selecting a default payload will be reimplemented in a subsequent commit.