diff --git a/site/docs/maintain/index.md b/site/docs/maintain/index.md index b6487aa..1784697 100644 --- a/site/docs/maintain/index.md +++ b/site/docs/maintain/index.md @@ -189,8 +189,9 @@ src/bios\_extract/ Used by the vendor file handler scripts. The upstream that we use is here: -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: -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/ ---------------