Merge pull request 'master' (#116) from Gusher_123/lbwww:master into master

Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/116
master
Leah Rowe 2024-06-01 17:54:55 +00:00
commit e06b3adc5f
2 changed files with 6 additions and 6 deletions

View File

@ -66,7 +66,7 @@ Introduction
**Unavailable in Libreboot 20240126 or earlier. You must [compile from
source](../build/), or use a version newer than Libreboot 20240126**
Official information about the laptop can be found here:
Official information about this machine can be found here:
<https://i.dell.com/sites/doccontent/shared-content/data-sheets/en/Documents/optiplex-9020-micro-technical-spec-sheet.pdf>
Buy Libreboot preinstalled
@ -162,11 +162,11 @@ separate targets for MT and SFF.
Build ROM image from source
---------------------------
For the MT variant (7020 MT and 9020 SFF):
For the MT variant (7020 MT and 9020 MT):
./build roms dell9020mt_12mb
For the SFF variant (7020 MT and 7020 SFF):
For the SFF variant (7020 SFF and 9020 SFF):
./build roms dell9020sff_12mb
@ -201,12 +201,12 @@ If you're already running Libreboot, and you don't have flash protection
turned on, [internal flashing](../install/) is possible.
Internal flashing can also be done with the original Dell BIOS, if the
SERVICE_MODE jumper near the PCIe slots is removed. Before flashing,
SERVICE_MODE jumper near the PCIe slots is installed. Before flashing,
rmmod spi-intel-platform
needs to be run to prevent errors. Once Libreboot is installed, the
SERVICE_MODE jumper can be replaced.
SERVICE_MODE jumper can be removed.
**Note: The Dell BIOS can write EFI variables to flash when shutting
down, which could corrupt the newly flashed Libreboot ROM and render

View File

@ -24,7 +24,7 @@ users have been bricking their machines, on the following mainboards:
* Sandybridge platforms (e.g. ThinkPad X220, T420)
* Ivybridge platforms (e.g. ThinkPad X230, T430)
* Haswell platforms (e.g. ThinkPad T440p, W541)
* Haswell platforms (e.g. ThinkPad T440p, W541, OptiPlex 9020)
Why?
----