aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs/seabios/macbook21/config
Commit message (Collapse)AuthorAgeFilesLines
* Restructure Coreboot project configs directoryAndrew Robbins2018-10-081-623/+0
| | | | | | | | | | | 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.
* Update Coreboot config for board macbook2,1Andrew Robbins2018-01-181-2/+1
| | | | This config was updated using Coreboot's 'oldconfig' make target.
* Update Coreboot config for board macbook2,1Andrew Robbins2018-01-141-101/+201
| | | | | | | | | | | | | | | This config was updated using Coreboot's 'oldconfig' make target. New configuration options enabled with this commit: * ENABLE_VMX=y * SET_VMX_LOCK_BIT=y * VGA_TEXT_FRAMEBUFFER=y * UART_PCI_ADDR=0x0 Previously configured options which were changed with this commit: * LOCALVERSION=""
* Modify payload path in Coreboot configsAndrew Robbins2017-09-181-1/+1
| | | | | It makes things easier if the makefiles fetch the default payload from its build directory, which should have a stable name.
* Copy Coreboot configurations to new build systemAndrew Robbins2017-09-181-0/+524