Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build/config/*: Improve the message output a bit | Francis Rowe | 2015-06-25 | 2 | -2/+2 |
| | |||||
* | build/config/*: Wait 2 seconds, not 5 seconds. | Francis Rowe | 2015-06-25 | 3 | -3/+3 |
| | | | | 2 seconds is less annoying. | ||||
* | build/config/coreboot{modify,update}: skip non-existent configs | Francis Rowe | 2015-06-25 | 2 | -0/+10 |
| | | | | But do not abort. Only issue a warning. | ||||
* | build/config/corebootreplace: make directory if not exist | Francis Rowe | 2015-06-25 | 1 | -1/+3 |
| | |||||
* | docs/index.html: Add historical context to the description | Francis Rowe | 2015-06-24 | 1 | -0/+3 |
| | |||||
* | Update GRUB | Francis Rowe | 2015-06-16 | 1 | -6/+1 |
| | | | | vesamenu.c32 patch removed (merged upstream) | ||||
* | Update coreboot again (a patch was merged upstream) | Francis Rowe | 2015-06-16 | 1 | -7/+1 |
| | | | | | | | | | | The patch for only requiring cmake for clang users was merged. This patch is important, because libreboot doesn't want to use clang, and doesn't want any dependences that it relies on which it doesn't need. Also, this and the other recent update re-add support for ACPI brightness methods on the Thinkpad X60 and T60. | ||||
* | Update coreboot-libre | Francis Rowe | 2015-06-16 | 1 | -98/+60 |
| | | | | | | | | | | | | Rebase all patches. Remove the ones that are no longer needed. More CPU microcode updates were moved to coreboot's 3rdparty repository, so there are less blobs for libreboot to delete now (because the 3rdparty repository is not checked out in libreboot). Correct HDA verbs used for T400 (also R400, T500) (patch is in coreboot, merged). | ||||
* | download/coreboot: update notes | Francis Rowe | 2015-06-14 | 1 | -1/+1 |
| | |||||
* | coreboot-libre: delete the 3rdparty/ directory | Francis Rowe | 2015-06-14 | 1 | -0/+3 |
| | | | | | Libreboot doesn't even checkout this submodule in coreboot, so this change is quite redundant. However, it can't hurt. | ||||
* | download/coreboot: add notes for when updating coreboot-libre | Francis Rowe | 2015-06-14 | 1 | -26/+40 |
| | |||||
* | build/release/util: add powertop script | Francis Rowe | 2015-06-13 | 2 | -1/+36 |
| | |||||
* | build/release/tobuild: fix typo | Francis Rowe | 2015-06-13 | 1 | -1/+1 |
| | |||||
* | build/release/tobuild: add version to archive file name | Francis Rowe | 2015-06-13 | 1 | -1/+1 |
| | |||||
* | build/release/roms: put version in directory name | Francis Rowe | 2015-06-13 | 1 | -1/+5 |
| | |||||
* | build/release/util: fix reference to variables (use correct style) | Francis Rowe | 2015-06-12 | 1 | -3/+3 |
| | |||||
* | build/release/util: re-add nvramtool | Francis Rowe | 2015-06-12 | 1 | -0/+28 |
| | |||||
* | all script: use a standard style | Francis Rowe | 2015-06-11 | 29 | -193/+197 |
| | | | | | Based on the style used for the script in resources/scripts/helpers/build/release/ | ||||
* | build/release/docs: properly name directory inside archive | Francis Rowe | 2015-06-10 | 1 | -4/+11 |
| | |||||
* | build/roms/helper: add version information to CBFS | Francis Rowe | 2015-06-08 | 1 | -1/+16 |
| | |||||
* | coreboot-libre: don't build cbmem/nvramtool | Francis Rowe | 2015-06-08 | 2 | -12/+0 |
| | | | | | They aren't included in the _util release archive anymore, and they don't need to be built either. | ||||
* | build/release/src: delete build/release/docs in the _src archive | Francis Rowe | 2015-06-08 | 1 | -0/+4 |
| | |||||
* | build/release/src: remove redundant exclusions from the list | Francis Rowe | 2015-06-08 | 1 | -1/+1 |
| | | | | These no longer appear in the root of the tree. | ||||
* | build/release/sha512sums: rename sha512sums.txt to SHA512SUMS | Francis Rowe | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | download/coreboot: don't trim the coreboot source code | Francis Rowe | 2015-06-08 | 2 | -317/+0 |
| | | | | It saved only a few MiB, and makes maintenance a pain in the ass. | ||||
* | build/release/src: don't delete the build/release/* scripts | Francis Rowe | 2015-06-08 | 1 | -4/+3 |
| | | | | | The scripts now re-use an existing version file, if that version file exists, so they are now safe to use in the release archives. | ||||
* | build/release/*: if version file already exists, re-use it | Francis Rowe | 2015-06-08 | 7 | -7/+49 |
| | |||||
* | build/release/sha512sums: add error checking and verbosity | Francis Rowe | 2015-06-08 | 1 | -0/+3 |
| | |||||
* | build/release/tobuild: add line break | Francis Rowe | 2015-06-08 | 1 | -0/+1 |
| | |||||
* | build/release/util: proper directory notation | Francis Rowe | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | delete resources/scripts/misc/grub-background | Francis Rowe | 2015-06-08 | 1 | -3/+0 |
| | | | | Useless script. Will replace with a tutorial instead. | ||||
* | build/release/util: Make it actually work | Francis Rowe | 2015-06-08 | 1 | -86/+64 |
| | | | | Update it to reflect changes in the other scripts. | ||||
* | build/release/tobuild: include version file | Francis Rowe | 2015-06-08 | 1 | -0/+2 |
| | |||||
* | build/release/util: don't delete the 'tobuild' archive | Francis Rowe | 2015-06-08 | 1 | -2/+0 |
| | | | | This is already handled by a separate script. | ||||
* | build/release/util: don't include nvramtool and cbmem | Francis Rowe | 2015-06-08 | 1 | -55/+0 |
| | | | | | | These utilities are unnecessary for most people. The kinds of people that would need them can just as easily build them from source. | ||||
* | build/release/util: don't generate changelog (not needed) | Francis Rowe | 2015-06-08 | 1 | -5/+0 |
| | |||||
* | build/release/tobuild: intergrate it with current methods | Francis Rowe | 2015-06-08 | 1 | -32/+31 |
| | |||||
* | build/release/sha512sums: clean up | Francis Rowe | 2015-06-08 | 1 | -3/+5 |
| | |||||
* | build/release/sha512sums: only create sums in ${versiondir}/ | Francis Rowe | 2015-06-08 | 1 | -5/+16 |
| | |||||
* | build/release/util: split sha512sum into build/release/sha512sums | Francis Rowe | 2015-06-08 | 2 | -9/+29 |
| | |||||
* | build/external/source moved to build/release/tobuild | Francis Rowe | 2015-06-08 | 2 | -12/+4 |
| | | | | build/release/util no longer runs it | ||||
* | build/release/docs: fix typo | Francis Rowe | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | build/release/crossgcc: improve output | Francis Rowe | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | build/release/docs: improve output (2) | Francis Rowe | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | build/release/docs: improve output | Francis Rowe | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | build/release/src: improve output (2) | Francis Rowe | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | build/release/src: improve output | Francis Rowe | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | build/release/roms: use printf properly | Francis Rowe | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | build/release/crossgcc: don't add version file | Francis Rowe | 2015-06-08 | 1 | -2/+0 |
| | |||||
* | build/release/roms: improve output of resulting directory path | Francis Rowe | 2015-06-08 | 1 | -1/+1 |
| |