docs/maintain/: Swap BIOSUtilities and bios_extract descriptions
The dell_inspiron_1100_unpacker.py and Dell_PFS_Extract.py utilities were attributed to BIOSUtilities and bios_extract respectively, which is backwards. Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>master
parent
20c3d75020
commit
f0bc8ca6e0
|
@ -189,8 +189,9 @@ src/bios\_extract/
|
|||
Used by the vendor file handler scripts. The upstream that we use is here:
|
||||
<https://review.coreboot.org/bios_extract>
|
||||
|
||||
Specifically: the pfs extract utility from this is used on Dell vendor updates,
|
||||
to extract SCH5545 EC (Environment Control) firmware.
|
||||
The `dell_inspiron_1100_unpacker.py` script is used here, to extract from Dell
|
||||
BIOS updates, to get at the VGA ROM for Nvidia GPU on certain models of Dell
|
||||
Latitude E6400.
|
||||
|
||||
src/biosutilities/
|
||||
---------------
|
||||
|
@ -198,9 +199,8 @@ src/biosutilities/
|
|||
Used by the vendor file handler scripts. The upstream that we use is here:
|
||||
<https://github.com/platomav/BIOSUtilities>
|
||||
|
||||
The `dell_inspiron_1100_unpacker.py` script is used here, to extract from Dell
|
||||
BIOS updates, to get at the VGA ROM for Nvidia GPU on certain models of Dell
|
||||
Latitude E6400.
|
||||
Specifically: the pfs extract utility from this is used on Dell vendor updates,
|
||||
to extract SCH5545 EC (Environment Control) firmware.
|
||||
|
||||
src/coreboot/
|
||||
---------------
|
||||
|
|
Loading…
Reference in New Issue