Skip to content

Commit

Permalink
docs/variants/dell_optiplex/initial-deployment.md: Fix whitespaces an…
Browse files Browse the repository at this point in the history
…d typos

Signed-off-by: Michał Żygowski <[email protected]>
  • Loading branch information
miczyg1 committed Oct 14, 2024
1 parent 859e902 commit 74e6803
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/variants/dell_optiplex/initial-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ extracted UEFI image file, hidden under an unassuming name such as
blobs from this image using `uefi-firmware-parser`:

```bash
uefi-firmware-parser -e "_O7010A29.exe.extracted/65C10" -O
uefi-firmware-parser -e "_O7010A29.exe.extracted/65C10" -O
```

Congratulations, you should now have access to the BIOS ACM and EC firmware
Expand Down Expand Up @@ -153,14 +153,14 @@ raw binary, to which I will refer as `coreboot.rom`. It is assumed that the
If you didn't enable TXT support in your build, you only need to run

```bash
cbfstool coreboot.rom add -f sch5545_ecfw.bin -n sch5545_ecfw.bin -t raw
cbfstool coreboot.rom add -f sch5545_ecfw.bin -n sch5545_ecfw.bin -t raw
```

If you are using TXT, run

```bash
cbfstool coreboot.rom add -f IVB_BIOSAC_PRODUCTION.bin -n txt_bios_acm.bin -t raw
cbfstool coreboot.rom add -f SNB_IVB_SINIT_20190708_PW.bin -n txt_bios_acm.bin -t raw
cbfstool coreboot.rom add -f SNB_IVB_SINIT_20190708_PW.bin -n txt_sinit_acm.bin -t raw
```

### Flashing
Expand Down

0 comments on commit 74e6803

Please sign in to comment.