| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The corebootfb ROM will use Coreboot's framebuffer for display while
the textmode ROM will use the legacy VGA text mode which is necessary
for payloads such as Memtest86+.
Options (and their values) changed in the new corebootfb config:
#CONFIG_VGA_TEXT_FRAMEBUFFER is not set
CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y
CONFIG_LINEAR_FRAMEBUFFER=y
T400 Coreboot ROMs can now be built with
'./libreboot build coreboot t400 corebootfb' or
'./libreboot build coreboot t400 textmode', respectively.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The goal here is to have fewer full configuration files.
By consolidating the T400 board configs (and board variants such as
the R400/T500/W500) into at most two base configs we can rely on
separate target-specific configs (e.g., for different flash sizes) to
override our default values given in
projects/coreboot/configs/t400/config
File contents of the new configs located at
projects/coreboot/t400/variants/ are now supplied to make as
command-line arguments, overriding the same configurations in the
base config. The T400 file is included as an example of which
configurations need to be overriden by a variant for a proper
SMBIOS name to be used.
Configs allowing for different ROM chip sizes other than the default
are reimplemented in a subsequent commit.
The following are no longer valid targets when building Coreboot:
r400_16mb
r400_8mb
r400_4mb
t400_16mb
t400_8mb
t400_4mb
t500_16mb
t500_8mb
t500_4mb
w500_16mb
w500_8mb
w500_4mb
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Simply updated to apply to the newer revision of Coreboot that's being
used. Paul Kocialkowski is still retained as the author of the patch.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
|
|
|
| |
This config was updated using Coreboot's 'oldconfig' make target.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This only affects the GM45-based systems (e.g., X200, T400, etcetera)
and GA-G41M-ES2L board as they require an MAC address hardcoded into
the ROM for their integrated NIC to function.
The new default MAC address is now '00:4c:69:62:72:65' (Libre).
Credit goes to specing from the #libreboot IRC channel for coming up
with it.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* VGA_TEXT_FRAMEBUFFER=y
* UART_PCI_ADDR=0x0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* HAVE_IFD_BIN=y
* IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_8m.bin"
* VGA_TEXT_FRAMEBUFFER=y
The Intel Firmware Descriptor (IFD) will be generated by ich9gen in
Libreboot's new build system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* HAVE_IFD_BIN=y
* IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_4m.bin"
* VGA_TEXT_FRAMEBUFFER=y
The Intel Firmware Descriptor (IFD) will be generated by ich9gen in
Libreboot's new build system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* HAVE_IFD_BIN=y
* IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_16m.bin"
* VGA_TEXT_FRAMEBUFFER=y
The Intel Firmware Descriptor (IFD) will be generated by ich9gen in
Libreboot's new build system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* HAVE_IFD_BIN=y
* IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_8m.bin"
* VGA_TEXT_FRAMEBUFFER=y
The Intel Firmware Descriptor (IFD) will be generated by ich9gen in
Libreboot's new build system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* HAVE_IFD_BIN=y
* IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_4m.bin"
* VGA_TEXT_FRAMEBUFFER=y
The Intel Firmware Descriptor (IFD) will be generated by ich9gen in
Libreboot's new build system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* HAVE_IFD_BIN=y
* IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_16m.bin"
* VGA_TEXT_FRAMEBUFFER=y
The Intel Firmware Descriptor (IFD) will be generated by ich9gen in
Libreboot's new build system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* VGA_TEXT_FRAMEBUFFER=y
* UART_PCI_ADDR=0x0
Previously configured options which were changed with this commit:
* LOCALVERSION=""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* HAVE_IFD_BIN=y
* IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_8m.bin"
* VGA_TEXT_FRAMEBUFFER=y
The Intel Firmware Descriptor (IFD) will be generated by ich9gen in
Libreboot's new build system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* HAVE_IFD_BIN=y
* IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_4m.bin"
* VGA_TEXT_FRAMEBUFFER=y
The Intel Firmware Descriptor (IFD) will be generated by ich9gen in
Libreboot's new build system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* HAVE_IFD_BIN=y
* IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_16m.bin"
* VGA_TEXT_FRAMEBUFFER=y
The Intel Firmware Descriptor (IFD) will be generated by ich9gen in
Libreboot's new build system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* HAVE_IFD_BIN=y
* IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_8m.bin"
* VGA_TEXT_FRAMEBUFFER=y
The Intel Firmware Descriptor (IFD) will be generated by ich9gen in
Libreboot's new build system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* HAVE_IFD_BIN=y
* IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_4m.bin"
* VGA_TEXT_FRAMEBUFFER=y
The Intel Firmware Descriptor (IFD) will be generated by ich9gen in
Libreboot's new build system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* HAVE_IFD_BIN=y
* IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_16m.bin"
* VGA_TEXT_FRAMEBUFFER=y
The Intel Firmware Descriptor (IFD) will be generated by ich9gen in
Libreboot's new build system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* HAVE_IFD_BIN=y
* IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_8m.bin"
* VGA_TEXT_FRAMEBUFFER=y
The Intel Firmware Descriptor (IFD) will be generated by ich9gen in
Libreboot's new build system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* HAVE_IFD_BIN=y
* IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_4m.bin"
* VGA_TEXT_FRAMEBUFFER=y
The Intel Firmware Descriptor (IFD) will be generated by ich9gen in
Libreboot's new build system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
* H8_BEEP_ON_DEATH=y
* H8_FLASH_LEDS_ON_DEATH=y
* HAVE_IFD_BIN=y
* IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_16m.bin"
* VGA_TEXT_FRAMEBUFFER=y
The Intel Firmware Descriptor (IFD) will be generated by ich9gen in
Libreboot's new build system.
|