Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts/helpers/build/release: Delete DEBLOB from libreboot_src/ | Francis Rowe | 2015-02-15 | 1 | -0/+6 |
| | | | | | | | libreboot_src already excludes the download scripts, because it already distributes all of the components. The version of coreboot distributed in these archives is already deblobbed, so the deblobbing script isn't needed at all. | ||||
* | flash (script): Use "build" instead of "DEBLOB" to know if in src | Francis Rowe | 2015-02-15 | 1 | -2/+2 |
| | |||||
* | docs/release.html: Add notes about i945 power-up infinite loop | Francis Rowe | 2015-02-15 | 1 | -0/+5 |
| | |||||
* | docs/install/r400_external.html: Show images, don't link. | Francis Rowe | 2015-02-15 | 1 | -3/+2 |
| | |||||
* | docs/install/x200_external.html: Show images, don't link. | Francis Rowe | 2015-02-15 | 1 | -10/+7 |
| | |||||
* | docs/install/bbb_setup.html: Show images, instead of linking | Francis Rowe | 2015-02-15 | 1 | -14/+20 |
| | |||||
* | Documentation: optimize all images (reduce file sizes) | Francis Rowe | 2015-02-15 | 46 | -10/+0 |
| | |||||
* | Remove download links from the release page (and the archive page) | Francis Rowe | 2015-02-15 | 2 | -158/+37 |
| | | | | | | | | | | | | | | The next libreboot release will be hosted exclusively on bittorrent. Older releases will also be hosted on bittorrent. Archives currently available on libreboot.org (HTTP server) will be deleted. Instead, users who wish to download via HTTP will be able to use third party mirrors. Magnet links to the torrents for the releases will be hosted on libreboot.org, but not in the git repository or release archive under docs/. Links to third party HTTP mirrors will also be posted there. | ||||
* | Moved ich9macchange to resources/scripts/misc/ich9macchange | Francis Rowe | 2015-02-15 | 2 | -1/+1 |
| | |||||
* | ich9macchange: assume that the script is being run from _util | Francis Rowe | 2015-02-15 | 2 | -30/+28 |
| | | | | | Do not act on all ROM images, but instead take as input a path to a single ROM image. | ||||
* | Move grub-background to resources/scripts/misc/grub-background | Francis Rowe | 2015-02-15 | 2 | -1/+1 |
| | |||||
* | grub-background: assume that it is being run from libreboot_util | Francis Rowe | 2015-02-15 | 1 | -10/+10 |
| | |||||
* | grub-background: change only one ROM image, specified by path | Francis Rowe | 2015-02-15 | 1 | -17/+10 |
| | |||||
* | build/external/source: only include the necessary files | Francis Rowe | 2015-02-15 | 1 | -2/+16 |
| | |||||
* | flash script: fix typo in command | Francis Rowe | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | build (release archives): Add the commitid file to release/ | Francis Rowe | 2015-02-15 | 1 | -3/+1 |
| | |||||
* | build-release: Move the release archives to release/ | Francis Rowe | 2015-02-14 | 3 | -2/+27 |
| | |||||
* | Move all build scripts into a single generic script, with helpers | Francis Rowe | 2015-02-14 | 29 | -514/+415 |
| | | | | All build scripts were moved to resources/scripts/helpers/ | ||||
* | docs/release.html: Add notes about PLCC flashing with vultureprog | Francis Rowe | 2015-02-14 | 1 | -3/+14 |
| | |||||
* | docs/release.html: Add notes about cubieboard flashing | Francis Rowe | 2015-02-14 | 1 | -0/+3 |
| | |||||
* | Move creation of bin/ directory to the "build" script | Francis Rowe | 2015-02-14 | 2 | -6/+6 |
| | |||||
* | Rename scripts/helpers/fetch to scripts/helpers/download | Francis Rowe | 2015-02-14 | 6 | -1/+1 |
| | |||||
* | Move the "get" scripts to resources/scripts/helpers/fetch/ | Francis Rowe | 2015-02-14 | 9 | -67/+83 |
| | | | | | Replace "getall" with "download", which takes as input an argument specifying which programme the user wants to download. | ||||
* | docs/misc/index.html: Re-arrange notes about powertop on Trisquel | Francis Rowe | 2015-02-14 | 1 | -6/+2 |
| | |||||
* | build-release: Remove the powertop entries | Francis Rowe | 2015-02-14 | 1 | -8/+0 |
| | |||||
* | .gitignore: Remove the powertop entries | Francis Rowe | 2015-02-14 | 1 | -2/+0 |
| | |||||
* | Moved powertop.trisquel7 to resources/scripts/misc/ | Francis Rowe | 2015-02-14 | 4 | -23/+4 |
| | |||||
* | Delete powertop.trisquel6 (keep powertop.trisquel7) | Francis Rowe | 2015-02-14 | 3 | -125/+6 |
| | | | | Trisquel 6 is obsolete. Everyone should upgrade to Trisquel 7. | ||||
* | Documentation: improve the installation instructions | Francis Rowe | 2015-02-14 | 7 | -228/+155 |
| | |||||
* | docs/install/index.html: Update the list of ROM images | Francis Rowe | 2015-02-14 | 1 | -59/+47 |
| | | | | | The list was still referencing the bin/ directory. Libreboot ROM images are now distributed as separate archives. | ||||
* | Merge all flashing scripts one one. | Francis Rowe | 2015-02-13 | 6 | -277/+101 |
| | |||||
* | getgrub: update copyright year | Francis Rowe | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | docs/release.html: Add TODO (make ich9gen/ich9deblob portable) | Francis Rowe | 2015-02-13 | 1 | -0/+5 |
| | |||||
* | getgrub: add notes about work on longstanding bug in GRUB | Francis Rowe | 2015-02-13 | 3 | -0/+282 |
| | | | | | Relating to vesamenu.c32 file support in the syslinux_configfile function of GRUB. | ||||
* | getgrub: Update GRUB | Francis Rowe | 2015-02-13 | 4 | -20/+28 |
| | | | | Also, use "git am" instead of "git apply" | ||||
* | builddeps-bucts: Remove static-link patch after building | Francis Rowe | 2015-02-13 | 1 | -0/+1 |
| | |||||
* | builddeps-bucts: Don't use git when applying static-link patch | Francis Rowe | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | bucts: Make it build without git | Francis Rowe | 2015-02-13 | 3 | -9/+29 |
| | |||||
* | docs/release.html: Add TODO: memtest86+ for coreboot libpayload | Francis Rowe | 2015-02-13 | 1 | -1/+2 |
| | |||||
* | Moved dejavu-fonts-ttf-2.34/AUTHORS to resources/grub/font/ | Francis Rowe | 2015-02-13 | 18 | -5/+5 |
| | |||||
* | .gitignore: Remove the grubinvaders/ directory | Francis Rowe | 2015-02-13 | 1 | -1/+0 |
| | |||||
* | Delete GRUB Invaders from libreboot | Francis Rowe | 2015-02-13 | 13 | -187/+2 |
| | |||||
* | Delete SeaBIOS from libreboot. | Francis Rowe | 2015-02-13 | 13 | -365/+1 |
| | | | | | It was virtually useless. Noone used it. SeaBIOS is easy enough to build from source if someone wants to use it from now on. | ||||
* | build-release: optimize use of tar (reduced file sizes) | Francis Rowe | 2015-02-13 | 1 | -3/+3 |
| | |||||
* | build-release: fix typo in comment | Francis Rowe | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | grub.cfg: add another SYSLINUX config location | Lunar | 2015-02-13 | 1 | -0/+4 |
| | | | | `syslinux/syslinux.cfg` is at least used by Tails. | ||||
* | x200_pomona.jpg: Replace image | Francis Rowe | 2015-02-13 | 1 | -0/+0 |
| | |||||
* | docs/release.html: link to bugzilla url for acpi pcc probe issue | Francis Rowe | 2015-02-13 | 1 | -0/+1 |
| | |||||
* | getcb: add TODO | Francis Rowe | 2015-02-12 | 1 | -0/+3 |
| | |||||
* | docs/release.html: add notes about ACPI PCC Probe Failed error | Francis Rowe | 2015-02-12 | 1 | -0/+3 |
| |