summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* c201_doc_updatebluevector2016-07-161-0/+18
|
* Note about script for USB keyboard wakeup on gm45 laptospLeah Rowe2016-07-161-0/+6
|
* Add workaround for USB keyboard on GM45 laptopsNamine Ritsu2016-07-161-0/+50
|
* docs: build scripts rewritePaul Koenig2016-07-1614-659/+594
| | | | | | | | | | ".master" script in resources/scripts/helpers/build/docs Adds option to build html for libreboot website with "./build docs <html-type> w" Converts jpegs to eps for dvi and ps output, if these formats are built, using imagemagick. Archives resources (images) with compressed html manuals.
* add pic of the teensy 3.1 to docsLeah Rowe2016-07-151-1/+3
|
* Add note about the Teensy 3.1 SPI flasherLeah Rowe2016-07-151-1/+3
|
* typofixLeah Rowe2016-06-281-1/+1
|
* finetune backlight: add some newlines, clarify stuffArthur Heymans2016-06-281-8/+9
| | | | | | | | LED needs a higher PWM freq so lower devider. Uneven backlight is more important to fix first when there is also noise. Makes it more clear that you want highest good value for devider, which is equal to finding the lowest working frequency.
* Change Leah's surname back to RoweLeah Rowe2016-06-2799-104/+104
|
* guide on tweaking BCL_PWM_CTLArthur Heymans2016-06-271-2/+70
| | | | | | This a add a guide on how to tweak BLC_PWM_CTL. This allows to fix problems with uneven backlight, coil whine or display flicker.
* download/flashrom: git checkout 0.9.9 instead of git reset commithashArthur Heymans2016-06-271-1/+2
|
* x60,t60: delete manually added c4 stateArthur Heymans2016-06-192-147/+0
| | | | | | | The ich7 datasheet "IntelĀ® I/O Controller Hub 7 (ICH7) Family" has a reg called GEN_PMCON_1 in which c3 can automatically be upgraded to c4. This is already set in coreboot.
* Disable native PS2 keyboard initArthur Heymans2016-06-1919-19/+19
| | | | | | Both grub and seabios can do keyboard init on their own. This option only slows down the boot process. On the x60 it even makes the keyboard unresponsive.
* Add sound card config for x60Arthur Heymans2016-06-191-0/+65
| | | | | | | | | | | | | The sound card on the x60 is not configured in coreboot. This causes the headphones not to be automatically detected/used when inserted which it does on the vendor bios. The internal microphone is also not set as default. I found on the coreboot wiki how to get the config from vendor bios. In GNU/linux run: for x in /sys/class/sound/card0/hw*; do cat "$x/init_pin_configs" > pin_"$(basename "$x")"; done for x in /proc/asound/card0/codec#*; do cat "$x" > "$(basename "$x")"; done which gives the pin config of the vendor bios.
* docs: Remove note against buying C201. It was misguidedLeah Woods2016-06-061-4/+0
|
* grub.cfg: also search cd/dvd for ata 2-3 (for G41M)Leah Woods2016-06-011-1/+1
|
* Add dependency to list for Trisquel Add de Trisquel 77Leah Woods2016-05-311-1/+1
|
* docs: revert absolute paths for image references to relative pathsPaul Koenig2016-05-3110-323/+321
|
* Enable extended states and dynamic L2 cacheArthur Heymans2016-05-313-0/+52
| | | | | | | | | | | | | This patch sets msr bits to enable dynamic L2 cache which is a requirement for C4E, which is also enabled by this patch. the bit for C2E is also set. Those msr bits are taken from later cpus and seem to work fine. C2 state performs particularly bad. Before this patch it consumed ~17-18W. After this patch it dropped to 14W. Idle power usage (C4) seems to remain very similar.
* update the dependencies list for Trisquel 7Leah Woods2016-05-301-1/+1
|
* docs: Add photo of GA-G41M-ES2L to flashing instructions, courtesy of damo22Leah Woods2016-05-272-0/+3
| | | | Photo pulled from the libreboot-dev mailing list. Scaled down for web viewing.
* docs: build scriptsPaul Koenig2016-05-2515-311/+738
| | | | | also update libreboot.texi to use absolute paths for references to images, logs, etc.
* GA-G41M-ES2L: Update patches to fix NIC in GNU/Linux (autoconfig works now)Leah Woods2016-05-245-48/+207
|
* gm45: 256M default vramArthur Heymans2016-05-2412-0/+214
| | | | | | 352M vram seems to be quite unstable on targets with 4GB or more. 256M has yet to show issues on different ram configurations. This might be a good default for libreboot.
* Revert GM45 352MiB VRAM patch for now, we'll re-add it later once stableLeah Woods2016-05-2212-212/+0
|
* 352M for gm45 now with failsafe if something goes wrong with cmos.Arthur Heymans2016-05-2212-0/+212
|
* docs g41: mention custom MAC address is neededLeah Woods2016-05-221-0/+3
|
* Remove patch for 352MiB VRAM on GM45Leah Woods2016-05-2213-256/+0
|
* docs: NIC is now fixed on g41Leah Woods2016-05-221-2/+0
|
* (bootfix) GRUB-only boards: actually use GRUB as payload, not SeaBIOSLeah Woods2016-05-211-1/+0
|
* docs: fix invalid formatting for copyright logo on authors listLeah Woods2016-05-211-5/+5
|
* Revert "format documentation for 80 character line limit"Leah Woods2016-05-211-6869/+5616
| | | | | | This reverts commit e3065addba58b99eff932030f0a5170ed17743f7. It caused some formatting issues which would have caused problems
* format documentation for 80 character line limitLeah Woods2016-05-211-5616/+6869
| | | | | | This was done in Vim :set tw=80 gqG
* Cleanup/tidy the texinfo documentation, courtesy of Paul <paukoen@gmail.com>Leah Woods2016-05-2157-12735/+7688
| | | | | | | | | | | | | | | This was submitted on the mailing list. I further added the full list of authors to the copying section. There were a few copyright authors missing in the file that Paul submitted. There are some TODO entries at the start of the document, which Paul left for us. We need to work on those. Also TODO: integrate this into build system, so that we have these options: ./build docs html ./build docs html-onepage ./build docs pdf etc
* bring back the old backgrounds. They were betterLeah Woods2016-05-214-3/+3
|
* Only use SeaGRUB on i945, KCMA-D8 and KGPE-D16Leah Woods2016-05-211-14/+27
|
* build/roms/withgrub: add 16:10 background to 16MiB GM45 laptop configsLeah Woods2016-05-211-2/+2
|
* All board: payload now named payload.elfLeah Woods2016-05-2130-39/+37
|
* ga-g41m-es2l: disable CONFIG_PCIEXP_COMMON_CLOCK in config (bootfix)Leah Woods2016-05-211-1/+1
|
* use usbdebug on ga-g41m-es2lLeah Woods2016-05-211-1/+11
|
* use seagrub on ga-g41m-es2lLeah Woods2016-05-211-2/+4
|
* Use damo22's config for ga-g41m-es2lLeah Woods2016-05-211-20/+8
|
* grub.cfg: also do ata devices for encryption (for ga-g41m-es2l)Leah Woods2016-05-211-2/+4
|
* grub.cfg: Also search on ATA devices (for GA-G41M-ES2L which uses IDE emu)Leah Woods2016-05-211-0/+12
|
* Fix broken NIC on GA-G41-ES2L, courtesy of damo22 on IRCLeah Woods2016-05-214-30/+377
|
* GA-G41-ES2L: upgrade to recommended coreboot revisionLeah Woods2016-05-215-1/+403
|
* actually, 3 seconds is enoughLeah Woods2016-05-201-1/+1
| | | | | According to damo22 on IRC, PS/2 only needs 1.2 seconds. Coreboot sets it 3s by default, so let's just use coreboot's default setting.
* SeaGRUB: reduce timeout from 60s to 6sLeah Woods2016-05-201-1/+1
| | | | | Still higher than default, but tolerable now for those using headless systems.
* build/roms/withgrub: use cbfstool add-int for 0s delay in cbfs (SeaGRUB)Leah Woods2016-05-191-4/+1
|
* Don't use SeaVGABIOS on systems that use SeaGRUBLeah Woods2016-05-198-21/+135
|