From dfad11f350f81527431e53facfa002e2acad5361 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 4 Feb 2024 00:18:20 +0000 Subject: NEW BOARD: Dell OptiPlex 9020 MT (and 7020 MT) Specifically the MT versions. The SFF versions will be added separately, in a later commit. See: https://review.coreboot.org/c/coreboot/+/55232 This patch has been added, from patchset 31. It still has some unresolved issues, on that patchset, but it should boot. See commit message there. Of note: I've enabled PCI REBAR, though it's unknown whether it will work (some comments there about it though, on that gerrit page). I've also set CBFS size to 8MB, not the full size of the BIOS region; this is required on the T440p which uses the same mrc.bin file, to get S3 working. TSEG stage cache disabled, as on other Haswell boards. The setup: SeaBIOS-only as first payload, but with GRUB enabled as secondary payload. The _grubonly setup has been enabled here. This way, the config will work on iGPU and dGPU setups without issue. Signed-off-by: Leah Rowe --- config/vendor/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/vendor') diff --git a/config/vendor/sources b/config/vendor/sources index da30b05c..a45ec37f 100644 --- a/config/vendor/sources +++ b/config/vendor/sources @@ -23,7 +23,7 @@ # NOTE: google's manifest for archives containing mrc.bin, used here: # https://web.archive.org/web/20210211071412/https://dl.google.com/dl/edgedl/chromeos/recovery/recovery.conf -{t440pmrc w541mrc t440plibremrc w541}{ +{t440pmrc w541mrc t440plibremrc w541 dell9020mt}{ DL_hash f3d79aec805c8b0094a4081be76b3a22d329c479ad18210449b7acc3236ccfc4a2103eaa7c5b79a4872bfd699eede047efd46dfb06dc8f47e3216fc254612998 DL_url https://download.lenovo.com/pccbbs/mobiles/glrg22ww.exe DL_url_bkup https://web.archive.org/web/20211120031520/https://download.lenovo.com/pccbbs/mobiles/glrg22ww.exe -- cgit v1.2.1