summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers
Commit message (Collapse)AuthorAgeFilesLines
* download/flashrom: screw svn use stefanct's unofficial git repoFrancis Rowe2015-08-292-2/+5
|
* downloads: don't check sha512 on git/svm downloadsFrancis Rowe2015-08-298-16578/+0
| | | | | Resetting to those commits already implies that they are correct, because git already does integrity checking.
* build/module/memtest86plus: fix typoFrancis Rowe2015-08-291-1/+1
|
* really make memtest86plus naming consistentFrancis Rowe2015-08-292-3/+3
|
* Make memtest86plus be named consistentlyKlemens Nanni2015-08-292-4/+8
| | | | | Conflicts: resources/utilities/grub-assemble/gen.sh
* build/release/src: properly delete unwanted binariesFrancis Rowe2015-08-281-14/+6
|
* build/roms/withgrub: delete ich9gen-related filesFrancis Rowe2015-08-271-2/+2
|
* build/dependencies/parabola: skip already installed packagesKlemens Nanni2015-08-161-13/+13
|
* build/dependencies/parabola: better messages, plus failoverKlemens Nanni2015-08-161-2/+10
|
* scripts: use the -j option in make (multithreaded compilation)Klemens Nanni2015-08-168-13/+21
|
* Fix double "pacman -S"Klemens Nanni2015-08-161-1/+1
|
* Update coreboot to the latest as of 4 August 2015Francis Rowe2015-08-045-772/+1208
|
* download/flashrom: Verify checksums of downloaded filesFrancis Rowe2015-07-122-2/+105
|
* download/bucts: Verify checksums of downloaded filesFrancis Rowe2015-07-122-0/+13
|
* download/coreboot: verify the checksums of downloaded filesFrancis Rowe2015-07-122-0/+14113
|
* download/grub: verify checksums of downloaded filesFrancis Rowe2015-07-123-0/+1908
|
* download/memtest86plus: delete tarball if invalidFrancis Rowe2015-07-121-0/+1
|
* download/memtest86plus: add missing line break on printfFrancis Rowe2015-07-121-1/+1
|
* download/memtest86plus: verify checksum when downloadingFrancis Rowe2015-07-121-0/+7
|
* build/release/src: Don't separate crossgccFrancis Rowe2015-07-112-49/+0
| | | | | | | Also delete build/release/crossgcc Crossgcc is now once again integrated into the _src release archive.
* build/module/coreboot: Don't build crossgcc automaticallyFrancis Rowe2015-07-111-5/+0
| | | | Don't download it, either.
* build/roms/withgrub_helper: delete the correct directoryFrancis Rowe2015-07-031-1/+1
|
* 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/release/roms: copy version information directlyFrancis Rowe2015-06-281-6/+3
|
* build/release/roms: Put ROM images in rom/payload/, not rom/Francis Rowe2015-06-281-15/+29
|
* build/roms/withgrub: Put ROM images in bin/grub/, not bin/Francis Rowe2015-06-282-4/+5
|
* Delete obsolete information about coreboot-libre trimmingFrancis Rowe2015-06-281-3/+1
| | | | | This feature was removed from libreboot, so it's nonsense that it's still documented.
* coreboot-libre: move GRUB configs to grub/Francis Rowe2015-06-282-4/+4
|
* s/machine/systemFrancis Rowe2015-06-272-3/+3
| | | | It was annoying me.
* kfsn4-dre: Add CONFIG_VGA=y to the configFrancis Rowe2015-06-261-0/+6
| | | | Video initialization won't work without it.
* build/roms/helper: re-enable building of txtmode imagesFrancis Rowe2015-06-261-7/+0
|
* flashrom: Add whitelist for Libiquity Taurinus X200P. J. McDermott2015-06-261-0/+3
|
* build/config/*: Improve the message output a bitFrancis Rowe2015-06-252-2/+2
|
* build/config/*: Wait 2 seconds, not 5 seconds.Francis Rowe2015-06-253-3/+3
| | | | 2 seconds is less annoying.
* build/config/coreboot{modify,update}: skip non-existent configsFrancis Rowe2015-06-252-0/+10
| | | | But do not abort. Only issue a warning.
* build/config/corebootreplace: make directory if not existFrancis Rowe2015-06-251-1/+3
|
* docs/index.html: Add historical context to the descriptionFrancis Rowe2015-06-241-0/+3
|
* Update GRUBFrancis Rowe2015-06-161-6/+1
| | | | vesamenu.c32 patch removed (merged upstream)
* Update coreboot again (a patch was merged upstream)Francis Rowe2015-06-161-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-libreFrancis Rowe2015-06-151-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 notesFrancis Rowe2015-06-141-1/+1
|
* coreboot-libre: delete the 3rdparty/ directoryFrancis Rowe2015-06-141-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-libreFrancis Rowe2015-06-141-26/+40
|
* build/release/util: add powertop scriptFrancis Rowe2015-06-132-1/+36
|
* build/release/tobuild: fix typoFrancis Rowe2015-06-131-1/+1
|
* build/release/tobuild: add version to archive file nameFrancis Rowe2015-06-131-1/+1
|
* build/release/roms: put version in directory nameFrancis Rowe2015-06-131-1/+5
|
* build/release/util: fix reference to variables (use correct style)Francis Rowe2015-06-121-3/+3
|
* build/release/util: re-add nvramtoolFrancis Rowe2015-06-121-0/+28
|