aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers/download
Commit message (Collapse)AuthorAgeFilesLines
* Use '--with-pic' if building gmp with '-pie'Andrew Robbins2019-09-271-3/+2
| | | | | | | The updated regex catches more instances where '-pie' would be enabled. Parabola's gcc is built with a spec string which causes issues when building gmp (as part of the crossgcc build process) using the old build system.
* Update URI pointing to libelf v0.8.13Andrew Robbins2019-09-271-0/+2
| | | | | | | The mirror for the version of libelf needed is down, preventing crossgcc from being built using the old build system. Resolves issues #664, #672
* Add redundancy for seabios git clone in case the main git repository is offlineLeah Rowe2018-12-281-1/+2
| | | | This modification has been made to both build systems.
* Backport hash checking into buildgccSolidHal2018-10-021-0/+3
| | | | | | Patch based off: https://review.coreboot.org/cgit/coreboot.git/commit/?id=92d483a8927066ef16603023be05ad1fb7dea644 by Jonathan Neuschäfer <j.neuschaefer@gmx.net>
* Add reproducible build patches to GRUBJohn M. Harris, Jr2018-06-251-0/+5
|
* Clone seabios over HTTPS instead of git protocolJohn M. Harris, Jr2018-06-241-1/+1
|
* Fix bucts URI in oldbuild download scriptJohn M. Harris, Jr2018-05-221-1/+1
| | | | git.stuge.se is down, and has been for a while.
* Change flashrom revision to include 'v' in the tagAlessandro Grassi2017-10-151-1/+1
| | | | Signed-off-by: Alessandro Grassi <alessandro@aggro.it>
* Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash'Andrew Robbins2017-06-237-7/+7
| | | | | This is mainly useful for being able to run these scripts on BSDs. And for users who use a Bash not installed to /bin.
* Update to latest SeaBIOS versionLeah Rowe2017-04-301-1/+1
|
* Update GRUB to latest versionLeah Rowe2017-04-301-15/+1
|
* Adding W500 configuration(T500 stub)Gauvain Roussel-Tarbouriech2017-04-291-1/+1
|
* remove CrOS boards/utils from old build system (new build system has them)4 of 7 (Leah Rowe) info@minifree.org2017-01-221-75/+0
|
* Fix build error on latest GCC in Debian Stretch, when building GCC4 of 7 (Leah Rowe)2017-01-221-1/+4
|
* re-add old build system (for x86 boards/utils)4 of 7 (Leah Rowe) info@minifree.org2017-01-218-0/+599
| | | | Everything will be migrated over to the new build system after release.
* Current build system removalPaul Kocialkowski2017-01-158-606/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Fix build error on latest GCC in Debian Stretch, when building GCCLeah Rowe2016-12-231-1/+4
|
* flashrom: add whitelist for imac52Leah Rowe2016-09-181-0/+4
|
* Revert "Change depthcharge revision and remove patches that don' apply"Leah Rowe2016-08-301-11/+11
| | | | This reverts commit 7f191b9d1649925f11f3c6856e2157257b620f13.
* Revert "Disable all patches for depthcharge"Leah Rowe2016-08-301-6/+6
| | | | This reverts commit d5253cc7e37c6e1d8f18261e75a987b07072e89a.
* Disable all patches for depthchargeLeah Rowe2016-08-301-6/+6
|
* Change depthcharge revision and remove patches that don' applyArthur Heymans2016-08-301-11/+11
|
* add vboot to crossgcc/ directory (needed for building cbfstool in release/util)Leah Rowe2016-08-221-1/+6
|
* download/crossgcc: update crossgcc version used in librebootLeah Rowe2016-07-191-1/+1
|
* Change Leah's surname back to RoweLeah Rowe2016-06-287-7/+7
|
* download/flashrom: git checkout 0.9.9 instead of git reset commithashArthur Heymans2016-06-271-1/+2
|
* Implement SeaGRUB and make it the default payload on all current GRUB boardsLeah Woods2016-05-181-1/+5
|
* update flashrom to latest versionLeah Woods2016-05-141-1/+1
|
* reassign Minifree Ltd copyrights back to Minifree directorLeah Woods2016-05-067-7/+7
| | | | This time under her chosen name.
* reassign copyright from Minifree director to Minifree LtdMinifree Ltd2016-04-267-7/+7
|
* Coreboot, vboot and depthcharge updates to Coreboot 4.3 for CrOS devicesPaul Kocialkowski2016-04-191-4/+7
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Update crossgccFrancis Rowe2016-03-141-1/+1
|
* Add SeaBIOS payload to librebootFrancis Rowe2016-03-141-0/+50
|
* Update flashrom to revision 99b2468c9eaa97f7209ee919aa254ba536fd84c2Francis Rowe2016-03-111-6/+6
|
* Update to GRUB 7f2a856faec951b7ab816880bd26e1e10b17a596Francis Rowe2016-03-111-1/+1
|
* download/crossgcc: Don't delete coreboot filesFrancis Rowe2016-03-071-7/+3
| | | | Turns out there are needed parts.
* Download, compile and clean crossgcc separately to corebootFrancis Rowe2016-03-072-24/+55
| | | | | | | | This means that coreboot can be re-downloaded and re-built without affecting crossgcc. The crossgcc directory also now only contains crossgcc; previously, it contained the entire coreboot source code too, which was unneeded because that directory was just for crossgcc, where the real coreboot directories symlink to it during the build process.
* download/coreboot: Add backup repository for corebootFrancis Rowe2016-03-071-1/+1
| | | | | Download from the backup repository, if the main repository is unavailable. Coreboot.org is sometimes offline, so it's nice to have a backup.
* download/coreboot: Fix error that caused .git not to be deleted in crossgccFrancis Rowe2016-03-071-1/+1
| | | | | | | For the crossgcc archive, we were deleting *.git, but this is wrong. It meant that yes, we were deleting the .git directory, but not the .gitmodules file, which meant that 3rdparty repositories were being cloned when re-adding our own deblobbed .git directory. This patch fixes that freedom bug.
* download/grub: use http:// if git:// failsFrancis Rowe2016-03-071-1/+1
| | | | | | At the time, Savannah had an issue cloning from git:// for GRUB. They probably fixed this already, but http:// worked alternatively. So add a catch that makes it download from http:// if git:// fails
* download/coreboot: Add missing trailing slash to directory pathFrancis Rowe2016-03-071-1/+1
|
* download/coreboot: fix build issue (unknown command)Francis Rowe2016-03-071-1/+1
|
* copy coreboot directory per revision, not per boardFrancis Rowe2016-03-071-106/+38
| | | | | This will speed up the build process. The plan is to, if possible, always use 1 revision.
* Revert "Revert "Revert "iunfinished patch: copy coreboot per revision, not ↵Francis Rowe2016-03-031-11/+107
| | | | | | | | | board""" When you have to revert a revert of a revert in the same 20 minute window then you my friend are an idiot. And that's exactly what I am. This reverts commit d105b4a8b74645d5936cf8a51b1517f3ba89fd26.
* Revert "Revert "iunfinished patch: copy coreboot per revision, not board""Francis Rowe2016-03-031-107/+11
| | | | This reverts commit 2f3d87aec85f5759180380cbc156472378164d11.
* Revert "iunfinished patch: copy coreboot per revision, not board"Francis Rowe2016-03-031-11/+107
| | | | | | | I'm an idiot. This patch wasn't supposed to be pushed yet because not finished. Reverting it for the time being. This reverts commit 89cc8c38c1cf3865c3684e5bd6658eedf0e61cfd.
* iunfinished patch: copy coreboot per revision, not boardFrancis Rowe2016-03-011-107/+11
|
* use only 1 crossgcc revision in librebootFrancis Rowe2016-02-271-38/+18
|
* download/coreboot: reset to common revisionFrancis Rowe2016-02-271-0/+5
|
* typofixFrancis Rowe2016-02-211-1/+1
|