aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs/x200
Commit message (Collapse)AuthorAgeFilesLines
* Amend path to SeaBIOS payload in coreboot configsAndrew Robbins2018-11-247-7/+7
|
* Create SeaBIOS/GRUB targets for X200 CorebootAndrew Robbins2018-10-1618-0/+24
| | | | | | | X200 can now be built with either SeaBIOS or GRUB as a default payload, e.g.: './libreboot build coreboot x200 textmode 16mb seabios'
* Create 4,8,16mb Coreboot configs/targets for X200Andrew Robbins2018-10-168-0/+42
| | | | | | | | | 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'
* Create X200 corebootfb/textmode Coreboot targetsAndrew Robbins2018-10-163-0/+6
| | | | | | | | | | | | | | 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.
* Create x200 Coreboot targetAndrew Robbins2018-10-162-0/+631
The 8mb X200 config from projects/coreboot/configs/x200_8mb/config is used as the base config for the x200 target.