summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/patch
Commit message (Collapse)AuthorAgeFilesLines
* GM45 laptops: Update to the latest coreboot revisionLeah Rowe2016-07-1739-316/+186
|
* Change Leah's surname back to RoweLeah Rowe2016-06-2713-18/+18
|
* 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.
* 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.
* 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.
* 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
|
* Remove patch for 352MiB VRAM on GM45Leah Woods2016-05-2213-256/+0
|
* Fix broken NIC on GA-G41-ES2L, courtesy of damo22 on IRCLeah Woods2016-05-213-0/+340
|
* GA-G41-ES2L: upgrade to recommended coreboot revisionLeah Woods2016-05-211-0/+0
|
* forgot some newlines in reused.listArthur Heymans2016-05-195-5/+10
|
* set vram on gm45 to 352MArthur Heymans2016-05-1913-5/+256
| | | | | | | | | | | | | This patch enables all vram sizes and sets the default to 352M for libreboot. Normally users have to clear their vram for this to happen. using "nvram -c random" But there a 2 better option: coreboot provides to always load the defaults in its menuconfig update the flashscript to reset cmos Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
* finally the correct patch for i945 vramArthur Heymans2016-05-181-10/+16
|
* i945: path to enable all VRAM options, libreboot config is set to 64MBArthur Heymans2016-05-153-0/+154
|
* Add 16MiB ROM image configs for all GM45 thinkpadsLeah Woods2016-05-149-0/+67
|
* enable c4 state on t60Arthur Heymans2016-05-131-0/+70
| | | | this is identical to the patch enabling c4 state on x60
* Add support for 4th C-STATE on ThinkPad X60 (courtesy of avph on IRC)Leah Woods2016-05-131-0/+77
|
* fix broken SATA support on GA-G41-ES2L (courtesy of damo22 on IRC)Leah Woods2016-05-131-0/+96
|
* add acpi c3 / cpu c4 cstate for gm45 thinkpadsArthur Heymans2016-05-088-0/+52
|
* reassign Minifree Ltd copyrights back to Minifree directorLeah Woods2016-05-0612-16/+16
| | | | This time under her chosen name.
* asus/kgpe-d16|kcma-d8: Update for latest round of DRAM training enhancementsTimothy Pearson2016-05-055-0/+0
| | | | Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
* kgpe-d16|kcma-d8: Update to latest coreboot for RDIMM initialization fixesTimothy Pearson2016-04-275-0/+0
| | | | Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
* reassign copyright from Minifree director to Minifree LtdMinifree Ltd2016-04-2612-16/+16
|
* Update to include AMD Family 15h DRAM training fixesTimothy Pearson2016-04-225-0/+0
|
* Coreboot, vboot and depthcharge updates to Coreboot 4.3 for CrOS devicesPaul Kocialkowski2016-04-1911-101/+230
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* asus/kgpe-d116|kcma-d8: Update coreboot to latest versionTimothy Pearson2016-04-115-0/+0
|
* asus/kgpe-d116|kcma-d8: Update coreboot to latest version to fix RAM and SB ↵Timothy Pearson2016-04-115-0/+0
| | | | issues
* mainboard/asus/kgpe-d16|kcma-d8: Include additional coreboot MCT fixes for ↵Timothy Pearson2016-04-045-0/+0
| | | | | | Kingston RDIMMs Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
* mainboard/kcma-d8|kgpe-d16: Reenable GRUB buildsTimothy Pearson2016-04-042-0/+178
|
* mainboard/asus/kgpe-d16|kcma-d8: Include coreboot MCT fixes for Kingston RDIMMsTimothy Pearson2016-03-283-0/+267
| | | | Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
* Add SeaBIOS payload to librebootFrancis Rowe2016-03-143-0/+0
|
* Update KGPE-D16, KCMA-D8 and KFSN4-DRE to current latest coreboot versionFrancis Rowe2016-03-143-0/+0
|
* Remove ThinkPad R500 support (wasn't ready for production use yet anyway)Francis Rowe2016-03-108-2268/+0
| | | | | | R500 support in its current state should not be merged in the master branch. This will likely not make it into the immediate upcoming release. This patch will be reverted in a separate experimental branch, for the time being.
* i945 and gm45 laptops: use cb 2a3434757ef425dbdfedf1fc69e1a033a6e7310dFrancis Rowe2016-03-1032-461/+14
| | | | | This should fix the RTC century byte issue (fix merged upstream). Some patches were removed, in those cases where they became merged upstream.
* jgpe-d16, kcma-d8, kfsn4-dre: remove unneeded patchesFrancis Rowe2016-03-099-222/+0
|
* Revert "kgpe-d6,kcma-d8,kfsn4-dre: use cb ↵Francis Rowe2016-03-099-0/+222
| | | | | | 67e11d1e4f5fa4ba7e864bb0487bf5a835fb2919" This reverts commit 735b6a3e7250a52c5fa04cdd400cb7f44f37b89e.
* Revert "rename wrongly named patch directory (fix build issue)"Francis Rowe2016-03-093-0/+0
| | | | This reverts commit 41dd699e78587f3e83e354f6897057305300699b.
* rename wrongly named patch directory (fix build issue)Francis Rowe2016-03-093-0/+0
|
* kgpe-d6,kcma-d8,kfsn4-dre: use cb 67e11d1e4f5fa4ba7e864bb0487bf5a835fb2919Francis Rowe2016-03-099-222/+0
| | | | This revision is reported to work correctly.
* Update coreboot (kgpe-d16,kcma-d8,kfsn4-dre,d510mo,ga-g41m-es2l)Francis Rowe2016-03-08202-74128/+489
| | | | | | Update to the latest coreboot and vboot versions at the time of writing: coreboot 2a3434757ef425dbdfedf1fc69e1a033a6e7310d vboot d187cd3fc792f8bcefbee4587c83eafbd08441fc
* fix build issue on kcma-d8Francis Rowe2016-01-311-0/+41
|
* New board: Intel D510MOFrancis Rowe2016-01-301-0/+33
|
* New board: ASUS KCMA-D8 desktop/workstation motherboardFrancis Rowe2016-01-3045-0/+10453
|
* Revert "reset x60/t60/macbook21 to older coreboot revisions"Francis Rowe2016-01-2825-500/+66
| | | | This reverts commit 3b56767917dccd59c4af7c289450a053982e984a.
* reset x60/t60/macbook21 to older coreboot revisionsFrancis Rowe2016-01-2825-91/+318
| | | | This is a temporary fix for an upcoming release.
* Use different coreboot revisions and patches per boardFrancis Rowe2016-01-04185-0/+208
| | | | | | | | | | | | | | | | | | The release archives will be bigger, but this is a necessary change that makes libreboot development easier. At present, there are boards maintained in libreboot by different people. By doing it this way, that becomes much easier. This is in contrast to the present situation, where a change to one board potentially affects all other boards, especially when updating to a new version of coreboot. Coreboot-libre scripts, download scripts, build scripts - everything. The entire build system has been modified to reflect this change of development. For reasons of consistency, cbfstool and nvramtool are no longer included in the util archives.
* Replace Chromebook mentions with CrOS, that is more genericPaul Kocialkowski2015-11-061-0/+0
| | | | | | | | | | Not all CrOS devices are Chromebooks (laptops) or run on ARM, not all RK3288 CrOS devices are Chromebooks, either. We want to support more CrOS devices, including some that are not Chromebooks, such as the ASUS Chromebit! Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* veyron_speedy config update, depthcharge menus improvementPaul Kocialkowski2015-11-063-162/+19
|