aboutsummaryrefslogtreecommitdiff
path: root/resources
Commit message (Collapse)AuthorAgeFilesLines
* Use '--with-pic' if building gmp with '-pie'Andrew Robbins2019-09-273-30/+34
| | | | | | | 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-272-0/+27
| | | | | | | 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.
* Merge branch 'master' of SolidHal/libreboot into masterAndrew Robbins2018-10-032-0/+166
|\
| * Backport hash checking into buildgccSolidHal2018-10-022-0/+166
| | | | | | | | | | | | Patch based off: https://review.coreboot.org/cgit/coreboot.git/commit/?id=92d483a8927066ef16603023be05ad1fb7dea644 by Jonathan Neuschäfer <j.neuschaefer@gmx.net>
* | Merge branch 'master' of eemeli/libreboot into masterLeah Rowe2018-09-203-0/+892
|\ \ | |/ |/|
| * Add screen, stylus and trackpoint rotation scriptDr Blåsten2018-08-161-0/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This script's purpose is to rotate the screen and/or Wacom stylus and/or trackpoint orientation for more comfortable drawing and writing on a touch screen. Requires `xrandr` and `xsetwacom` on the system. Various desktop environments have different levels of automation, so options `-s`, `-p`, `-t` determine whether to rotate the screen, pen or trackpoint. Only the main screen is rotated (LVDS1 or LVDS-1 depending on kernel). Furthermore the input device rotations follow the main screen. _THERE MIGHT BE ISSUES WITH EXTERNAL MONITORS_ Check!
| * Add readme for the screen, stylus and trackpoint rotation scriptEemeli Blåsten2018-08-161-0/+64
| |
| * Prepare the GPL3 license for the screen+stylus rotation scriptsEemeli Blåsten2018-06-071-0/+674
| |
* | Merge branch 'www/fix-dead-links' of libreboot/libreboot into masterSwift Geek2018-06-252-2/+2
|\ \
| * | Fix/update/remove dead/broken links on the website and documentationLeah Rowe2018-06-132-2/+2
| |/ | | | | | | | | | | Thanks go to skollrc for pointing out these dead links, on this thread: https://www.reddit.com/r/libreboot/comments/8pjjg5/some_dead_links_in_libreboot _website/
* | Add reproducible build patches to GRUBJohn M. Harris, Jr2018-06-254-0/+176
| |
* | Clone seabios over HTTPS instead of git protocolJohn M. Harris, Jr2018-06-241-1/+1
|/
* Give USB storage devices priority over S?ATA ones.Fedja Beader2018-05-271-2/+2
|
* Add ahci1 (ultrabay SATA on T400) and similarly ata1 (presumably ultrabay on ↵Fedja Beader2018-05-271-2/+2
| | | | | | T60?) to FDE boot list and give them higher priority over HDD bay. Ditto for LUKS on partitions.
* 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>
* Reduce image size with optipngMichael Reed2017-07-032-0/+0
| | | | | | | OptiPNG losslessly optimizes .png files; in other words, the images in question should (and do, by my testing) look the same. In short, we save some bytes for free.
* Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash'Andrew Robbins2017-06-2351-51/+51
| | | | | This is mainly useful for being able to run these scripts on BSDs. And for users who use a Bash not installed to /bin.
* Merge branch 'payloads/x86/updates-20170430' of libreboot/libreboot into masterAlyssa Rosenzweig2017-06-0112-1763/+3
|\
| * Update to latest SeaBIOS versionLeah Rowe2017-04-302-1/+2
| |
| * Update GRUB to latest versionLeah Rowe2017-04-3010-1762/+1
| |
* | Merge branch 'hardware/w500-buildfix' of libreboot/libreboot into masterAlyssa Rosenzweig2017-06-0112-1869/+0
|\ \
| * | Remove broken patches on W500 (these patches are upstream in librecore already)Leah Rowe2017-04-3012-1869/+0
| |/
* | Update grubeditor.sh to 0.2.0zyliwax2017-05-311-146/+243
| | | | | | | | | | | | | | | | Multiple delicious improvements: - Better algorithm for creating new copies of romfiles - Updated, improved nomenclature for various variables and routines - Removed brackets in "${quoted}" variables as much as possible to improve execution time - Whatever else the diff reveals!
* | Merge branch 'master' of zyliwax/libreboot into masterLeah Rowe2017-05-191-4/+24
|\ \
| * | Upload files to 'resources/scripts/misc'zyliwax2017-05-151-1/+1
| | | | | | | | | | | | version needed updating
| * | grubeditor.shzyliwax2017-05-151-4/+24
| | | | | | | | | | | | Fixed diff_configs functions that was not deleting tempfiles
* | | Merge branch 'master' of zyliwax/libreboot into masterLeah Rowe2017-05-151-87/+131
|\| | | |/ |/|
| * grubeditor.shzyliwax2017-05-151-87/+131
| | | | | | | | | | | | | | | | Updates to script: - Fixed broken test/actual config swapper - Updated cbfstool variable to reflect the script's home, not the romfile's home - Updated help screen to use long lines and provide actual usage syntax - Added a version number and included a function that displays it
* | librecore integration preparation: drop post-20160907 coreboot patchesLeah Rowe2017-04-3067-9976/+2
| | | | | | | | | | | | Most of them don't apply, and they are merged upstream in librecore already. Librecore is becoming Libreboot's main firmware upstream.
* | build/roms/withgrub: Add instruction for ich9gen descriptor on W500Leah Rowe2017-04-292-2/+3
| |
* | Add necessary patches for W500Leah Rowe2017-04-2914-0/+1895
| |
* | Adding W500 configuration(T500 stub)Gauvain Roussel-Tarbouriech2017-04-2913-1/+1660
|/
* Update 'resources/scripts/helpers/build/release/util'zyliwax2017-04-101-0/+3
|
* grubeditor.shzyliwax2017-04-101-0/+396
| | | | Automates the opening of grub{test}.cfg files in a libreboot ROM image.
* rename docs/hcl/ to docs/hardware/Leah Rowe2017-04-053-3/+3
|
* grub.cfg: add usb support for luks bootingLeah Rowe2017-02-211-1/+1
|
* from this day forward, it's going to be only libreboot_grub.cfg firstLeah Rowe2017-02-201-1/+1
|
* change colour of background images for grub4 of 7 (Leah Rowe) info@minifree.org2017-01-222-0/+0
|
* also add PIKE2008 workaround to SeaBIOS ROMs, not just SeaGRUB4 of 7 (Leah Rowe)2017-01-221-0/+3
|
* build/roms/withgrub: disable loading option ROMs in SeaGRUB4 of 7 (Leah Rowe)2017-01-221-0/+3
| | | | | This is a workaround for the PIKE2008 module on D16, in case the user forgets to blank out the LSI ROM.
* old build system: delete build/docs (a relic from GNU which we don't need)4 of 7 (Leah Rowe) info@minifree.org2017-01-2210-302/+0
|
* make use of ./oldbuild, not ./build, in the old build system4 of 7 (Leah Rowe) info@minifree.org2017-01-228-11/+11
|
* remove CrOS boards/utils from old build system (new build system has them)4 of 7 (Leah Rowe) info@minifree.org2017-01-2232-2384/+0
|
* coreboot-libre: remove benign error message4 of 7 (Leah Rowe)2017-01-221-4/+0
|
* Fix build error on latest GCC in Debian Stretch, when building GCC4 of 7 (Leah Rowe)2017-01-222-1/+31
|
* ich9gen: change the default mac address to 00:DE:AD:C0:FF:EE4 of 7 (Leah Rowe)2017-01-221-5/+5
|
* fix ./build dependencies debian on debian stable (already works on testing)4 of 7 (Leah Rowe)2017-01-221-1/+1
|
* gm45: use correct vbt string (needed for external monitors) (Arther Heymans)4 of 7 (Leah Rowe)2017-01-2212-0/+372
|