Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts: use the -j option in make (multithreaded compilation) | Klemens Nanni | 2015-08-16 | 1 | -1/+2 |
| | |||||
* | build/roms/withgrub_helper: delete the correct directory | Francis Rowe | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | build/roms/withgrub: use correct path for i945 dd commands | Francis Rowe | 2015-07-03 | 1 | -3/+3 |
| | | | | Otherwise, these are brick.rom images | ||||
* | build/roms/withgrub: fix path names when running ich9gen | Francis Rowe | 2015-07-03 | 1 | -4/+4 |
| | | | | Otherwise, these images are brick.rom images | ||||
* | build/roms/withgrub: Put ROM images in bin/grub/, not bin/ | Francis Rowe | 2015-06-28 | 2 | -4/+5 |
| | |||||
* | coreboot-libre: move GRUB configs to grub/ | Francis Rowe | 2015-06-28 | 2 | -4/+4 |
| | |||||
* | build/roms/helper: re-enable building of txtmode images | Francis Rowe | 2015-06-26 | 1 | -7/+0 |
| | |||||
* | all script: use a standard style | Francis Rowe | 2015-06-10 | 2 | -65/+65 |
| | | | | | Based on the style used for the script in resources/scripts/helpers/build/release/ | ||||
* | build/roms/helper: add version information to CBFS | Francis Rowe | 2015-06-08 | 1 | -1/+16 |
| | |||||
* | Replace rm -r with rm -R | Francis Rowe | 2015-06-06 | 1 | -3/+3 |
| | |||||
* | GRUB: change background to libreboot logo, with grey background | Francis Rowe | 2015-05-24 | 1 | -2/+2 |
| | |||||
* | disable generation of txtmode ROM images (temporarily) | Francis Rowe | 2015-05-16 | 1 | -0/+7 |
| | | | | | | | | I wanted to get a release done as quickly as possible (within 24 hours after pushing this commit). That release will most likely be short-lived; as soon as it's out, the plan is to work as fast as possible fixing as many bugs as possible (there are a lot) and make a new release again as soon as possible. | ||||
* | ThinkPad T500 support | Francis Rowe | 2015-03-31 | 2 | -4/+5 |
| | |||||
* | New board: ThinkPad T400 | Francis Rowe | 2015-03-18 | 2 | -4/+4 |
| | |||||
* | build/roms/withgrub: Only run ich9gen if gm45/gs45 images exist | Francis Rowe | 2015-03-01 | 1 | -4/+4 |
| | |||||
* | build/roms/withgrub: Allow building for a custom range of boards | Francis Rowe | 2015-03-01 | 1 | -24/+42 |
| | |||||
* | bash scripts: Make script output more user-friendly | Francis Rowe | 2015-02-20 | 2 | -2/+8 |
| | |||||
* | bash scripts: Only enable verbose output if DEBUG= is used | Francis Rowe | 2015-02-19 | 2 | -2/+4 |
| | |||||
* | Move all build scripts into a single generic script, with helpers | Francis Rowe | 2015-02-14 | 2 | -0/+220 |
All build scripts were moved to resources/scripts/helpers/ |