aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs/veyron/mickey/targets
Commit message (Collapse)AuthorAgeFilesLines
* Veyron Mickey: use proper binary prefix for flash sizeAndrew Robbins2019-03-051-1/+1
|
* Restructure Veyron Mickey coreboot target directoriesAndrew Robbins2019-01-141-1/+1
| | | | | | | | 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.
* Create 4MiB Coreboot config/target for Veyron MickeyAndrew Robbins2018-10-301-0/+1
4MiB flash is the default for this board. A 16MiB config is not included (yet) as I was unable to find a teardown of this device (Asus Chromebit CS10) online to be sure that reassembly is possible. Also, corebootfb is the only display mode available for this board; as such, inclusion of the corebootfb subtarget serves only to explicitly indicate the display mode when packaging ROMs upon release. Veyron Mickey Coreboot ROMs can be built with, e.g.: './libreboot build coreboot veyron mickey corebootfb 4mb'