| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This modification has been made to both build systems.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The only difference between the previous "bios" and "vgabios"
targets was whether or not a VGA BIOS binary was built along with
SeaBIOS.
It seemed needless to compile twice in the event that you
want both the SeaBIOS payload and its VGA BIOS when you can compile
once and make the decision yourself whether to use the produced
vgabios.bin
|
|
|
|
|
|
| |
New options enabled (set to their default values):
CONFIG_NVME=y
CONFIG_SERCON=y
|
|
|
|
| |
This is the latest release of SeaBIOS.
|
|
|
|
|
|
| |
* projects/seabios/seabios
ditto
|
|
|
|
|
|
| |
The bootorder file should be handled by the Coreboot scripts in
projects/coreboot/coreboot* instead for better tailoring to a given
target.
|
|
|
|
|
|
|
| |
'txtmode' isn't so much a configuration for textmode as it is a BIOS,
simply, and 'vga' is actually the VGABIOS which requires the BIOS
being present in order to function; this is contrary to what the
original target names may lead one to initially believe.
|
|
|
|
|
|
| |
Absolute pathnames are used so there's not actually any need to go
through the process of setting up a subshell and changing directory
as long as the '-C' flag is passed to Make.
|
| |
|
|
|
|
|
|
|
|
| |
git.seabios.org doesn't have its certificate properly configured,
preventing git from taking advantage of TLS certificate
verification (git complains and aborts). To side-step the issue, the
URI for the SeaBIOS repository at review.coreboot.org/seabios.git is
substituted in place of the old.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|