Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove braces from parameter expansions | Andrew Robbins | 2017-09-21 | 2 | -21/+21 |
| | | | | | | | * tools/dependencies/dependencies * tools/dependencies/dependencies-helper ditto | ||||
* | Remove braces from parameter expansions | Andrew Robbins | 2017-09-21 | 1 | -8/+8 |
| | | | | | | * libs/tool ditto | ||||
* | Remove braces from parameter expansions | Andrew Robbins | 2017-09-21 | 1 | -59/+59 |
| | | | | | | * libs/project ditto | ||||
* | Remove braces from parameter expansions | Andrew Robbins | 2017-09-21 | 1 | -10/+10 |
| | | | | | | * libs/git ditto | ||||
* | Remove braces from parameter expansions | Andrew Robbins | 2017-09-21 | 1 | -57/+57 |
| | | | | | | | * libs/common Makes it easier to read as well as cutting down on performance hits caused by the use of braces in parameter expansions. | ||||
* | add missing entry in MANIFEST for recent News entry (no PR needed) | Leah Rowe | 2017-09-21 | 1 | -0/+1 |
| | | | | PR not needed for this. Just a simple fix | ||||
* | Merge branch 'download-wrapper' of kragle/libreboot into master | Swift Geek | 2017-09-20 | 1 | -9/+31 |
|\ | |||||
| * | Conditionally use wget or curl in download_wrapper | Andrew Robbins | 2017-09-20 | 1 | -1/+15 |
| | | |||||
| * | Add support for curl in download_wrapper function | Andrew Robbins | 2017-09-20 | 1 | -2/+10 |
| | | |||||
| * | Declare array wget_options with local scope | Andrew Robbins | 2017-09-20 | 1 | -1/+1 |
| | | |||||
| * | Quote elements of array wget_options | Andrew Robbins | 2017-09-20 | 1 | -5/+5 |
|/ | | | | Necessary to satiate shellcheck. | ||||
* | Merge branch 'coreboot-work' of kragle/libreboot into master | Leah Rowe | 2017-09-19 | 80 | -0/+14397 |
|\ | |||||
| * | Modify payload path in Coreboot configs | Andrew Robbins | 2017-09-18 | 26 | -26/+26 |
| | | | | | | | | | | It makes things easier if the makefiles fetch the default payload from its build directory, which should have a stable name. | ||||
| * | Add file listing Coreboot SeaBIOS subtargets | Andrew Robbins | 2017-09-18 | 1 | -0/+26 |
| | | |||||
| * | Delete vbootrevision files in Coreboot target dirs | Andrew Robbins | 2017-09-18 | 26 | -26/+0 |
| | | | | | | | | | | There is a separate vboot project, so those revision files related to it should be placed in its configs directory instead. | ||||
| * | Rename Coreboot config files named 'cbrevision' | Andrew Robbins | 2017-09-18 | 26 | -0/+0 |
| | | | | | | | | | | The new build system simply uses 'revision' to refer to the git revision that should be used. | ||||
| * | Rename Coreboot config files named 'architecture' | Andrew Robbins | 2017-09-18 | 26 | -0/+0 |
| | | | | | | | | The new build system uses the shortened version: arch | ||||
| * | Copy Coreboot configurations to new build system | Andrew Robbins | 2017-09-18 | 104 | -0/+14397 |
| | | |||||
| * | Change mode of coreboot-helper script to 0755 | Andrew Robbins | 2017-09-18 | 1 | -0/+0 |
|/ | |||||
* | Merge branch 'grub-integration' of kragle/libreboot into master | Swift Geek | 2017-09-17 | 7 | -207/+5 |
|\ | |||||
| * | Add GRUB module 'cbmemc' to each GRUB target | Andrew Robbins | 2017-09-17 | 3 | -0/+3 |
| | | | | | | | | | | Dumps CBMEM console log to stdout; this is useful for development/troubleshooting purposes. | ||||
| * | Add grubenv var i_want_a_brick | Andrew Robbins | 2017-09-17 | 1 | -1/+2 |
| | | | | | | | | | | As of right now setting/unsetting the variable does nothing as this functionality will be added later. | ||||
| * | Delete old, unused GRUB config and modules-* files | Andrew Robbins | 2017-09-16 | 3 | -206/+0 |
|/ | | | | | | | | | The grub.cfg to be included in the GRUB image is located in each target's directory in 'projecs/grub/configs' now, which means 'projects/grub/configs/grub.cfg' no longer has any use. Ditto with 'projects/grub/configs/modules-install' and 'projects/grub/configs/modules-preload' | ||||
* | Merge branch 'seabios-integration' of kragle/libreboot into master | Swift Geek | 2017-09-16 | 8 | -23/+13 |
|\ | |||||
| * | Delete SeaBIOS directory projects/seabios/install | Andrew Robbins | 2017-09-16 | 2 | -2/+0 |
| | | | | | | | | | | | | The bootorder file should be handled by the Coreboot scripts in projects/coreboot/coreboot* instead for better tailoring to a given target. | ||||
| * | Rename SeaBIOS targets to less confusing names | Andrew Robbins | 2017-09-16 | 6 | -4/+4 |
| | | | | | | | | | | | | | | 'txtmode' isn't so much a configuration for textmode as it is a BIOS, simply, and 'vga' is actually the VGABIOS which requires the BIOS being present in order to function; this is contrary to what the original target names may lead one to initially believe. | ||||
| * | Strip subshell group from SeaBIOS build action | Andrew Robbins | 2017-09-16 | 1 | -13/+10 |
| | | | | | | | | | | | | Absolute pathnames are used so there's not actually any need to go through the process of setting up a subshell and changing directory as long as the '-C' flag is passed to Make. | ||||
| * | Remove unnecessary comments from SeaBIOS script | Andrew Robbins | 2017-09-16 | 1 | -4/+0 |
| | | |||||
| * | Change repository URI in SeaBIOS download action | Andrew Robbins | 2017-09-16 | 1 | -2/+1 |
|/ | | | | | | | | git.seabios.org doesn't have its certificate properly configured, preventing git from taking advantage of TLS certificate verification (git complains and aborts). To side-step the issue, the URI for the SeaBIOS repository at review.coreboot.org/seabios.git is substituted in place of the old. | ||||
* | Merge branch 'lenovo-recall' of lonniganseaweed/libreboot into master | Swift Geek | 2017-09-16 | 2 | -0/+20 |
|\ | |||||
| * | Add news article and hardware page section | Johnny Rasnic | 2017-09-14 | 2 | -0/+20 |
| | | |||||
* | | Merge branch 'grub-integration' of kragle/libreboot into master | Swift Geek | 2017-09-16 | 2 | -21/+20 |
|\ \ | |||||
| * | | Make a few minor tweaks to the grub-helper script | Andrew Robbins | 2017-09-14 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | The check for an existing, non-directory file as $keymap_out_path was added to prevent the (unlikely) scenario of attempting writing a file to a file as if it were a directory. | ||||
| * | | Cook the GRUB image before misc. trimmings | Andrew Robbins | 2017-09-14 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | Out of: the image itself, keylayouts, and font, the image takes the longest to build so it would be best to attempt its build first to avoid wasted time and resources, however little, if the build fails. | ||||
| * | | Use GNU Make's '-C' flag | Andrew Robbins | 2017-09-14 | 1 | -6/+1 |
| | | | | | | | | | | | | Forgot about that flag when that was written. Somehow. | ||||
| * | | Remove unnecessary code duplication in GRUB build | Andrew Robbins | 2017-09-14 | 1 | -12/+9 |
|/ / | |||||
* | | Merge branch 'grabbin-deps' of kragle/libreboot into master | Swift Geek | 2017-09-14 | 56 | -0/+548 |
|\ \ | |||||
| * | | Create 'dependencies' tool to print dependencies | Andrew Robbins | 2017-09-14 | 2 | -0/+130 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly reimplements the old dependency-fetching scripts from resources/scripts/helpers/build/dependencies, though instead of fetching the requisite dependencies for the user, it prints them to stdout. The scripts do not perform any downloading/installation due to root privileges being necessary to carry it out. | ||||
| * | | Add dependencies to trisquel configuration dirs | Andrew Robbins | 2017-09-14 | 27 | -0/+212 |
| | | | | | | | | | | | | | | | Dependencies for individual programs are placed in separate files to lower maintainence costs. | ||||
| * | | Add dependencies to parabola configuration dirs | Andrew Robbins | 2017-09-14 | 27 | -0/+183 |
| | | | | | | | | | | | | | | | Dependencies for individual programs are placed in separate files to lower maintainence costs. | ||||
| * | | Create directory structure for dependency tool | Andrew Robbins | 2017-09-14 | 7 | -0/+4 |
| | | | | | | | | | | | | | | | Any other compatible system (e.g. *BSD) can be added in the future once the necessary packages on those systems have been determined. | ||||
| * | | Add function 'tool_arguments_targets' to libs/tool | Andrew Robbins | 2017-09-14 | 1 | -0/+19 |
| |/ | | | | | | | | | | | | | | | | | This is essentially the same function from libs/project with only the prefix changed from 'project_' to 'tool_' and minor formatting changes. The function had to be added in order to allow for arguments to tool scripts, which the dependencies script will require. | ||||
* | | Merge branch 'docs/install/t400' of lonniganseaweed/libreboot into master | Andrew Robbins | 2017-09-14 | 1 | -1/+1 |
|\ \ | |||||
| * | | Correct page number reference to ThinkPad T400 Hardware Maintenance Manual ↵ | Johnny Rasnic | 2017-09-14 | 1 | -1/+1 |
| |/ | | | | | | | page titled "1130 Keyboard bezel" on ThinkPad T400 installation page | ||||
* | | Merge branch 'spidocs' of swiftgeek/libreboot into master | Andrew Robbins | 2017-09-14 | 1 | -1/+4 |
|\ \ | |/ |/| | |||||
| * | Errata on signals length | Swift Geek | 2017-09-14 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'endorse-fsf' of swiftgeek/libreboot into master | Leah Rowe | 2017-09-08 | 1 | -1/+1 |
|\ \ | |||||
| * | | Change entity endorsing wifi adapters | Swift Geek | 2017-09-08 | 1 | -1/+1 |
| |/ | | | | | | | WiFi adapters endorsed by Creative Commons are not good enough for linux-libre | ||||
* | | Merge branch 'building-fonts' of kragle/libreboot into master | Leah Rowe | 2017-09-08 | 29 | -9129/+258 |
|\ \ | |||||
| * | | Insert GRUB PF2-format font into GRUB install file | Andrew Robbins | 2017-09-07 | 1 | -0/+1 |
| | | |