Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable additional options in Veyron Speedy config | Andrew Robbins | 2018-10-25 | 1 | -4/+4 |
| | | | | | | | | Options updated (with new values): CONFIG_COMPRESS_RAMSTAGE=y CONFIG_VBOOT_FWID_VERSION="$(KERNELVERSION)" CONFIG_GBB_FLAG_ENABLE_ALTERNATE_OS=y CONFIG_GBB_FLAG_FORCE_DEV_SWITCH_ON=y | ||||
* | Update Veyron Speedy Coreboot config | Andrew Robbins | 2018-10-25 | 1 | -2/+727 |
| | | | | | Config updated using 'olddefconfig' make target with revision located at "projects/coreboot/configs/revision" | ||||
* | Restructure Coreboot project configs directory | Andrew Robbins | 2018-10-08 | 2 | -0/+8 |
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. |