| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
GA-G41M-ES2L ROMs can now be built with either SeaBIOS or GRUB as
a default payload, e.g.:
'./libreboot build coreboot ga-g41m-es2l corebootfb 1mb seabios'
|
| |
| |
| |
| |
| |
| |
| |
| | |
1MiB flash is the default for this board. A 16MiB config is included
for those looking to modify their board with larger flash chips.
GA-G41M-ES2L Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot ga-g41m-es2l textmode 1mb'
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
GA-G41M-ES2L Coreboot ROMs can now be built with
'./libreboot build coreboot ga-g41m-es2l corebootfb' or
'./libreboot build coreboot ga-g41m-es2l textmode', respectively.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
KCMA-D8 ROMs can now be built with either SeaBIOS or GRUB as
a default payload, e.g.:
'./libreboot build coreboot kcma-d8 textmode 2mb seabios'
|
|/
|
|
|
|
|
|
|
|
| |
Text mode is the only display mode available for this board;
as such, inclusion of the textmode subtarget serves only to
explicitly indicate the display mode when packaging ROMs upon
release.
KCMA-D8 Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot kcma-d8 textmode 2mb'
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
KFSN4-DRE ROMs can now be built with either SeaBIOS or GRUB as
a default payload, e.g.:
'./libreboot build coreboot kfsn4-dre textmode 2mb seabios'
|
| |
| |
| |
| |
| |
| |
| |
| | |
1MiB flash is the default for this board but can be upgraded to 2MiB,
thus the inclusion of the 2MiB config.
KFSN4-DRE Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot kfsn4-dre textmode 2mb'
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
KFSN4-DRE Coreboot ROMs can now be built with
'./libreboot build coreboot kfsn4-dre corebootfb' or
'./libreboot build coreboot kfsn4-dre textmode', respectively.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
KGPE-D16 ROMs can now be built with either SeaBIOS or GRUB as
a default payload, e.g.:
'./libreboot build coreboot kgpe-d16 textmode 2mb seabios'
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Text mode is the only display mode available for this board;
as such, inclusion of the textmode subtarget serves only to
explicitly indicate the display mode when packaging ROMs upon
release.
The 16mb target is included as an example.
KGPE-D16 Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot kgpe-d16 textmode 2mb'
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
Macbook2,1 ROM can now be built with either SeaBIOS or GRUB as a
default payload, e.g.:
'./libreboot build coreboot macbook21 textmode 2mb seabios'
|
| |
| |
| |
| |
| |
| |
| | |
The 16mb target is included as an example.
Macbook2,1 Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot macbook21 corebootfb 2mb'
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Macbook2,1 Coreboot ROMs can now be built with
'./libreboot build coreboot macbook21 corebootfb' or
'./libreboot build coreboot macbook21 textmode', respectively.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
T60 ROM can now be built with either SeaBIOS or GRUB as a
default payload, e.g.:
'./libreboot build coreboot t60 textmode 2mb seabios'
|
| |
| |
| |
| |
| |
| |
| | |
The 16mb target is included as an example.
T60 Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot t60 corebootfb 2mb'
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
T60 Coreboot ROMs can now be built with
'./libreboot build coreboot t60 corebootfb' or
'./libreboot build coreboot t60 textmode', respectively.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
X60 ROM can now be built with either SeaBIOS or GRUB as a
default payload, e.g.:
'./libreboot build coreboot x60 textmode 2mb seabios'
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
These configurations will be read and supplied to make as
command-line arguments and override those defined in the config at
projects/coreboot/configs/x60/config
The 16mb target is included as an example.
X60 Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot x60 corebootfb 2mb'
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
X60 Coreboot ROMs can now be built with
'./libreboot build coreboot x60 corebootfb' or
'./libreboot build coreboot x60 textmode', respectively.
|
|\ |
|
| |
| |
| |
| |
| | |
This avoids an error being printed about a non-existent path when
building Coreboot for boards without variants.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
X200 can now be built with either SeaBIOS or GRUB as a default
payload, e.g.:
'./libreboot build coreboot x200 textmode 16mb seabios'
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
These configurations will be read and supplied to make as
command-line arguments and override those defined in the config at
projects/coreboot/configs/x200/config
X200 Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot x200 corebootfb 8mb'
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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_GENERIC_LINEAR_FRAMEBUFFER=y
CONFIG_LINEAR_FRAMEBUFFER=y
X200 Coreboot ROMs can now be built with
'./libreboot build coreboot x200 corebootfb' or
'./libreboot build coreboot x200 textmode', respectively.
|
|/
|
|
|
| |
The 8mb X200 config from projects/coreboot/configs/x200_8mb/config
is used as the base config for the x200 target.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
T400 (and variants) can now be built with either SeaBIOS or GRUB
as default payloads, e.g.:
'./libreboot build coreboot t400 textmode 16mb seabios'
|
|/ |
|
|\ |
|
| | |
|
|\ \
| |/
|/| |
|
|/ |
|
|\ |
|
| | |
|
|\ \
| | |
| | |
| | | |
master
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Currently it is impossible to boot from USB devices on the KFSN4-DRE.
Apparently neither GRUB nor SeaBIOS recognizes attached USB mass
storage (according to Timothy Pearson).
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The base configuration for a given board can be overriden by config
files (also named "config") placed into target-specific
subdirectories.
These additional configurations are read and passed to make as
arguments, overriding their counterparts in the base config file;
consquently, commented lines should not be added to these configs.
R400/T400/T500/W500 ROMs may now be built for 4/8/16mb flash chip
sizes.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
project_file_path() now returns the first matching path rather than
the last. This is necessary to allow splitting up configuration
files for projects into "base" and "overriding" configs.
|