Merge pull request 'master' (#116) from Gusher_123/lbwww:master into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/116master
commit
e06b3adc5f
|
@ -66,7 +66,7 @@ Introduction
|
||||||
**Unavailable in Libreboot 20240126 or earlier. You must [compile from
|
**Unavailable in Libreboot 20240126 or earlier. You must [compile from
|
||||||
source](../build/), or use a version newer than Libreboot 20240126**
|
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>
|
<https://i.dell.com/sites/doccontent/shared-content/data-sheets/en/Documents/optiplex-9020-micro-technical-spec-sheet.pdf>
|
||||||
|
|
||||||
Buy Libreboot preinstalled
|
Buy Libreboot preinstalled
|
||||||
|
@ -162,11 +162,11 @@ separate targets for MT and SFF.
|
||||||
Build ROM image from source
|
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
|
./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
|
./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.
|
turned on, [internal flashing](../install/) is possible.
|
||||||
|
|
||||||
Internal flashing can also be done with the original Dell BIOS, if the
|
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
|
rmmod spi-intel-platform
|
||||||
|
|
||||||
needs to be run to prevent errors. Once Libreboot is installed, the
|
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
|
**Note: The Dell BIOS can write EFI variables to flash when shutting
|
||||||
down, which could corrupt the newly flashed Libreboot ROM and render
|
down, which could corrupt the newly flashed Libreboot ROM and render
|
||||||
|
|
|
@ -24,7 +24,7 @@ users have been bricking their machines, on the following mainboards:
|
||||||
|
|
||||||
* Sandybridge platforms (e.g. ThinkPad X220, T420)
|
* Sandybridge platforms (e.g. ThinkPad X220, T420)
|
||||||
* Ivybridge platforms (e.g. ThinkPad X230, T430)
|
* Ivybridge platforms (e.g. ThinkPad X230, T430)
|
||||||
* Haswell platforms (e.g. ThinkPad T440p, W541)
|
* Haswell platforms (e.g. ThinkPad T440p, W541, OptiPlex 9020)
|
||||||
|
|
||||||
Why?
|
Why?
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue