Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | libs/project: Call functions from any project | Andrew Robbins | 2019-10-16 | 1 | -4/+8 | |
|/ / | | | | | | | | | | | | | | | | | | | Helper functions, such as "arguments", provided by one project should be callable from another project for more flexibility. Metaprojects in particular could use this functionality. In order for this to work, project_include() is used to create the necessary environment separation (so defined functions are not clobbered by the helper function). | |||||
* | | Merge branch 'oldbuild' of and_who/libreboot into master | Swift Geek | 2019-09-27 | 4 | -30/+61 | |
|\ \ | ||||||
| * | | Use '--with-pic' if building gmp with '-pie' | Andrew Robbins | 2019-09-27 | 3 | -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.13 | Andrew Robbins | 2019-09-27 | 2 | -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 | |||||
* | | | Merge branch 'leftoverslashes' of swiftgeek/libreboot into master | Andrew Robbins | 2019-09-27 | 1 | -0/+1 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | www/faq.md: Add pitch measurement tip | Sebastian 'Swift Geek' Grzywna | 2019-09-20 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'master' of GNUtoo/libreboot into master | Swift Geek | 2019-09-17 | 1 | -11/+17 | |
|\ \ | ||||||
| * | | x200_external.md: Memory: improve wording | Denis 'GNUtoo' Carikli | 2019-09-17 | 1 | -5/+3 | |
| | | | | | | | | | | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | |||||
| * | | x200_external.md: Clarify Intel Turbo Memory | Denis 'GNUtoo' Carikli | 2019-09-17 | 1 | -6/+14 | |
|/ / | | | | | | | | | | | | | | | The driver is free software and contains no code to load any nonfree firmware, so if it has been blacklisted it might not be because of freedom issues, but probably because of reliability issues. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | |||||
* | | Merge branch 'leftoverslashes' of swiftgeek/libreboot into master | Andrew Robbins | 2019-09-02 | 1 | -33/+19 | |
|\| | ||||||
| * | x200_external.md: clarify probe operation | Sebastian 'Swift Geek' Grzywna | 2019-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | x200_external.md: steal a table from coreboot wiki | Sebastian 'Swift Geek' Grzywna | 2019-09-01 | 1 | -32/+18 | |
| | | | | | | | | coreboot wiki is frozen now so it's a good idea to keep it up here | |||||
* | | Merge branch 'leftoverslashes' of swiftgeek/libreboot into master | Andrew Robbins | 2019-08-30 | 1 | -0/+2 | |
|\| | ||||||
| * | codenames.md: Add Rockwell/Picasso | Sebastian 'Swift Geek' Grzywna | 2019-08-28 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'leftoverslashes' of swiftgeek/libreboot into master | Andrew Robbins | 2019-08-27 | 5 | -5/+5 | |
|\| | ||||||
| * | Remove leftover flashrom -V | Sebastian 'Swift Geek' Grzywna | 2019-08-20 | 5 | -5/+5 | |
| | | | | | | | | | | | | verbose flashrom doesn't provide anything more when simply probing for chips, insteads it spams user with info about what chips flashrom supports | |||||
* | | Merge branch 'leftoverslashes' of swiftgeek/libreboot into master | Andrew Robbins | 2019-08-16 | 2 | -3/+2 | |
|\| | ||||||
| * | Update link to edX course | Sebastian 'Swift Geek' Grzywna | 2019-08-17 | 1 | -1/+1 | |
| | | ||||||
| * | Coreboot supports GM45 DDR2 now | Sebastian 'Swift Geek' Grzywna | 2019-08-17 | 1 | -2/+1 | |
| | | ||||||
* | | Merge branch 'master' of raghavgururajan/libreboot into master | Swift Geek | 2019-08-12 | 1 | -7/+6 | |
|\ \ | ||||||
| * | | Update 'docs/gnulinux/guix_system.md' | Raghav Gururajan | 2019-08-12 | 1 | -7/+6 | |
|/ / | | | | | | | Minor Changes | |||||
* | | Merge branch 'bug' of and_who/libreboot into master | Swift Geek | 2019-07-21 | 1 | -7/+6 | |
|\ \ | ||||||
| * | | libs/project: Invoke subshell in project_function_check() | Andrew Robbins | 2019-07-21 | 1 | -7/+6 | |
| | | | | | | | | | | | | | | | | | | | | | Since we're doing a simple check to see if a function exists in a given project's scripts we should only source those files into a subshell (so any changes to the environment are discarded once the subshell exits). | |||||
* | | | Merge branch 'leftoverslashes' of swiftgeek/libreboot into master | Andrew Robbins | 2019-07-21 | 1 | -4/+3 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | install/ga-g41m-es2l.md: remove -V from flashrom | Sebastian 'Swift Geek' Grzywna | 2019-07-21 | 1 | -1/+1 | |
| | | | | | | | | It only hides actually useful output of flashrom | |||||
| * | install/ga-g41m-es2l.md: remove superfluous GND connection | Sebastian 'Swift Geek' Grzywna | 2019-07-21 | 1 | -3/+2 | |
| | | ||||||
* | | Merge branch 'better-patching' of and_who/libreboot into master | Swift Geek | 2019-07-20 | 3 | -11/+80 | |
|\ \ | ||||||
| * | | Add functions to safely apply patches to non-git sources | Andrew Robbins | 2019-07-16 | 2 | -1/+19 | |
| | | | | | | | | | | | | | | | | | | project_sources_patch() is the equivalent to git_patch() when working with non-git sources. It should not be used with sources under a version control system. | |||||
| * | | Avoid redundant patching when recursively patching | Andrew Robbins | 2019-07-16 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | If a path is not supplied to project_sources_patch_recursive() or git_project_patch_recursive() then it will attempt to apply the set of patches located at $PROJECTS/$project/$PATCHES (the top-level patches directory) twice. Checking to see if $path is of non-zero length avoids this issue. | |||||
| * | | libs/project: Complete project_sources_prepare() | Andrew Robbins | 2019-07-16 | 1 | -10/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The method in which project sources are prepared from either extracted non-git source archives or sources under $PROJECTS/$project/$SOURCES are comparable to preparing git sources. This makes knowledge of the source preparation process mostly transferable across the build system regardless whether git is involved or not. | |||||
* | | | Merge branch 'leftoverslashes' of swiftgeek/libreboot into master | Andrew Robbins | 2019-07-18 | 1 | -4/+4 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | misc/index.md: Remove leftover backslashes | Sebastian 'Swift Geek' Grzywna | 2019-07-17 | 1 | -4/+4 | |
|/ | ||||||
* | Merge branch 'bbb-stretch' of jwgarber/libreboot into master | Swift Geek | 2019-07-16 | 1 | -72/+41 | |
|\ | ||||||
| * | Update BBB configuration for Debian 9 | Jacob Garber | 2019-07-02 | 1 | -72/+41 | |
| | | | | | | | | | | | | | | | | | | SSH access to a BBB has changed as of Debian 9, with the user needing to login to the debian account instead of root. Furthermore, the addition of the config-pin utility has simplified spidev setup considerably, with the device tree overlay files no longer being needed. References to the BBB screwdriver have also been removed, since it appears to no longer be maintained. | |||||
* | | Merge branch 'master' of thum/libreboot into master | Andrew Robbins | 2019-07-15 | 1 | -41/+46 | |
|\ \ | |/ |/| | ||||||
| * | Fixing 588aacdb32 to 80 chars limit | thum | 2019-05-24 | 1 | -11/+20 | |
| | | ||||||
| * | Updating RCS and Vikings links and info, various fixes | thum | 2019-05-23 | 1 | -38/+34 | |
| | | ||||||
* | | Merge branch 'master' of rvgn/libreboot into master | Leah Rowe | 2019-06-02 | 1 | -4/+5 | |
|\ \ | ||||||
| * | | Update 'docs/gnulinux/guix_system.md' | Raghav Gururajan | 2019-06-01 | 1 | -4/+5 | |
|/ / | | | | | | | Minor Changes | |||||
* | | quick formatting fixes to guix guide | Leah Rowe | 2019-05-26 | 1 | -13/+25 | |
| | | ||||||
* | | Merge branch 'master' of rvgn/libreboot into master | Leah Rowe | 2019-05-26 | 2 | -0/+373 | |
|\ \ | ||||||
| * | | Guix System with Full-Disk Encryption on Libreboot | Raghav Gururajan | 2019-05-26 | 2 | -0/+373 | |
| |/ | ||||||
* | | Merge branch 'www/git-privacy' of libreboot/libreboot into master | Andrew Robbins | 2019-05-23 | 1 | -0/+32 | |
|\ \ | |/ |/| | ||||||
| * | Add instructions for anonymous contributions to the Git page | Leah Rowe | 2019-05-21 | 1 | -0/+32 | |
| | | ||||||
* | | Merge branch 'www/further-home-page-improvement' of libreboot/libreboot into ↵ | Swift Geek | 2019-05-18 | 1 | -6/+8 | |
|\ \ | |/ |/| | | | master | |||||
| * | Further homepage improvement: improve the sentence regarding pay-for-hire | Leah Rowe | 2019-05-18 | 1 | -6/+8 | |
|/ | ||||||
* | Merge branch 'www/homepage-improvement' of libreboot/libreboot into master | Leah Rowe | 2019-05-18 | 1 | -19/+60 | |
|\ | ||||||
| * | Make the homepage actually describe adequately what libreboot is | Leah Rowe | 2019-05-18 | 1 | -19/+60 | |
| | | | | | | | | | | Right now, as pointed out by swiftgeek on the issue tracker, it looks like a spam site or placeholder site that is trying to sell something. | |||||
* | | Merge branch 'vpd' of hmzwqv/libreboot into master | Andrew Robbins | 2019-05-17 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Bump vpd revision to origin/release-R75-12105.B | hmzwqv | 2019-04-24 | 1 | -1/+1 | |
| | | |