aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs/seabios/macbook21
Commit message (Collapse)AuthorAgeFilesLines
* 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=""
* Delete board-specific Coreboot revision filesAndrew Robbins2017-12-221-1/+0
| | | | | | | Testing needs to be done on the revision specified at 'projects/coreboot/configs/revision', thus all board-specific revision files should be removed in order to avoid checking out an older commit in the meantime.
* 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.
* Delete vbootrevision files in Coreboot target dirsAndrew Robbins2017-09-181-1/+0
| | | | | There is a separate vboot project, so those revision files related to it should be placed in its configs directory instead.
* Rename Coreboot config files named 'cbrevision'Andrew Robbins2017-09-181-0/+0
| | | | | The new build system simply uses 'revision' to refer to the git revision that should be used.
* Rename Coreboot config files named 'architecture'Andrew Robbins2017-09-181-0/+0
| | | | The new build system uses the shortened version: arch
* Copy Coreboot configurations to new build systemAndrew Robbins2017-09-184-0/+527