aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs/x200
Commit message (Collapse)AuthorAgeFilesLines
* X200: use proper binary prefix for flash sizeAndrew Robbins2019-03-0543-3/+3
|
* Declare project dependencies for coreboot seabios targetsAndrew Robbins2019-01-226-0/+6
|
* Declare project dependencies for coreboot grub targetsAndrew Robbins2019-01-226-0/+6
|
* Declare minimum project dependencies for all boardsAndrew Robbins2019-01-221-0/+2
|
* Restructure X200 coreboot target directoriesAndrew Robbins2019-01-1436-26/+17
| | | | | | | | 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.
* 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.