summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* grub-assemble: Add German QWERTZ keymap filesFrancis Rowe2015-06-252-0/+130
| | | | | | | Libreboot has always had lots of German users, yet I didn't think to add German keymaps to GRUB. Entschuldige bitte, dass ich es vergessen habe.
* build/config/*: Improve the message output a bitFrancis Rowe2015-06-252-2/+2
|
* build/config/*: Wait 2 seconds, not 5 seconds.Francis Rowe2015-06-253-3/+3
| | | | 2 seconds is less annoying.
* build/config/coreboot{modify,update}: skip non-existent configsFrancis Rowe2015-06-252-0/+10
| | | | But do not abort. Only issue a warning.
* build/config/corebootreplace: make directory if not existFrancis Rowe2015-06-251-1/+3
|
* docs/index.html: Add historical context to the descriptionFrancis Rowe2015-06-242-1/+18
|
* docs/security/*_security.html: WWAN has no DMA (it's USB)Francis Rowe2015-06-222-4/+2
|
* docs/security/*_security.html: It's 3g modem, not 3d modemFrancis Rowe2015-06-222-2/+2
|
* docs/misc/index.html: more notes about power beepsFrancis Rowe2015-06-201-0/+4
|
* docs/misc/index.html: Notes about power management beepsFrancis Rowe2015-06-202-1/+44
|
* Update GRUBFrancis Rowe2015-06-162-215/+1
| | | | vesamenu.c32 patch removed (merged upstream)
* Update coreboot again (a patch was merged upstream)Francis Rowe2015-06-1615-48/+53
| | | | | | | | | | The patch for only requiring cmake for clang users was merged. This patch is important, because libreboot doesn't want to use clang, and doesn't want any dependences that it relies on which it doesn't need. Also, this and the other recent update re-add support for ACPI brightness methods on the Thinkpad X60 and T60.
* docs/tasks.html: add note about acpi brightness on i945Francis Rowe2015-06-161-0/+3
|
* Update coreboot-libreFrancis Rowe2015-06-1542-3792/+1442
| | | | | | | | | | | | Rebase all patches. Remove the ones that are no longer needed. More CPU microcode updates were moved to coreboot's 3rdparty repository, so there are less blobs for libreboot to delete now (because the 3rdparty repository is not checked out in libreboot). Correct HDA verbs used for T400 (also R400, T500) (patch is in coreboot, merged).
* download/coreboot: update notesFrancis Rowe2015-06-141-1/+1
|
* docs/tasks.html: clean upFrancis Rowe2015-06-141-10/+3
|
* coreboot-libre: delete the 3rdparty/ directoryFrancis Rowe2015-06-141-0/+3
| | | | | Libreboot doesn't even checkout this submodule in coreboot, so this change is quite redundant. However, it can't hurt.
* download/coreboot: add notes for when updating coreboot-libreFrancis Rowe2015-06-141-26/+40
|
* build/release/util: add powertop scriptFrancis Rowe2015-06-132-1/+36
|
* build script: use a standard style (compared to other scripts)Francis Rowe2015-06-131-17/+17
|
* download script: use a standard style (compared to other scripts)Francis Rowe2015-06-131-11/+11
|
* flashing script: improve readibilityFrancis Rowe2015-06-131-7/+6
|
* flashing script: fix broken if/else chainFrancis Rowe2015-06-131-3/+3
|
* flashing script: use a standard style (compared to other scripts)Francis Rowe2015-06-131-39/+39
|
* build/release/tobuild: fix typoFrancis Rowe2015-06-131-1/+1
|
* build/release/tobuild: add version to archive file nameFrancis Rowe2015-06-131-1/+1
|
* build/release/roms: put version in directory nameFrancis Rowe2015-06-131-1/+5
|
* docs/gnulinux/grub_boot_installer.html: GuixSD, not GSDFrancis Rowe2015-06-131-1/+1
|
* docs/gnulinux/grub_boot_installer.html: clarify notes about guixFrancis Rowe2015-06-131-2/+2
|
* docs/gnulinux/grub_boot_installer.html: add link to FSDG distrosFrancis Rowe2015-06-131-1/+2
|
* docs/gnulinux/grub_boot_installer.html: prefer Guix over NixOSFrancis Rowe2015-06-131-0/+5
|
* docs/gnulinux/grub_boot_installer.html: NixOS is like GuixFrancis Rowe2015-06-131-5/+5
|
* build/release/util: fix reference to variables (use correct style)Francis Rowe2015-06-121-3/+3
|
* build/release/util: re-add nvramtoolFrancis Rowe2015-06-121-0/+28
|
* coreboot-libre configs: enable changing nvram settingsFrancis Rowe2015-06-1211-11/+11
|
* docs/install/index.html: Remove empty unordered listFrancis Rowe2015-06-121-4/+0
| | | | Not really sure how this got here, to be honest.
* COPYING: New fileP. J. McDermott2015-06-101-0/+674
|
* .gitignore: Simplify using some patternsP. J. McDermott2015-06-101-16/+7
|
* add missing file from last commitFrancis Rowe2015-06-101-0/+27
|
* docs/install/index.html: Notes about mistake in flashing scriptFrancis Rowe2015-06-101-1/+10
|
* utilities/grub-assemble: use printf properlyFrancis Rowe2015-06-101-1/+1
|
* all script: use a standard styleFrancis Rowe2015-06-1035-233/+239
| | | | | Based on the style used for the script in resources/scripts/helpers/build/release/
* flash script: fix a really really really dumb mistakeFrancis Rowe2015-06-101-2/+2
|
* build/release/docs: properly name directory inside archiveFrancis Rowe2015-06-101-4/+11
|
* docs/gnulinux/encrypted_parabola.html: update license headerFrancis Rowe2015-06-101-0/+1
| | | | | (previous commit had a sign-off-by, but didn't update the license header. this patch corrects that)
* The patch for encrypt hook in is not needed. Just use ↵Arthur Heymans2015-06-101-11/+3
| | | | | | cryptkey=rootfs:/path/to/key Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
* docs/index.html: more infoFrancis Rowe2015-06-091-1/+2
|
* docs/index.html: improve instructions for finding version infoFrancis Rowe2015-06-091-1/+12
|
* docs/index.html: add more information about finding the versionFrancis Rowe2015-06-091-1/+27
|
* docs/gnulinux/grub_config.html: fix HTML formatting errorFrancis Rowe2015-06-081-16/+13
|