| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
It makes things easier if the makefiles fetch the default payload from
its build directory, which should have a stable name.
|
|
|
|
|
| |
There is a separate vboot project, so those revision files related to
it should be placed in its configs directory instead.
|
|
|
|
|
| |
The new build system simply uses 'revision' to refer to the git
revision that should be used.
|
|
|
|
| |
The new build system uses the shortened version: arch
|
|
|