Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Coreboot config for board d945gclf | Andrew Robbins | 2018-01-12 | 1 | -77/+152 |
| | | | | | | | | | 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 | ||||
* | Update Coreboot config for board d510mo | Andrew Robbins | 2018-01-12 | 1 | -95/+217 |
| | | | | | | | | | | 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 * UART_PCI_ADDR=0x0 | ||||
* | Delete board-specific Coreboot revision files | Andrew Robbins | 2017-12-22 | 26 | -26/+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. | ||||
* | Update 'projects/coreboot/configs/seabios/w500_8mb/config' | CoreShoe | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | Update 'projects/coreboot/configs/seabios/w500_4mb/config' | CoreShoe | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | Update 'projects/coreboot/configs/seabios/w500_16mb/config' | CoreShoe | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | Update 'projects/coreboot/configs/seabios/t500_8mb/config' | CoreShoe | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | Update 'projects/coreboot/configs/seabios/t500_4mb/config' | CoreShoe | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | Update 'projects/coreboot/configs/seabios/t500_16mb/config' | CoreShoe | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | Update 'projects/coreboot/configs/seabios/t400_8mb/config' | CoreShoe | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | Update 'projects/coreboot/configs/seabios/t400_4mb/config' | CoreShoe | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | Update 'projects/coreboot/configs/seabios/t400_16mb/config' | CoreShoe | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | Update 'projects/coreboot/configs/seabios/r400_8mb/config' | CoreShoe | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | Update 'projects/coreboot/configs/seabios/r400_4mb/config' | CoreShoe | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | Update 'projects/coreboot/configs/seabios/r400_16mb/config' | CoreShoe | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | Modify payload path in Coreboot configs | Andrew Robbins | 2017-09-18 | 26 | -26/+26 |
| | | | | | It makes things easier if the makefiles fetch the default payload from its build directory, which should have a stable name. | ||||
* | Add file listing Coreboot SeaBIOS subtargets | Andrew Robbins | 2017-09-18 | 1 | -0/+26 |
| | |||||
* | Delete vbootrevision files in Coreboot target dirs | Andrew Robbins | 2017-09-18 | 26 | -26/+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 Robbins | 2017-09-18 | 26 | -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 Robbins | 2017-09-18 | 26 | -0/+0 |
| | | | | The new build system uses the shortened version: arch | ||||
* | Copy Coreboot configurations to new build system | Andrew Robbins | 2017-09-18 | 104 | -0/+14397 |