summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/patch/coreboot/2a3434757ef425dbdfedf1fc69e1a033a6e7310d/grub/x60
Commit message (Collapse)AuthorAgeFilesLines
* Change Leah's surname back to RoweLeah Rowe2016-06-272-4/+4
|
* x60,t60: delete manually added c4 stateArthur Heymans2016-06-191-77/+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-311-0/+50
| | | | | | | | | | | | | 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.
* 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-151-0/+152
|
* Add support for 4th C-STATE on ThinkPad X60 (courtesy of avph on IRC)Leah Woods2016-05-131-0/+77
|
* reassign Minifree Ltd copyrights back to Minifree directorLeah Woods2016-05-062-4/+4
| | | | This time under her chosen name.
* reassign copyright from Minifree director to Minifree LtdMinifree Ltd2016-04-262-4/+4
|
* i945 and gm45 laptops: use cb 2a3434757ef425dbdfedf1fc69e1a033a6e7310dFrancis Rowe2016-03-103-0/+126
This should fix the RTC century byte issue (fix merged upstream). Some patches were removed, in those cases where they became merged upstream.