aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't output header/footer to stderr unless necessaryAndrew Robbins2019-02-222-4/+7
|
* Merge branch 'missing-functions' of and_who/libreboot into masterSwift Geek2019-02-2215-0/+60
|\
| * Add usage() action to projects lacking itAndrew Robbins2019-02-2115-0/+60
| |
* | Merge branch 'libreboot-images' of and_who/libreboot into masterSwift Geek2019-02-222-4/+19
|\ \
| * | Delineate an order to build projects for imagesAndrew Robbins2019-02-211-1/+10
| | | | | | | | | | | | | | | There is more than one correct ordering of projects in this file; "correct" includes handling of project dependencies.
| * | Provide missing projects to build imagesAndrew Robbins2019-02-211-3/+9
| |/ | | | | | | | | Projects listed in this file are those (and their dependencies) which are necessary for creating Libreboot images in all configurations.
* | Merge branch 'libreboot-tools' of and_who/libreboot into masterSwift Geek2019-02-223-4/+12
|\ \ | |/ |/|
| * Create projects-build file for libreboot-toolsAndrew Robbins2019-02-221-0/+7
| | | | | | | | | | The projects listed in this file are those which are built when running the build action.
| * Update project files for libreboot-toolsAndrew Robbins2019-02-222-4/+5
|/ | | | | All tools currently in the build system should be represented in these files now.
* Merge branch 'codenames' of swiftgeek/libreboot into masterAndrew Robbins2019-02-191-2/+2
|\
| * codenames.md: Remove R60/R6x mentionSebastian 'Swift Geek' Grzywna2019-02-141-2/+2
|/ | | | | Turns out people mislabel them, most likely candidate for those boards are Wistron RP-1/RP-4 in several variants. See #589
* Merge branch 'project-dependencies' of and_who/libreboot into masterSwift Geek2019-02-1116-0/+51
|\
| * Declare and support dependencies for mosysAndrew Robbins2019-02-102-0/+9
| |
| * Declare and support dependencies for grubAndrew Robbins2019-02-102-0/+9
| |
| * Declare and support dependencies for depthchargeAndrew Robbins2019-02-104-0/+11
| |
| * Declare and support dependencies for dejavu-fontsAndrew Robbins2019-02-102-0/+9
| |
| * Declare and support dependencies for cros-ecAndrew Robbins2019-02-106-0/+13
|/
* Merge branch 'swic201pafix' of swiftgeek/libreboot into masterAndrew Robbins2019-01-301-1/+2
|\
| * Clarify C201PA nameSebastian 'Swift Geek' Grzywna2019-01-291-1/+2
|/
* Merge branch 'project-dependencies' of and_who/libreboot into masterSwift Geek2019-01-24116-2/+199
|\
| * Declare project dependencies for coreboot depthcharge targetsAndrew Robbins2019-01-2211-0/+11
| |
| * Declare project dependencies for coreboot seabios targetsAndrew Robbins2019-01-2243-0/+43
| |
| * Declare project dependencies for coreboot grub targetsAndrew Robbins2019-01-2242-0/+42
| |
| * Declare minimum project dependencies for all boardsAndrew Robbins2019-01-2216-0/+20
| |
| * Support declaring dependencies for coreboot targetsAndrew Robbins2019-01-222-0/+9
| | | | | | | | | | | | | | | | | | | | | | Projects listed in projects/coreboot/configs/dependencies are the minimum required by all boards. Dependencies required by a target in addition to those specified in parent dependencies files may be declared in the target's directory, e.g: projects/coreboot/configs/x200/dependencies
| * Add preliminary dependency handling supportAndrew Robbins2019-01-222-2/+74
|/ | | | | | | | | | | | | | Projects may now declare other projects it depends upon through the file "dependencies" located in a project's $CONFIGS directory. This file requires that each dependency listed, one per line, correspond to a project in the $PROJECTS directory; the dependency may be in any form accepted by the libreboot script, e.g: ./libreboot build $dependency Multiple dependencies files, one per target, are read provided they are located in target directories and those targets were included in the list of arguments passed to the libreboot script.
* Merge branch 'restructure' of and_who/libreboot into masterSwift Geek2019-01-21316-156/+125
|\
| * Restructure Z61t coreboot target directoriesAndrew Robbins2019-01-1412-3/+4
| | | | | | | | | | | | | | | | 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.
| * Restructure X60 coreboot target directoriesAndrew Robbins2019-01-1425-15/+10
| | | | | | | | | | | | | | | | 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.
| * 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.
| * Restructure Veyron Speedy coreboot target directoriesAndrew Robbins2019-01-1410-3/+4
| | | | | | | | | | | | | | | | 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.
| * Restructure Veyron Minnie coreboot target directoriesAndrew Robbins2019-01-1410-3/+4
| | | | | | | | | | | | | | | | 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.
| * Restructure Veyron Mickey coreboot target directoriesAndrew Robbins2019-01-146-2/+2
| | | | | | | | | | | | | | | | 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.
| * Restructure Veyron Jerry coreboot target directoriesAndrew Robbins2019-01-1410-3/+4
| | | | | | | | | | | | | | | | 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.
| * Restructure T60 coreboot target directoriesAndrew Robbins2019-01-1425-15/+10
| | | | | | | | | | | | | | | | 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.
| * Restructure T400 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.
| * Restructure Nyan Blaze coreboot target directoriesAndrew Robbins2019-01-1410-3/+4
| | | | | | | | | | | | | | | | 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.
| * Restructure Nyan Big coreboot target directoriesAndrew Robbins2019-01-1410-3/+4
| | | | | | | | | | | | | | | | 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.
| * Restructure Macbook2,1 coreboot target directoriesAndrew Robbins2019-01-1425-15/+10
| | | | | | | | | | | | | | | | 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.
| * Restructure KGPE-D16 coreboot target directoriesAndrew Robbins2019-01-1412-3/+4
| | | | | | | | | | | | | | | | 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.
| * Restructure KFSN4-DRE coreboot target directoriesAndrew Robbins2019-01-1425-15/+10
| | | | | | | | | | | | | | | | 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.
| * Restructure KCMA-D8 coreboot target directoriesAndrew Robbins2019-01-1412-3/+4
| | | | | | | | | | | | | | | | 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.
| * Restructure GA-G41M-ES2L coreboot target directoriesAndrew Robbins2019-01-1425-15/+10
| | | | | | | | | | | | | | | | 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.
| * Restructure D945GCLF coreboot target directoriesAndrew Robbins2019-01-1415-0/+3
| | | | | | | | | | | | | | | | 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.
| * Restructure D510MO coreboot target directoriesAndrew Robbins2019-01-1412-3/+4
|/ | | | | | | | 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.
* Merge branch 'd945gclf' of and_who/libreboot into masterSwift Geek2019-01-135-0/+10
|\
| * Create SeaBIOS/GRUB targets for D945GCLF corebootAndrew Robbins2019-01-123-0/+4
| | | | | | | | | | | | | | D945GCLF ROMs can now be built with either SeaBIOS or GRUB as a default payload for use with a 1MiB flash, e.g.: './libreboot build coreboot d945gclf textmode 1mb seabios'
| * Create 1MiB coreboot config/target for D945GCLFAndrew Robbins2019-01-122-0/+6
|/ | | | | | | | | Previously it was thought that only boards with 512KiB flash chips were produced but JohnMH (in #libreboot) ran across one with an SST25LF080A 1MiB flash. D945GCLF Coreboot ROMs can be built with, e.g.: './libreboot build coreboot d945gclf textmode 1mb'
* Merge branch 'less-bugs' of and_who/libreboot into masterSwift Geek2019-01-111-24/+24
|\
| * Don't display paths in libreboot_usage() outputAndrew Robbins2019-01-091-2/+2
| |