aboutsummaryrefslogtreecommitdiff
path: root/resources/libreboot/patch
Commit message (Collapse)AuthorAgeFilesLines
* fix patching issue on gm45Leah Rowe2016-09-2012-56/+0
|
* fix patching issue on i945Leah Rowe2016-09-203-160/+0
|
* Revert "fix merge confict when running ./build module coreboot"Leah Rowe2016-09-2015-0/+216
| | | | This reverts commit b50e80a683d4707bdec1a0bc37069c8edb152a9f.
* fix merge confict when running ./build module corebootLeah Rowe2016-09-1915-216/+0
| | | | | patch that already exists in the coreboot revision used is still being applied. delete the patch from libreboot
* new board: Apple iMac 5,2 (no documentation yet)Leah Rowe2016-09-181-0/+67
|
* fix wrongly placed patchesLeah Rowe2016-09-182-0/+0
|
* gm45: use correct vbt string (needed for external monitors) (Arther Heymans)Leah Rowe2016-09-0912-0/+42
|
* i945: add fake vbt (needed for external screens) (patch from Arthur Heymans)Leah Rowe2016-09-093-0/+45
|
* ga-g41m-es2l: enable use of PCIe x16 port (patches from Damien Zammit)Leah Rowe2016-09-092-0/+0
|
* i945: add support for external monitors in grub (patch from Arthur Heymans)Leah Rowe2016-09-094-0/+419
|
* add vesafb mode to ga-g41m-es2l (patch from Arthur Heymans)Leah Rowe2016-09-092-0/+445
|
* gm45: add support for external monitors in grub (patch from Arthur Heymans)Leah Rowe2016-09-0913-0/+613
|
* typofixLeah Rowe2016-09-092-6/+6
|
* i945, gm45 and x4x: bump coreboot revisionLeah Rowe2016-09-0949-59/+59
|
* Fix low-res screens on T60 (patch from Arthur Heymans)Leah Rowe2016-09-082-0/+175
|
* all i945 and gm45 boards: bump coreboot revisionLeah Rowe2016-09-0843-264/+24
|
* add hda verb to t60 (fixes mic) (patch from Arthur Heymans)Leah Rowe2016-09-081-0/+53
|
* gm45: fix IOMMU (patch from Damien Zammit)Leah Rowe2016-09-0812-0/+61
|
* Add a new target: intel d945gclfArthur Heymans2016-09-076-0/+670
| | | | | | | This patch adds all the required files to build libreboot for the intel d945gclf. Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
* gm45: cleanup of native graphic initArthur Heymans2016-08-1712-0/+240
| | | | | | cleans up and corrects some registers in gm45 native graphic init. Results is that previously incompatible wxga+ screens now have a strip of working display.
* fix overlapping cmos paramters on t400Arthur Heymans2016-08-091-10/+9
| | | | overlapping cmos parametes were result of uncarefull reverting.
* fix error that was caused by incorrect revert.Arthur Heymans2016-08-091-12/+12
|
* fix libreboot build issue with gm45.Arthur Heymans2016-08-0912-25/+62
|
* gm45,reused.list: fix mistake on using hardcoded intel gpuArthur Heymans2016-08-088-9/+8
|
* hardcode use of integrated graphic device on gm45 laptopsArthur Heymans2016-08-089-0/+35
|
* set gm45 vram default to 256MArthur Heymans2016-08-0812-0/+48
| | | | | | The gm45 integrated gpu scales very well with more vram, both for video decoding and games. Setting it to the highest stable value is a good default for libreboot.
* revert hybrid driver cause it does not work on t400Arthur Heymans2016-08-0811-75/+609
| | | | | | Also removes hardcoded use of igd since code is different. Can be added in later patch but since libreboot always loads cmos defaults this might not be necessary.
* update to latest coreboot revision for ga-g41m-es2lLeah Rowe2016-07-231-46/+0
|
* Update to latest coreboot revision and patch set for GA-G41M-ES2LLeah Rowe2016-07-187-596/+46
|
* GM45 laptops: Update to the latest coreboot revisionLeah Rowe2016-07-1839-316/+186
|
* Change Leah's surname back to RoweLeah Rowe2016-06-2813-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-06-013-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-141-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-141-0/+77
|
* fix broken SATA support on GA-G41-ES2L (courtesy of damo22 on IRC)Leah Woods2016-05-141-0/+96
|
* add acpi c3 / cpu c4 cstate for gm45 thinkpadsArthur Heymans2016-05-088-0/+52
|