Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump SeaBIOS revision to rel-1.11.0 | Andrew Robbins | 2017-12-05 | 1 | -1/+1 |
| | | | | This is the latest release of SeaBIOS. | ||||
* | Remove braces from parameter expansions | Andrew Robbins | 2017-09-21 | 1 | -40/+40 |
| | | | | | | * projects/seabios/seabios ditto | ||||
* | Delete SeaBIOS directory projects/seabios/install | Andrew Robbins | 2017-09-16 | 2 | -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 names | Andrew Robbins | 2017-09-16 | 6 | -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 action | Andrew Robbins | 2017-09-16 | 1 | -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 script | Andrew Robbins | 2017-09-16 | 1 | -4/+0 |
| | |||||
* | Change repository URI in SeaBIOS download action | Andrew Robbins | 2017-09-16 | 1 | -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 Coreboot | Andrew Robbins | 2017-08-10 | 2 | -0/+2 |
| | |||||
* | Avoid prompt about new (unneeded) SeaBIOS config | Andrew Robbins | 2017-08-09 | 1 | -0/+1 |
| | |||||
* | Add SeaBIOS project action script | Andrew Robbins | 2017-08-09 | 1 | -0/+126 |
| | |||||
* | Add SeaBIOS install/revision/targets files | Andrew Robbins | 2017-08-09 | 4 | -0/+5 |
| | |||||
* | Move SeaBIOS configs into separate install/ dirs | Andrew Robbins | 2017-08-09 | 2 | -0/+0 |
| | |||||
* | mv projects/seabios/{config,configs} | Andrew Robbins | 2017-08-09 | 2 | -0/+0 |
| | |||||
* | Copy resources/seabios to projects/ | Andrew Robbins | 2017-08-09 | 2 | -0/+185 |