summaryrefslogtreecommitdiffstats
path: root/resources
Commit message (Collapse)AuthorAgeFilesLines
* Make memtest86plus be named consistentlyKlemens Nanni2015-08-295-4/+8
| | | | | Conflicts: resources/utilities/grub-assemble/gen.sh
* grub.cfg: fix indentation on if statementKlemens Nanni2015-08-291-1/+1
|
* build/release/src: properly delete unwanted binariesFrancis Rowe2015-08-281-14/+6
|
* build/roms/withgrub: delete ich9gen-related filesFrancis Rowe2015-08-271-2/+2
|
* grub-assemble: add RAID modulesFrancis Rowe2015-08-261-0/+5
|
* grub config: update email address on request of authorFrancis Rowe2015-08-231-1/+1
|
* grub.cfg files: update copyright author infoFrancis Rowe2015-08-232-3/+682
|
* grub.cfg: Be more intelligent: automatically decrypt, etcKlemens Nanni2015-08-231-33/+94
|
* grub.cfg: refer to variables properlyFrancis Rowe2015-08-181-5/+5
|
* grub.cfg: Don't load on-disk grub.cfg, just libreboot_grub.cfgFrancis Rowe2015-08-181-1/+1
| | | | This maintains behavioural compatibility with release 20150518.
* GRUB keymaps: Add Esponal (Spanish) QwertyFrancis Rowe2015-08-172-0/+130
|
* grub.cfg: re-add missing if check for initrd.imgFrancis Rowe2015-08-161-1/+3
|
* grub.cfg: simplify (remove repetition)Francis Rowe2015-08-161-81/+35
|
* build/dependencies/parabola: skip already installed packagesKlemens Nanni2015-08-161-13/+13
|
* build/dependencies/parabola: better messages, plus failoverKlemens Nanni2015-08-161-2/+10
|
* scripts: use the -j option in make (multithreaded compilation)Klemens Nanni2015-08-168-13/+21
|
* Fix double "pacman -S"Klemens Nanni2015-08-161-1/+1
|
* Update coreboot to the latest as of 4 August 2015Francis Rowe2015-08-0436-1947/+2235
|
* grub.cfg: apped cbmemc to terminal outputFrancis Rowe2015-07-121-0/+1
|
* download/flashrom: Verify checksums of downloaded filesFrancis Rowe2015-07-122-2/+105
|
* download/bucts: Verify checksums of downloaded filesFrancis Rowe2015-07-122-0/+13
|
* download/coreboot: verify the checksums of downloaded filesFrancis Rowe2015-07-122-0/+14113
|
* download/grub: verify checksums of downloaded filesFrancis Rowe2015-07-123-0/+1908
|
* download/memtest86plus: delete tarball if invalidFrancis Rowe2015-07-121-0/+1
|
* download/memtest86plus: add missing line break on printfFrancis Rowe2015-07-121-1/+1
|
* download/memtest86plus: verify checksum when downloadingFrancis Rowe2015-07-121-0/+7
|
* build/release/src: Don't separate crossgccFrancis Rowe2015-07-112-49/+0
| | | | | | | Also delete build/release/crossgcc Crossgcc is now once again integrated into the _src release archive.
* build/module/coreboot: Don't build crossgcc automaticallyFrancis Rowe2015-07-111-5/+0
| | | | Don't download it, either.
* grub.cfg: switch to on-disk grub.cfg if it existsFrancis Rowe2015-07-101-0/+8
|
* build/roms/withgrub_helper: delete the correct directoryFrancis Rowe2015-07-031-1/+1
|
* build/roms/withgrub: use correct path for i945 dd commandsFrancis Rowe2015-07-031-3/+3
| | | | Otherwise, these are brick.rom images
* build/roms/withgrub: fix path names when running ich9genFrancis Rowe2015-07-031-4/+4
| | | | Otherwise, these images are brick.rom images
* build/release/roms: copy version information directlyFrancis Rowe2015-06-281-6/+3
|
* build/release/roms: Put ROM images in rom/payload/, not rom/Francis Rowe2015-06-281-15/+29
|
* build/roms/withgrub: Put ROM images in bin/grub/, not bin/Francis Rowe2015-06-282-4/+5
|
* Delete obsolete information about coreboot-libre trimmingFrancis Rowe2015-06-281-3/+1
| | | | | This feature was removed from libreboot, so it's nonsense that it's still documented.
* coreboot-libre: move GRUB configs to grub/Francis Rowe2015-06-2816-4/+4
|
* s/machine/systemFrancis Rowe2015-06-274-6/+6
| | | | It was annoying me.
* 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-241-0/+3
|
* 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.