aboutsummaryrefslogtreecommitdiff
path: root/projects/seabios
Commit message (Collapse)AuthorAgeFilesLines
* Add redundancy for seabios git clone in case the main git repository is offlineLeah Rowe2018-12-281-1/+2
| | | | This modification has been made to both build systems.
* Place built SeaBIOS files in its build directoryAndrew Robbins2018-11-241-2/+1
|
* Consolidate SeaBIOS configsAndrew Robbins2018-11-246-103/+2
| | | | | | | | | | | 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
* Bump SeaBIOS revision and update configsAndrew Robbins2018-11-243-1/+5
| | | | | | New options enabled (set to their default values): CONFIG_NVME=y CONFIG_SERCON=y
* Bump SeaBIOS revision to rel-1.11.0Andrew Robbins2017-12-051-1/+1
| | | | This is the latest release of SeaBIOS.
* Remove braces from parameter expansionsAndrew Robbins2017-09-211-40/+40
| | | | | | * projects/seabios/seabios ditto
* Delete SeaBIOS directory projects/seabios/installAndrew Robbins2017-09-162-2/+0
| | | | | | The bootorder file should be handled by the Coreboot scripts in projects/coreboot/coreboot* instead for better tailoring to a given target.
* Rename SeaBIOS targets to less confusing namesAndrew Robbins2017-09-166-4/+4
| | | | | | | '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.
* Strip subshell group from SeaBIOS build actionAndrew Robbins2017-09-161-13/+10
| | | | | | 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.
* Remove unnecessary comments from SeaBIOS scriptAndrew Robbins2017-09-161-4/+0
|
* Change repository URI in SeaBIOS download actionAndrew Robbins2017-09-161-2/+1
| | | | | | | | 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.
* Add install dir with bootorder file for CorebootAndrew Robbins2017-08-102-0/+2
|
* Avoid prompt about new (unneeded) SeaBIOS configAndrew Robbins2017-08-091-0/+1
|
* Add SeaBIOS project action scriptAndrew Robbins2017-08-091-0/+126
|
* Add SeaBIOS install/revision/targets filesAndrew Robbins2017-08-094-0/+5
|
* Move SeaBIOS configs into separate install/ dirsAndrew Robbins2017-08-092-0/+0
|
* mv projects/seabios/{config,configs}Andrew Robbins2017-08-092-0/+0
|
* Copy resources/seabios to projects/Andrew Robbins2017-08-092-0/+185