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/97master
commit
8afcf59684
|
@ -189,8 +189,9 @@ src/bios\_extract/
|
||||||
Used by the vendor file handler scripts. The upstream that we use is here:
|
Used by the vendor file handler scripts. The upstream that we use is here:
|
||||||
<https://review.coreboot.org/bios_extract>
|
<https://review.coreboot.org/bios_extract>
|
||||||
|
|
||||||
Specifically: the pfs extract utility from this is used on Dell vendor updates,
|
The `dell_inspiron_1100_unpacker.py` script is used here, to extract from Dell
|
||||||
to extract SCH5545 EC (Environment Control) firmware.
|
BIOS updates, to get at the VGA ROM for Nvidia GPU on certain models of Dell
|
||||||
|
Latitude E6400.
|
||||||
|
|
||||||
src/biosutilities/
|
src/biosutilities/
|
||||||
---------------
|
---------------
|
||||||
|
@ -198,9 +199,8 @@ src/biosutilities/
|
||||||
Used by the vendor file handler scripts. The upstream that we use is here:
|
Used by the vendor file handler scripts. The upstream that we use is here:
|
||||||
<https://github.com/platomav/BIOSUtilities>
|
<https://github.com/platomav/BIOSUtilities>
|
||||||
|
|
||||||
The `dell_inspiron_1100_unpacker.py` script is used here, to extract from Dell
|
Specifically: the pfs extract utility from this is used on Dell vendor updates,
|
||||||
BIOS updates, to get at the VGA ROM for Nvidia GPU on certain models of Dell
|
to extract SCH5545 EC (Environment Control) firmware.
|
||||||
Latitude E6400.
|
|
||||||
|
|
||||||
src/coreboot/
|
src/coreboot/
|
||||||
---------------
|
---------------
|
||||||
|
|
Loading…
Reference in New Issue