aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add news article and hardware page sectionJohnny Rasnic2017-09-142-0/+20
| |
* | Merge branch 'grub-integration' of kragle/libreboot into masterSwift Geek2017-09-162-21/+20
|\ \
| * | Make a few minor tweaks to the grub-helper scriptAndrew Robbins2017-09-141-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. trimmingsAndrew Robbins2017-09-141-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' flagAndrew Robbins2017-09-141-6/+1
| | | | | | | | | | | | Forgot about that flag when that was written. Somehow.
| * | Remove unnecessary code duplication in GRUB buildAndrew Robbins2017-09-141-12/+9
|/ /
* | Merge branch 'grabbin-deps' of kragle/libreboot into masterSwift Geek2017-09-1456-0/+548
|\ \
| * | Create 'dependencies' tool to print dependenciesAndrew Robbins2017-09-142-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 dirsAndrew Robbins2017-09-1427-0/+212
| | | | | | | | | | | | | | | Dependencies for individual programs are placed in separate files to lower maintainence costs.
| * | Add dependencies to parabola configuration dirsAndrew Robbins2017-09-1427-0/+183
| | | | | | | | | | | | | | | Dependencies for individual programs are placed in separate files to lower maintainence costs.
| * | Create directory structure for dependency toolAndrew Robbins2017-09-147-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/toolAndrew Robbins2017-09-141-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 masterAndrew Robbins2017-09-141-1/+1
|\ \
| * | Correct page number reference to ThinkPad T400 Hardware Maintenance Manual ↵Johnny Rasnic2017-09-141-1/+1
| |/ | | | | | | page titled "1130 Keyboard bezel" on ThinkPad T400 installation page
* | Merge branch 'spidocs' of swiftgeek/libreboot into masterAndrew Robbins2017-09-141-1/+4
|\ \ | |/ |/|
| * Errata on signals lengthSwift Geek2017-09-141-1/+4
| |
* | Merge branch 'endorse-fsf' of swiftgeek/libreboot into masterLeah Rowe2017-09-081-1/+1
|\ \
| * | Change entity endorsing wifi adaptersSwift Geek2017-09-081-1/+1
| |/ | | | | | | WiFi adapters endorsed by Creative Commons are not good enough for linux-libre
* | Merge branch 'building-fonts' of kragle/libreboot into masterLeah Rowe2017-09-0829-9129/+258
|\ \
| * | Insert GRUB PF2-format font into GRUB install fileAndrew Robbins2017-09-071-0/+1
| | |
| * | Integrate grub_build_font into GRUB action scriptAndrew Robbins2017-09-071-0/+2
| | |
| * | Create revision file for project fontconfigAndrew Robbins2017-09-071-0/+1
| | |
| * | Add new project 'fontconfig' for dejavu-fontsAndrew Robbins2017-09-071-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | This is only used as a resource for building DejaVu fonts so there's no need to do any building or installing with this project. fontconfig could be cloned into DejaVu fonts' sources instead but it'd be easier to maintain by keeping it as a separate project.
| * | Patch dejavu-fonts .gitignore fileAndrew Robbins2017-09-071-0/+24
| | | | | | | | | | | | | | | | | | Without patching .gitignore, when `git clean -df` is run it will remove files UnicodeData.txt and Blocks.txt. These files should be preserved between builds to avoid needless refetching.
| * | Add install, revision files for project dejavu-fontsAndrew Robbins2017-09-072-0/+2
| | |
| * | Add project 'dejavu-fonts' and its action fileAndrew Robbins2017-09-071-0/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Will be used to build the DejaVu Sans Mono ttf file from source in order to: cut down on the number of binary files added to the repo; build from source wherever possible any software included in the final Libreboot ROM. These fonts take a non-significant amount of time to build and are light on dependencies (fontforge, libfont-ttf-perl) so this shouldn't be an issue.
| * | Create GRUB config files font-file, font-projectAndrew Robbins2017-09-062-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'font-file' contains the filename (not path) of the font to use when making a PF2-format GRUB font. 'font-project' contains the name of the project which built the original font file. These files are necessary to avoid hard-coding the font and/or the path to the font as an argument to grub-mkfont.
| * | Delete directory projects/grub/configs/fontAndrew Robbins2017-09-0618-9129/+0
| | | | | | | | | | | | | | | A more flexible way of handling font files will be introduced in later commits.
| * | Create grub-helper function grub_build_fontAndrew Robbins2017-09-061-0/+26
|/ / | | | | | | | | | | The idea is to build a font from source and then make a PF2 format file from it using grub-mkfont. This cuts down on the number of binary files committed to history in the repository.
* | Merge branch 'faqfix' of swiftgeek/libreboot into masterAndrew Robbins2017-09-051-1/+14
|\ \
| * | Add sample flashrom output to faqSwift Geek2017-09-051-1/+14
| |/ | | | | | | Add flashrom output when CONFIG_STRICT_DEVMEM or CONFIG_IO_STRICT_DEVMEM is enabled
* | Merge branch 'whoneedsgrub' of swiftgeek/libreboot into masterAndrew Robbins2017-09-051-8/+6
|\ \
| * | Formatting workaroundSwift Geek2017-09-051-8/+6
| | | | | | | | | | | | Removes unnecessary backticks and workarounds inability to use links inside code blocks
* | | Merge branch 'grub-integration' of kragle/libreboot into masterSwift Geek2017-09-049-2/+4
|\ \ \
| * | | Rename GRUB subtarget 'txtmode' to 'textmode'Andrew Robbins2017-09-045-2/+2
| | | | | | | | | | | | | | | | | | | | Saving typing on one letter isn't really worth the trade-off in readability.
| * | | Add entries for GRUB backgrounds to install fileAndrew Robbins2017-09-041-0/+2
| | | |
| * | | Move GRUB background dir to install/corebootfbAndrew Robbins2017-09-044-0/+0
|/ / / | | | | | | | | | | | | | | | | | | Since backgrounds aren't included in the GRUB image it would make more sense to move them to the GRUB install directory at projects/grub/install/corebootfb instead (textmode ROMs won't have a background image included, for obvious reasons).
* | | Merge branch 'www/news-alyssa-resign' of libreboot/libreboot into masterSwift Geek2017-09-036-39/+91
|\ \ \
| * | | www/news: announcement of Alyssa's resignationLeah Rowe2017-09-016-39/+91
| | | |
* | | | Merge branch 'grub-integration' of kragle/libreboot into masterLeah Rowe2017-09-0324-9/+155
|\ \ \ \ | |/ / / |/| | |
| * | | Rename GRUB keymap directory and a reference to itAndrew Robbins2017-09-0212-1/+1
| | | | | | | | | | | | | | | | Plurality is nice, sometimes.
| * | | Add keylayouts to the GRUB install fileAndrew Robbins2017-09-021-0/+11
| | | |
| * | | Rebind raw_keymap_path in projects/grub/grubAndrew Robbins2017-09-021-1/+1
| | | |
| * | | Move raw keymap files into parent directoryAndrew Robbins2017-09-0211-0/+0
| | | |
| * | | Delete binary GRUB keylayoutsAndrew Robbins2017-09-0210-0/+0
| | | | | | | | | | | | | | | | | | | | Keylayouts are now compiled as part of the build process--keeping binary keylayouts in the repo is unnecessary as a result.
| * | | Rename Swedish keymap using a proper ISO 639-1 codeAndrew Robbins2017-09-021-0/+0
| | | |
| * | | Add Japanese keymap (jaqwerty) to GRUB keymap dirAndrew Robbins2017-09-021-0/+131
| | | |
| * | | Conditionally create dir to store compiled keymapsAndrew Robbins2017-09-021-1/+6
| | | |
| * | | Use grub-mklayout instead of grub-kbdcompAndrew Robbins2017-09-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | grub-mklayout was the intended program to use for generating compiled GRUB keylayouts. Somewhere along the way grub-kbdcomp was erroneously substituted in its place.
| * | | Build GRUB keymaps with targets, not as targetAndrew Robbins2017-09-021-6/+5
|/ / / | | | | | | | | | | | | | | | | | | By building keymaps whenever a GRUB image is produced, there will be a significant reduction in total time spent compiling Libreboot ROMs. The previous build process for keymaps was hugely inefficient.