summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/release
Commit message (Collapse)AuthorAgeFilesLines
* reassign Minifree Ltd copyrights back to Minifree directorLeah Woods2016-05-065-5/+5
| | | | This time under her chosen name.
* reassign copyright from Minifree director to Minifree LtdMinifree Ltd2016-04-265-5/+5
|
* build/release/src: don't delete patches for corebootFrancis Rowe2016-04-111-2/+0
| | | | | | | The old model was to have 1 coreboot directory with 1 revision, with all patches for all boards, so this behaviour used to be correct. Now it is wrong, because different coreboot revisions are used in different directories, and the build process does git-init and applies those patches. So we need them.
* Add SeaBIOS payload to librebootFrancis Rowe2016-03-141-0/+1
|
* copy coreboot directory per revision, not per boardFrancis Rowe2016-03-071-0/+2
| | | | | 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-64/+1
| | | | | | | | | | | | | | | | | | 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.
* remove seabios (this time permanently)Francis Rowe2015-12-131-1/+0
|
* build/release/src: don't exclude the documentationFrancis Rowe2015-12-062-81/+4
| | | | | | The documentation is being converted to texinfo, and we will have intergration in libreboot's build system for compiling it into other formats like HTML.
* Revert "Revert "grub: build reproducibly""Francis Rowe2015-12-066-0/+22
| | | | This reverts commit 6278d578f6f47ae2d2742b95c99df087a06d0e90.
* Revert "grub: build reproducibly"Francis Rowe2015-12-046-22/+0
| | | | This reverts commit 26d16fa5cdc9e351fcb582104cf8c7b3bf9ddaf0.
* grub: build reproduciblyFrancis Rowe2015-12-046-0/+22
|
* build/release/*: create ChangeLog/NEWS when building from archiveFrancis Rowe2015-11-225-0/+20
|
* release build scripts: add ChangeLog and NEWS to releaseFrancis Rowe2015-11-165-0/+48
|
* Remove .git from seabios on releaseFrancis Rowe2015-10-141-0/+1
|
* build/release/src: delete more patches not needed in releaseFrancis Rowe2015-10-111-0/+4
|
* build/release/src: delete .git files for depthchargeFrancis Rowe2015-10-111-0/+1
|
* all scripts: general fixes and clean upFrancis Rowe2015-08-296-15/+12
|
* build/release/{docs,roms,src}: use GNU BASHFrancis Rowe2015-08-293-3/+3
|
* download/flashrom: screw svn use stefanct's unofficial git repoFrancis Rowe2015-08-291-1/+1
|
* build/release/src: properly delete unwanted binariesFrancis Rowe2015-08-281-14/+6
|
* download/grub: verify checksums of downloaded filesFrancis Rowe2015-07-121-0/+1
|
* 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/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
|
* 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.
* s/machine/systemFrancis Rowe2015-06-271-1/+1
| | | | It was annoying me.
* build/release/util: add powertop scriptFrancis Rowe2015-06-131-0/+3
|
* 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
|
* all script: use a standard styleFrancis Rowe2015-06-102-2/+6
| | | | | Based on the style used for the script in resources/scripts/helpers/build/release/
* build/release/docs: properly name directory inside archiveFrancis Rowe2015-06-101-4/+11
|
* build/release/src: delete build/release/docs in the _src archiveFrancis Rowe2015-06-081-0/+4
|
* build/release/src: remove redundant exclusions from the listFrancis Rowe2015-06-081-1/+1
| | | | These no longer appear in the root of the tree.
* build/release/sha512sums: rename sha512sums.txt to SHA512SUMSFrancis Rowe2015-06-081-1/+1
|
* build/release/src: don't delete the build/release/* scriptsFrancis Rowe2015-06-081-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 itFrancis Rowe2015-06-087-7/+49
|
* build/release/sha512sums: add error checking and verbosityFrancis Rowe2015-06-081-0/+3
|
* build/release/tobuild: add line breakFrancis Rowe2015-06-081-0/+1
|
* build/release/util: proper directory notationFrancis Rowe2015-06-081-1/+1
|
* delete resources/scripts/misc/grub-backgroundFrancis Rowe2015-06-081-3/+0
| | | | Useless script. Will replace with a tutorial instead.
* build/release/util: Make it actually workFrancis Rowe2015-06-081-86/+64
| | | | Update it to reflect changes in the other scripts.
* build/release/tobuild: include version fileFrancis Rowe2015-06-081-0/+2
|
* build/release/util: don't delete the 'tobuild' archiveFrancis Rowe2015-06-081-2/+0
| | | | This is already handled by a separate script.
* build/release/util: don't include nvramtool and cbmemFrancis Rowe2015-06-081-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 Rowe2015-06-081-5/+0
|
* build/release/tobuild: intergrate it with current methodsFrancis Rowe2015-06-081-32/+31
|
* build/release/sha512sums: clean upFrancis Rowe2015-06-081-3/+5
|