diff options
author | Tom Hiller <thrilleratplay@gmail.com> | 2022-08-28 20:40:14 -0400 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-08-04 20:54:42 +0000 |
commit | daf6b8bc76053a8e9dddc9c91ce52701faab558a (patch) | |
tree | b5bd022c9af6cb1b7beb1cdc1d142ba51265304a /util/docker/coreboot-sdk | |
parent | f1ee2f7dc3823e3d447b8523a1dedf4fbe3fb76b (diff) |
util/docker/coreboot-sdk: add mrc extraction packages
Add packages required to extract the `mrc.bin` from a ChromeOS firmware
image as per the instructions provided in
https://doc.coreboot.org/northbridge/intel/haswell/mrc.bin.html
Change-Id: I81ed4ef55f0ba745a8a0a0cc85c2b00360f59297
Signed-off-by: Tom Hiller <thrilleratplay@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67160
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'util/docker/coreboot-sdk')
-rw-r--r-- | util/docker/coreboot-sdk/Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile index 202dfe467b..cccd1acd65 100644 --- a/util/docker/coreboot-sdk/Dockerfile +++ b/util/docker/coreboot-sdk/Dockerfile @@ -63,6 +63,7 @@ RUN \ msitools \ nasm \ openssl \ + parted \ patch \ pbzip2 \ pkg-config \ @@ -73,8 +74,10 @@ RUN \ qemu-system-ppc \ qemu-system-x86 \ rsync \ + sharutils \ shellcheck \ unifont \ + unzip \ uuid-dev \ vim-common \ wget \ |