summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* build-release: include static binaries for ich9gen and ich9deblobFrancis Rowe2014-12-301-0/+3
|
* build-release: include statically (cross) compiled cbfstoolFrancis Rowe2014-12-301-0/+7
|
* docs (bbb_setup.html): how to use FTDI debug on Beaglebone BlackFrancis Rowe2014-12-303-0/+13
|
* Documentation: merged X200 flashing instructions with mainFrancis Rowe2014-12-304-45/+27
|
* Removed redundant flashchip definitions in flashromFrancis Rowe2014-12-291-0/+3
| | | | | | | | | | | | For X200 owners with one of the Macronix flash chips. There are multiple definitions for almost the same chip, and they are all detected at once. Normally the user has to use the -c argument in flashrom to select a flash chip. With this modification, they can run flashrom without the argument. Deletion of redundant flash chip definitions is now also handled by getflashrom instead of builddeps-flashrom. builddeps-flashrom now only patches for i945 lenovo bios sst/macronix.
* X200: add whitelist to flashromFrancis Rowe2014-12-291-0/+1
| | | | | A future release of flashrom will have this upstreamed. Adding to libreboot temporarily as an external patch.
* X200: fix uneven backlight at low levelsFrancis Rowe2014-12-291-3/+1
|
* ich9macchange: new script. changes mac address in gbe on x200 romsFrancis Rowe2014-12-291-0/+6
|
* docs (X200): add notes about changing Gbe MAC addressFrancis Rowe2014-12-282-5/+33
|
* docs (macbook21): update notes about heat / external flashingFrancis Rowe2014-12-281-22/+5
|
* docs (X200): update flashing guideFrancis Rowe2014-12-283-9/+25
|
* Docs: x200_remove_me.html: Add note about default descriptor gbeFrancis Rowe2014-12-281-0/+10
|
* x200 docs: fix incorrect path for ich9genFrancis Rowe2014-12-281-1/+1
|
* ich9deblob: added ich9gen utilityFrancis Rowe2014-12-282-0/+62
| | | | | This can generate the descriptor+gbe images from scratch, without the need for a factory.bin dump.
* docs/hcl/x200.html: Fix incorrect notes about memory on X200SFrancis Rowe2014-12-262-3/+5
|
* Enable cstates 1 and 2 on macbook21Francis Rowe2014-12-251-0/+1
| | | | This reduces heat / power usage when the system is idle
* docs/hcl/x200_remove_me.html: Add info about faulty Gbe regionsFrancis Rowe2014-12-221-5/+11
|
* docs/hcl/x200_remove_me.html: info about GBe checksum calculationFrancis Rowe2014-12-151-0/+9
|
* buildrom-withgrub: disabled creation of *txtmode*.rom for X200Francis Rowe2014-12-141-0/+9
| | | | | (only framebuffer graphics work for now. this is what most people use anyway)
* Update SeaBIOS (again)Francis Rowe2014-12-141-0/+4
|
* docs/install/index.html#flashrom_x200: improve instructionsFrancis Rowe2014-12-141-0/+7
|
* Update coreboot (again)Francis Rowe2014-12-132-27/+4
| | | | Also improve the deblob utilities
* build-release: not all files were copied to libreboot_src. fix it.Francis Rowe2014-12-131-0/+1
|
* build-release: include cbmem (static binaries) in libreboot_binFrancis Rowe2014-12-132-2/+3
|
* docs/git/index.html#build: fix build-release instructionsFrancis Rowe2014-12-131-1/+2
| | | | | Tell the user how to properly build flashrom/bucts with static linking. Update build-release.
* Documentation (X200): add software-based flashing instructions.Francis Rowe2014-12-132-1/+4
|
* Documentation: Remove all references to the bus pirateFrancis Rowe2014-12-1318-455/+447
| | | | Replace with BBB flashing tutorials.
* Add ThinkPad X200S and X200 Tablet support to librebootFrancis Rowe2014-12-134-286/+276
| | | | (also tidied up the X200-related documentation)
* docs/release.html: Update release infoFrancis Rowe2014-12-112-28/+209
| | | | | | (preparation. Release planned for christmas day 2014) docs/archive_old.html: Move r20141015 release info here
* ThinkPad X200 support added to librebootFrancis Rowe2014-12-1122-3/+3877
|
* docs/git/index.html: update info about coreboot-libre configsFrancis Rowe2014-11-281-0/+4
|
* docs/security/t60_security.html: fix stupid languageFrancis Rowe2014-11-281-1/+2
|
* docs/install/t60_unbrick.html: fix stupid languageFrancis Rowe2014-11-281-2/+2
|
* docs/hardware/t60_heatsink.html: fix stupid languageFrancis Rowe2014-11-281-2/+2
|
* docs/hardware/x60_heatsink.html: fix stupid languageFrancis Rowe2014-11-281-2/+2
|
* Documentation: general cleanup.Francis Rowe2014-11-273-37/+46
| | | | | | | | 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.
* docs/git/index.html#build_flashrom: say correct path for binariesFrancis Rowe2014-11-251-1/+1
|
* docs/release.html: add lenovo g505s to the list of candidatesFrancis Rowe2014-11-251-0/+7
|
* libreboot_bin.tar.xz: Include utils as statically linked binariesFrancis Rowe2014-11-242-5/+36
| | | | | This means that the user does not have to install build dependency or build from source anymore.
* powertop.trisquel7 (new): Setup powertop on trisquel 7Francis Rowe2014-11-241-5/+3
|
* deps-parabola (removed) Remove Parabola dependencies script.Francis Rowe2014-11-241-1/+0
| | | | | It was useless. It will be re-added later. Removing for now to reduce confusion.
* docs/release.html: Remove links to coreboot commitsFrancis Rowe2014-11-231-20/+0
| | | | They aren't needed.
* x60flashfrom5 (new), for X60 users upgrading from 5th/early releaseFrancis Rowe2014-11-231-0/+5
|
* Update corebootFrancis Rowe2014-11-231-16/+28
| | | | | | | | | | | | | | 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.
* Revert "buildrom-withgrub: Only include 1 keymap file in GRUB memdisk."Francis Rowe2014-11-211-4/+4
| | | | This reverts commit 3e1712768172e53ed02da96e1bb392edaa219de7.
* buildrom-withgrub: Only include 1 keymap file in GRUB memdisk.Francis Rowe2014-11-211-4/+4
| | | | | | | | | | | | | 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.
* docs/release.html: Add info about new cb commit (for next update).Francis Rowe2014-11-201-0/+4
|
* Revert "docs/release.html Move vortex86ex back to critical tasks"Francis Rowe2014-11-171-3/+3
| | | | | | | 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.
* docs/release.html Move vortex86ex back to critical tasksFrancis Rowe2014-11-161-3/+3
|
* Move vortex86ex notes out of libreboot.Francis Rowe2014-11-161-8/+3
| | | | Move candidate to non-critical list of tasks.