diff options
author | Leah Rowe <leah@libreboot.org> | 2022-11-19 03:33:38 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2022-11-19 03:33:38 +0000 |
commit | 60793c552fa0eb1066adcf5e8eec3d5a4bcb7efd (patch) | |
tree | 3867f9fff8b6e298d66d7c411296bb58c76a8bcb /resources/coreboot/default/patches/0005-lenovo-t400-set-VRAM-to-352MiB-VRAM-by-default.patch | |
parent | 6114c34988d9f5768aac0b56cc4137ebaad81fd4 (diff) |
fix gnat build issue on coreboot repositories
backported from newer coreboot revisions, see patch
coreboot/default/patches/0014-coreboot-default-fix-crossgcc-build.patch
Diffstat (limited to 'resources/coreboot/default/patches/0005-lenovo-t400-set-VRAM-to-352MiB-VRAM-by-default.patch')
-rw-r--r-- | resources/coreboot/default/patches/0005-lenovo-t400-set-VRAM-to-352MiB-VRAM-by-default.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/coreboot/default/patches/0005-lenovo-t400-set-VRAM-to-352MiB-VRAM-by-default.patch b/resources/coreboot/default/patches/0005-lenovo-t400-set-VRAM-to-352MiB-VRAM-by-default.patch index d205f2a6..25fed35a 100644 --- a/resources/coreboot/default/patches/0005-lenovo-t400-set-VRAM-to-352MiB-VRAM-by-default.patch +++ b/resources/coreboot/default/patches/0005-lenovo-t400-set-VRAM-to-352MiB-VRAM-by-default.patch @@ -1,7 +1,7 @@ -From e3b971134ffc2f52e575efe53a571978ed291dc6 Mon Sep 17 00:00:00 2001 +From 702e80f25436126f0b157dff95a90fdbe318c2c5 Mon Sep 17 00:00:00 2001 From: Leah Rowe <leah@libreboot.org> Date: Fri, 14 May 2021 13:10:33 +0100 -Subject: [PATCH 05/11] lenovo/t400: set VRAM to 352MiB VRAM by default +Subject: [PATCH 05/14] lenovo/t400: set VRAM to 352MiB VRAM by default In the past, this caused stability issues so we set it to 256MiB. Nowadays, coreboot has fixed the issue preventing this. See: |