| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The intent is to create a simple rule of thumb where arguments
are given beginning with those that relate to the device's physical
attributes, such as flash chip size, continuing with arguments
on how to use the hardware (e.g. display mode), and ending with
anything else.
|
|
|
|
|
|
|
| |
D945GCLF ROMs can now be built with either SeaBIOS or GRUB as
a default payload for use with a 1MiB flash, e.g.:
'./libreboot build coreboot d945gclf textmode 1mb seabios'
|
|
|
|
|
|
|
|
|
| |
Previously it was thought that only boards with 512KiB flash chips
were produced but JohnMH (in #libreboot) ran across one with an
SST25LF080A 1MiB flash.
D945GCLF Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot d945gclf textmode 1mb'
|
|
|
|
|
| |
Paul Kocialkowski was not retained as the original author due
to the triviality of the patch.
|
|
|
|
|
|
|
| |
The revision currently used has an issue building crossgcc due to
a libelf bug. Upstream no longer depends on libelf when building
crossgcc (since afda56e1ad8719a1) so using a more recent revision
sidesteps this issue.
|
| |
|
|
|
|
|
|
|
| |
Z61t ROMs can now be built with either SeaBIOS or GRUB as
a default payload, e.g.:
'./libreboot build coreboot z61t textmode 2mb seabios'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2MiB flash is the default for this board. A 16MiB config is
included for those looking to modify their board with a larger flash
chip.
Also, 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.
Z61t Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot z61t textmode 2mb'
|
| |
|
| |
|
|
|
|
|
|
|
| |
Veyron Speedy ROMs are built with Depthcharge as the default payload,
e.g.:
'./libreboot build coreboot veyron speedy corebootfb 4mb depthcharge'
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
4MiB flash is the default for this board. A 16MiB config is included
for those looking to modify their board with a larger flash chip.
Also, corebootfb is the only display mode available for this board;
as such, inclusion of the corebootfb subtarget serves only to
explicitly indicate the display mode when packaging ROMs upon
release.
Veyron Speedy Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot veyron speedy corebootfb 4mb'
|
| |
|
|
|
|
|
|
|
| |
Veyron Minnie ROMs are built with Depthcharge as the default payload,
e.g.:
'./libreboot build coreboot veyron minnie corebootfb 4mb depthcharge'
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
4MiB flash is the default for this board. A 16MiB config is included
for those looking to modify their board with a larger flash chip.
Also, corebootfb is the only display mode available for this board;
as such, inclusion of the corebootfb subtarget serves only to
explicitly indicate the display mode when packaging ROMs upon
release.
Veyron Minnie Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot veyron minnie corebootfb 4mb'
|
| |
|
|
|
|
|
|
|
| |
Veyron Mickey ROMs are built with Depthcharge as the default payload,
e.g.:
'./libreboot build coreboot veyron mickey corebootfb 4mb depthcharge'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
4MiB flash is the default for this board. A 16MiB config is not
included (yet) as I was unable to find a teardown of this device
(Asus Chromebit CS10) online to be sure that reassembly is possible.
Also, corebootfb is the only display mode available for this board;
as such, inclusion of the corebootfb subtarget serves only to
explicitly indicate the display mode when packaging ROMs upon
release.
Veyron Mickey Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot veyron mickey corebootfb 4mb'
|
|
|
|
|
|
|
| |
Veyron Jerry ROMs are built with Depthcharge as the default payload,
e.g.:
'./libreboot build coreboot veyron jerry corebootfb 4mb depthcharge'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
4MiB flash is the default for this board. A 16MiB config is
included for those looking to modify their board with a larger flash
chip.
Also, corebootfb is the only display mode available for this board;
as such, inclusion of the corebootfb subtarget serves only to
explicitly indicate the display mode when packaging ROMs upon
release.
Veyron Jerry Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot veyron jerry corebootfb 4mb'
|
| |
|
|
|
|
|
|
|
| |
Nyan Blaze ROMs are built with Depthcharge as the default payload,
e.g.:
'./libreboot build coreboot nyan blaze corebootfb 4mb depthcharge'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
4MiB flash is the default for this board. A 16MiB config is
included for those looking to modify their board with a larger flash
chip.
Also, corebootfb is the only display mode available for this board;
as such, inclusion of the corebootfb subtarget serves only to
explicitly indicate the display mode when packaging ROMs upon
release.
Nyan Blaze Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot nyan blaze corebootfb 4mb'
|
|
|
|
|
|
| |
Nyan Big ROMs are built with Depthcharge as its default payload, e.g.:
'./libreboot build coreboot nyan big corebootfb 4mb depthcharge'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
4MiB flash is the default for this board. A 16MiB config is
included for those looking to modify their board with a larger flash
chip.
Also, corebootfb is the only display mode available for this board;
as such, inclusion of the corebootfb subtarget serves only to
explicitly indicate the display mode when packaging ROMs upon
release.
Nyan Big Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot nyan big corebootfb 4mb'
|
|
|
|
|
|
| |
Options updated (with new values):
CONFIG_VBOOT_FWID_VERSION="$(KERNELVERSION)"
# CONFIG_GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC is not set
|
|
|
|
|
| |
Config updated using 'olddefconfig' make target with revision
located at "projects/coreboot/configs/revision"
|
|
|
|
|
|
|
| |
Options updated (with new values):
CONFIG_VBOOT_FWID_VERSION="$(KERNELVERSION)"
CONFIG_GBB_FLAG_ENABLE_ALTERNATE_OS=y
CONFIG_GBB_FLAG_FORCE_DEV_SWITCH_ON=y
|
|
|
|
|
| |
Config updated using 'olddefconfig' make target with revision
located at "projects/coreboot/configs/revision"
|
|
|
|
|
|
|
|
| |
Options updated (with new values):
CONFIG_COMPRESS_RAMSTAGE=y
CONFIG_VBOOT_FWID_VERSION="$(KERNELVERSION)"
CONFIG_GBB_FLAG_ENABLE_ALTERNATE_OS=y
CONFIG_GBB_FLAG_FORCE_DEV_SWITCH_ON=y
|
|
|
|
|
| |
Config updated using 'olddefconfig' make target with revision
located at "projects/coreboot/configs/revision"
|
|
|
|
|
|
|
| |
Options updated (with new values):
CONFIG_COMPRESS_RAMSTAGE=y
CONFIG_VBOOT_FWID_VERSION="$(KERNELVERSION)"
# CONFIG_GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC is not set
|
|
|
|
|
| |
Config updated using 'olddefconfig' make target with revision
located at "projects/coreboot/configs/revision"
|
|
|
|
|
|
|
|
| |
Options updated (with new values):
CONFIG_COMPRESS_RAMSTAGE=y
CONFIG_VBOOT_FWID_VERSION="$(KERNELVERSION)"
CONFIG_GBB_FLAG_ENABLE_ALTERNATE_OS=y
CONFIG_GBB_FLAG_FORCE_DEV_SWITCH_ON=y
|
|
|
|
|
| |
Config updated using 'olddefconfig' make target with revision
located at "projects/coreboot/configs/revision"
|
|
|
|
|
|
|
|
| |
Options updated (with new values):
CONFIG_COMPRESS_RAMSTAGE=y
CONFIG_VBOOT_FWID_VERSION="$(KERNELVERSION)"
CONFIG_GBB_FLAG_ENABLE_ALTERNATE_OS=y
CONFIG_GBB_FLAG_FORCE_DEV_SWITCH_ON=y
|
|
|
|
|
| |
Config updated using 'olddefconfig' make target with revision
located at "projects/coreboot/configs/revision"
|
|
|
|
|
|
|
| |
D510MO ROMs can now be built with either SeaBIOS or GRUB as
a default payload, e.g.:
'./libreboot build coreboot d510mo textmode 1mb seabios'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1MiB flash is the default for this board. A 16MiB config is
included for those looking to modify their board with a larger flash
chip.
Also, 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.
D510MO Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot d510mo textmode 1mb'
|
|
|
|
|
|
|
|
|
|
|
| |
Due to the limited flash space on the board, SeaBIOS is currently
the sole payload option when building 512KiB-sized ROMs.
D945GCLF ROMs can now be built with either SeaBIOS or GRUB as
a default payload, e.g.:
'./libreboot build coreboot d945gclf textmode 512kb seabios', or
'./libreboot build coreboot d945gclf textmode 16mb grub'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
512KiB flash is the default for this board. A 16MiB config is
included for those looking to modify their board with a larger flash
chip.
Also, 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.
D945GCLF Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot d945gclf textmode 512kb'
|
|
|
|
|
|
|
| |
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'
|