summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* docs/git/index.html: say that the KFSN4-DRE has 64-bit CPUsFrancis Rowe2015-06-271-0/+1
|
* docs/git/index.html: Add configuration for kfns4-dreFrancis Rowe2015-06-271-7/+49
|
* download script: re-factorFrancis Rowe2015-06-261-3/+3
|
* download script: fix mistake in the last two commitsFrancis Rowe2015-06-261-2/+3
|
* download script: add a list optionFrancis Rowe2015-06-261-0/+3
|
* download script: support specifying more than one optionFrancis Rowe2015-06-261-11/+16
| | | | | Also, invalid options now generate a warning, instead of producting an error.
* kfsn4-dre: Add CONFIG_VGA=y to the configFrancis Rowe2015-06-263-9/+36
| | | | Video initialization won't work without it.
* New board: ASUS KFSN4-DREFrancis Rowe2015-06-261-0/+573
|
* build/roms/helper: re-enable building of txtmode imagesFrancis Rowe2015-06-261-7/+0
|
* flashrom: Add whitelist for Libiquity Taurinus X200P. J. McDermott2015-06-262-0/+28
|
* 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
|