Merge pull request 'docs/maintain/: Swap BIOSUtilities and bios_extract descriptions' (#97) from nic3-14159/lbwww:docs-maintain-fixes into master

Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/97
master
Leah Rowe 2023-12-18 01:56:13 +00:00
commit 8afcf59684
1 changed files with 5 additions and 5 deletions

View File

@ -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/
---------------