summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/patch/coreboot/d83b0e9ac4174cca92ac2c3b83a7e8491a9a1ff4/grub/x200_8mb/0001-set-default-vram-to-256M.patch
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2016-08-08 18:36:55 (EDT)
committer Leah Rowe <info@minifree.org>2016-08-09 03:07:06 (EDT)
commitc158a5a2058a5368a28a73135e6848e808236a40 (patch)
tree4fcc2dc5b738e2b503a7f7ab960ee4f4bbf4229f /resources/libreboot/patch/coreboot/d83b0e9ac4174cca92ac2c3b83a7e8491a9a1ff4/grub/x200_8mb/0001-set-default-vram-to-256M.patch
parent233aa73ef03b80e80ceac43ebe8360014c65220d (diff)
downloadlibreboot-c158a5a2058a5368a28a73135e6848e808236a40.zip
libreboot-c158a5a2058a5368a28a73135e6848e808236a40.tar.gz
libreboot-c158a5a2058a5368a28a73135e6848e808236a40.tar.bz2
fix libreboot build issue with gm45.
Diffstat (limited to 'resources/libreboot/patch/coreboot/d83b0e9ac4174cca92ac2c3b83a7e8491a9a1ff4/grub/x200_8mb/0001-set-default-vram-to-256M.patch')
-rw-r--r--resources/libreboot/patch/coreboot/d83b0e9ac4174cca92ac2c3b83a7e8491a9a1ff4/grub/x200_8mb/0001-set-default-vram-to-256M.patch13
1 files changed, 9 insertions, 4 deletions
diff --git a/resources/libreboot/patch/coreboot/d83b0e9ac4174cca92ac2c3b83a7e8491a9a1ff4/grub/x200_8mb/0001-set-default-vram-to-256M.patch b/resources/libreboot/patch/coreboot/d83b0e9ac4174cca92ac2c3b83a7e8491a9a1ff4/grub/x200_8mb/0001-set-default-vram-to-256M.patch
index b3124fa..01124c3 100644
--- a/resources/libreboot/patch/coreboot/d83b0e9ac4174cca92ac2c3b83a7e8491a9a1ff4/grub/x200_8mb/0001-set-default-vram-to-256M.patch
+++ b/resources/libreboot/patch/coreboot/d83b0e9ac4174cca92ac2c3b83a7e8491a9a1ff4/grub/x200_8mb/0001-set-default-vram-to-256M.patch
@@ -1,15 +1,16 @@
-From 0e2536a1d20293d7512fe42e4859b86fdbd4d671 Mon Sep 17 00:00:00 2001
+From c98d8745d4dca650709e76269cf014e5ffbc1443 Mon Sep 17 00:00:00 2001
From: Arthur Heymans <arthur@aheymans.xyz>
-Date: Fri, 5 Aug 2016 20:23:33 +0200
+Date: Tue, 9 Aug 2016 00:54:37 +0200
Subject: [PATCH] set default vram to 256M
+Change-Id: Ife906c47f32493d9a647a4f12f25982623eba189
---
src/mainboard/lenovo/t400/cmos.default | 2 +-
src/mainboard/lenovo/x200/cmos.default | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mainboard/lenovo/t400/cmos.default b/src/mainboard/lenovo/t400/cmos.default
-index 8955b18..d4c884a 100644
+index 5cf3e63..90d796f 100644
--- a/src/mainboard/lenovo/t400/cmos.default
+++ b/src/mainboard/lenovo/t400/cmos.default
@@ -14,4 +14,4 @@ power_management_beeps=Enable
@@ -17,9 +18,11 @@ index 8955b18..d4c884a 100644
sata_mode=AHCI
hybrid_graphics_mode=Integrated Only
-gfx_uma_size=32M
+\ No newline at end of file
+gfx_uma_size=256M
+\ No newline at end of file
diff --git a/src/mainboard/lenovo/x200/cmos.default b/src/mainboard/lenovo/x200/cmos.default
-index b484b6a..27f2eaa 100644
+index 1d7b420..ec7ab46 100644
--- a/src/mainboard/lenovo/x200/cmos.default
+++ b/src/mainboard/lenovo/x200/cmos.default
@@ -13,4 +13,4 @@ sticky_fn=Disable
@@ -27,7 +30,9 @@ index b484b6a..27f2eaa 100644
low_battery_beep=Enable
sata_mode=AHCI
-gfx_uma_size=32M
+\ No newline at end of file
+gfx_uma_size=256M
+\ No newline at end of file
--
2.9.2