summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-11-28docs/git/index.html: update info about coreboot-libre configsFrancis Rowe
2014-11-28docs/security/t60_security.html: fix stupid languageFrancis Rowe
2014-11-28docs/install/t60_unbrick.html: fix stupid languageFrancis Rowe
2014-11-28docs/hardware/t60_heatsink.html: fix stupid languageFrancis Rowe
2014-11-28docs/hardware/x60_heatsink.html: fix stupid languageFrancis Rowe
2014-11-28Documentation: general cleanup.Francis Rowe
TODO's deleted from docs/release.html (no longer valid) or moved to docs/future/index.html. Description of libreboot slightly modified. (distinguish the coreboot part of libreboot as coreboot-libre.
2014-11-26docs/git/index.html#build_flashrom: say correct path for binariesFrancis Rowe
2014-11-25docs/release.html: add lenovo g505s to the list of candidatesFrancis Rowe
2014-11-25libreboot_bin.tar.xz: Include utils as statically linked binariesFrancis Rowe
This means that the user does not have to install build dependency or build from source anymore.
2014-11-24powertop.trisquel7 (new): Setup powertop on trisquel 7Francis Rowe
2014-11-24deps-parabola (removed) Remove Parabola dependencies script.Francis Rowe
It was useless. It will be re-added later. Removing for now to reduce confusion.
2014-11-23docs/release.html: Remove links to coreboot commitsFrancis Rowe
They aren't needed.
2014-11-23x60flashfrom5 (new), for X60 users upgrading from 5th/early releaseFrancis Rowe
2014-11-23Update corebootFrancis Rowe
Some notes: DEBLOB script updated (more blobs added). i945: reverted to legacy brightness. i945: permanently set tft_brightness to 0xff (works around a bug on X60 where brightness loops to zero when at max brightness and trying to increase the brightness level) EHCI debug dongle (BeagleBone Black) now enabled on all boards.
2014-11-21Revert "buildrom-withgrub: Only include 1 keymap file in GRUB memdisk."Francis Rowe
This reverts commit 3e1712768172e53ed02da96e1bb392edaa219de7.
2014-11-21buildrom-withgrub: Only include 1 keymap file in GRUB memdisk.Francis Rowe
This is to reduce the size of the image. To accomplish this, the payload in each coreboot configuration was set to 'None', after which the buildrom-withgrub script was modified to build a new grub.elf for each image. This is fast, since building the grub.elf only takes less than a second. The alternative was to build a new coreboot ROM per keymap, which would have been slow. Other files were also modified along with this, check the diff to see everything.
2014-11-21docs/release.html: Add info about new cb commit (for next update).Francis Rowe
2014-11-17Revert "docs/release.html Move vortex86ex back to critical tasks"Francis Rowe
This reverts commit 11b5bb1158f61fd3e9653ae1b8e2f083ce99f81d. Distribution for i586-only CPU's is limited now, and there will be a very limited number of users for this machine. Putting it in the low priority list, this time permanently.
2014-11-17docs/release.html Move vortex86ex back to critical tasksFrancis Rowe
2014-11-17Move vortex86ex notes out of libreboot.Francis Rowe
Move candidate to non-critical list of tasks.
2014-11-16fix mistake in last commitFrancis Rowe
2014-11-16Fix typos in last commitFrancis Rowe
2014-11-16docs/release.html Add new candidate vortex86ex machinesFrancis Rowe
These are embedded systems, some of which coreboot supports. It looks like they might be able to run without blobs, and they are still available at the time of writing.
2014-11-16docs/release.html Add ThinkPad X201 to list of candidates.Francis Rowe
2014-11-15docs/release.html Put new candidates under critical tasksFrancis Rowe
Add link to notes about the X200
2014-11-15docs/security/t60_security.html add linkFrancis Rowe
docs/security/x60_security.html: add link
2014-11-15docs/security/x60_security: add linkFrancis Rowe
docs/security/t60_security: add link Thanks to sgsit on the libreboot IRC channel
2014-11-11docs/security/t60_security.html Shorten descriptionFrancis Rowe
docs/security/x60_security.html Shorten description
2014-11-10docs/gnulinux/encrypted_trisquel.html Remove conclusion sectionFrancis Rowe
It's useless. Get rid of it.
2014-11-09docs/gnulinux/encrypted_trisquel.html Remove update instructionsFrancis Rowe
While updating is a good practise when installing a new distro, it is completely irrelevant for this tutorial. This tutorial is using the net install method which installs the latest updates automatically, anyway.
2014-11-09docs/gnulinux/grub_cbfs.html Fix typoFrancis Rowe
2014-11-09docs/release.html: Remove TODOFrancis Rowe
2014-11-09docs/release.html: Add information about merged commits (coreboot)Francis Rowe
2014-11-09Docs: encrypted_trisquel.html Use sane vg/lv names.Francis Rowe
2014-11-09docs/install/index.html: fix mistake in previous commitFrancis Rowe
2014-11-09docs/install/index.html: update ROM image listFrancis Rowe
Make boardname italic, not underlined (so that underscore is seen)
2014-11-09docs/install/index.html: update list of ROM images.Francis Rowe
2014-11-09Fix typo in documentation for last commitFrancis Rowe
2014-11-09grub-assemble: add French Dvorak (BEPO) keyboard layout.Francis Rowe
2014-11-08Documentation: add docs/hardware/x60_keyboard.htmlFrancis Rowe
How to replace keyboard on X60/X60s/X60T
2014-11-06docs/index.html: Add separationFrancis Rowe
2014-11-06docs/index.html: grammarFrancis Rowe
2014-11-06Documentation: *major* cleanup.Francis Rowe
Cleanup was long overdue. Old structure was messy and inefficient.
2014-11-04encrypted_parabola.html: Further clarification of purpose.Francis Rowe
encrypted_trisquel.html: Further clarification of purpose.
2014-11-04docs/release.html: Remove Acer CB5 from list of future candidates.Francis Rowe
Too many issues. Chromebooks are crippled (soldered RAM/storage/wifi) and have too many usability issues for the libreboot project.
2014-11-04docs: index.html#build Link to index.html#build_metaFrancis Rowe
For those users who downloaded libreboot from the git repository.
2014-11-04docs: release.html Add link to installation and build instructionsFrancis Rowe
2014-11-04docs: grub_cbfs.html Fix typoFrancis Rowe
2014-11-04docs: grub_cbfs.html Small fixFrancis Rowe
2014-11-04docs: grub_cbfs.html Major cleanup. Usability improvements.Francis Rowe