aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs/qemu_i440fx_piix4
Commit message (Collapse)AuthorAgeFilesLines
* Add missing QEMU payload dependencies filesAndrew Robbins2019-10-198-0/+8
|
* Create 8MiB target for qemu_i440fx_piix4Andrew Robbins2019-03-0911-0/+21
| | | | | | | | | The 16MiB ROM is non-functional at the moment so an 8MiB target has been added in order to avoid losing QEMU support while the bug is identified and fixed. Files were copied from the 16MiB directory with the exception of the config file located at 8MiB/config which is new.
* Add GRUB/SeaBIOS targets to qemu_i440fx_piix4Andrew Robbins2019-03-096-0/+8
|
* Create corebootfb/textmode targets for qemu_i440fx_piix4Andrew Robbins2019-03-093-0/+8
| | | | | | | | The config for text mode doesn't actually have to be there (since text mode is the default in the base config) but, as in other cases, this configuration snippet is included for the sake of documenting what part of the base config is related to the target ("textmode" in this case).
* Create 16MiB flash size target for qemu_i440fx_piix4Andrew Robbins2019-03-092-0/+6
| | | | | 16MiB is the largest flash size for most of our supported boards so any emulated boards should stick with that upper limit.
* Update coreboot config for qemu_i440fx_piix4Andrew Robbins2019-03-081-52/+62
| | | | | | | | Updated with the "oldconfig" make target. New configurations: * COMPRESS_SECONDARY_PAYLOAD=y
* Declare minimum project dependencies for all boardsAndrew Robbins2019-01-221-0/+1
|
* Amend path to SeaBIOS payload in coreboot configsAndrew Robbins2018-11-241-1/+1
|
* Restructure Coreboot project configs directoryAndrew Robbins2018-10-082-0/+576
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.