mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
dbe24b039d
Several patches are now merged upstream and no longer needed in lbmk, such as the HP EliteBook 8560w patch, and related patches. Some patches were changed, for example the Dell Latitude ivb/snb laptops are now variants in coreboot, instead of being individual ports; now they re-use the same base code. This this, the corresponding files under config/submodules have changed, for things like 3rdparty submodules e.g. libgfxinit, and tarballs e.g. crossgcc. This is long overdue, and will enable more boards to be added. This newer revision will be used in the next release, and some follow-up patches will merge these trees into default: * coreboot/haswell * coreboot/dell Signed-off-by: Leah Rowe <leah@libreboot.org>
24 lines
710 B
Diff
24 lines
710 B
Diff
From 9a0157b1459365cf52f90e66b78dd6b60a259587 Mon Sep 17 00:00:00 2001
|
|
From: Leah Rowe <leah@osboot.org>
|
|
Date: Sun, 3 Jan 2021 03:34:01 +0000
|
|
Subject: [PATCH 03/39] lenovo/x60: 64MiB Video RAM changed to default
|
|
(previously it was 8MiB)
|
|
|
|
---
|
|
src/mainboard/lenovo/x60/cmos.default | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/mainboard/lenovo/x60/cmos.default b/src/mainboard/lenovo/x60/cmos.default
|
|
index 58825c8a36..8e0aaf427d 100644
|
|
--- a/src/mainboard/lenovo/x60/cmos.default
|
|
+++ b/src/mainboard/lenovo/x60/cmos.default
|
|
@@ -17,4 +17,4 @@ trackpoint=Enable
|
|
sticky_fn=Disable
|
|
power_management_beeps=Enable
|
|
low_battery_beep=Enable
|
|
-gfx_uma_size=8M
|
|
+gfx_uma_size=64M
|
|
--
|
|
2.39.2
|
|
|