summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/roms/withgrub
Commit message (Collapse)AuthorAgeFilesLines
* All board: payload now named payload.elfLeah Woods2016-05-211-2/+1
|
* Implement SeaGRUB and make it the default payload on all current GRUB boardsLeah Woods2016-05-181-1/+2
|
* Add 16MiB ROM image configs for all GM45 thinkpadsLeah Woods2016-05-141-1/+1
|
* reassign Minifree Ltd copyrights back to Minifree directorLeah Woods2016-05-061-1/+1
| | | | This time under her chosen name.
* reassign copyright from Minifree director to Minifree LtdMinifree Ltd2016-04-261-1/+1
|
* Remove ThinkPad R500 support (wasn't ready for production use yet anyway)Francis Rowe2016-03-101-22/+2
| | | | | | R500 support in its current state should not be merged in the master branch. This will likely not make it into the immediate upcoming release. This patch will be reverted in a separate experimental branch, for the time being.
* copy coreboot directory per revision, not per boardFrancis Rowe2016-03-071-1/+1
| | | | | This will speed up the build process. The plan is to, if possible, always use 1 revision.
* Use different coreboot revisions and patches per boardFrancis Rowe2016-01-041-1/+6
| | | | | | | | | | | | | | | | | | The release archives will be bigger, but this is a necessary change that makes libreboot development easier. At present, there are boards maintained in libreboot by different people. By doing it this way, that becomes much easier. This is in contrast to the present situation, where a change to one board potentially affects all other boards, especially when updating to a new version of coreboot. Coreboot-libre scripts, download scripts, build scripts - everything. The entire build system has been modified to reflect this change of development. For reasons of consistency, cbfstool and nvramtool are no longer included in the util archives.
* build/roms/withgrub: only dd the .rom filesFrancis Rowe2016-01-021-1/+1
|
* build/roms/withgrub: get custom gm45 macaddress from the right fileFrancis Rowe2015-12-061-2/+2
|
* build/roms/withgrub: use user-supplied gm45 mac address if givenFrancis Rowe2015-12-061-1/+5
|
* build/roms/withgrub: use sub shell instead of cd ../Francis Rowe2015-11-051-1/+2
|
* roms/withgrub: Fix brace expansionKlemens Nanni2015-11-051-2/+2
|
* build/roms/withgrub: re-introduce standards complianceFrancis Rowe2015-11-051-14/+14
| | | | klemens, please merge this!
* roms/withgrub: TypofixKlemens Nanni2015-11-051-1/+1
|
* roms/withgrub: Keep it simpleKlemens Nanni2015-11-051-26/+20
|
* New board: ThinkPad R500 (experimental)Francis Rowe2015-09-201-2/+22
| | | | | | | | | | | | | | | | | | The ich9deblob and ich9gen utilities were modified, so that they support reading and/or writing descriptor images where the GbE region is not defined. These utilities were also re-factored and tidied up a bit. A quick was noticed during the course of this work, in that Compenent 1 Density was being set to 8MiB constantly, even on systems with 4MiB flash chips. Component 2 Density was set statically to 2MiB. ich9gen now sets both to 4MiB or 8MiB, depending on whether building the descriptor for a 4MiB or 8MiB ROM image. There are still some ACPI bugs (see docs/hcl/r500.html), which will have to be fixed upstream. TODO: get hw reg dumps from a factory R500, and compare with the X200 or T400 dumps.
* build/roms/withgrub: don't use [[ bashismFrancis Rowe2015-08-301-2/+2
|
* build/roms/withgrub: simplify for loopFrancis Rowe2015-08-301-1/+2
|
* build/roms/withgrub: simplify use of rm commandsFrancis Rowe2015-08-301-7/+3
|
* build/roms/withgrub: use function instead of arrayFrancis Rowe2015-08-301-14/+14
|
* all scripts: general fixes and clean upFrancis Rowe2015-08-291-5/+2
|
* build/roms/withgrub: don't use lsFrancis Rowe2015-08-291-4/+4
|
* build/roms/withgrub: delete ich9gen-related filesFrancis Rowe2015-08-271-2/+2
|
* build/roms/withgrub: use correct path for i945 dd commandsFrancis Rowe2015-07-031-3/+3
| | | | Otherwise, these are brick.rom images
* build/roms/withgrub: fix path names when running ich9genFrancis Rowe2015-07-031-4/+4
| | | | Otherwise, these images are brick.rom images
* build/roms/withgrub: Put ROM images in bin/grub/, not bin/Francis Rowe2015-06-281-1/+1
|
* coreboot-libre: move GRUB configs to grub/Francis Rowe2015-06-281-2/+2
|
* all script: use a standard styleFrancis Rowe2015-06-101-34/+34
| | | | | Based on the style used for the script in resources/scripts/helpers/build/release/
* ThinkPad T500 supportFrancis Rowe2015-03-311-1/+1
|
* New board: ThinkPad T400Francis Rowe2015-03-181-1/+1
|
* build/roms/withgrub: Only run ich9gen if gm45/gs45 images existFrancis Rowe2015-03-011-4/+4
|
* build/roms/withgrub: Allow building for a custom range of boardsFrancis Rowe2015-03-011-24/+42
|
* bash scripts: Make script output more user-friendlyFrancis Rowe2015-02-201-1/+3
|
* bash scripts: Only enable verbose output if DEBUG= is usedFrancis Rowe2015-02-191-1/+2
|
* Move all build scripts into a single generic script, with helpersFrancis Rowe2015-02-141-0/+106
All build scripts were moved to resources/scripts/helpers/