Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable additional options in Veyron Jerry config | Andrew Robbins | 2018-10-25 | 1 | -3/+3 |
| | | | | | | | Options updated (with new values): CONFIG_COMPRESS_RAMSTAGE=y CONFIG_VBOOT_FWID_VERSION="$(KERNELVERSION)" # CONFIG_GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC is not set | ||||
* | Update Veyron Jerry Coreboot config | Andrew Robbins | 2018-10-25 | 1 | -2/+722 |
| | | | | | 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/+13 |
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. |