summaryrefslogtreecommitdiffstats
path: root/util/ich_descriptors_tool
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2021-07-01 11:08:45 +0200
committerNico Huber <nico.h@gmx.de>2021-09-12 10:22:11 +0000
commit1bc3c5127fc61f3f7d0b9cbed28f0cd458ee1e9b (patch)
tree69c8b433ecbfab3dd2e5ac43a5a8f5cd39059467 /util/ich_descriptors_tool
parent87284a5277a5f0419c55cfd9b4408516e35e40a3 (diff)
downloadflashrom-1bc3c5127fc61f3f7d0b9cbed28f0cd458ee1e9b.tar.gz
flashrom-1bc3c5127fc61f3f7d0b9cbed28f0cd458ee1e9b.tar.bz2
flashrom-1bc3c5127fc61f3f7d0b9cbed28f0cd458ee1e9b.zip
ich_descriptors_tool: Add missing Comet Point in usage
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: Ia1e3e231944513521d5db064340a0247f1884290 Reviewed-on: https://review.coreboot.org/c/flashrom/+/55993 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util/ich_descriptors_tool')
-rw-r--r--util/ich_descriptors_tool/ich_descriptors_tool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/ich_descriptors_tool/ich_descriptors_tool.c b/util/ich_descriptors_tool/ich_descriptors_tool.c
index bfeedc180..0807f5e3b 100644
--- a/util/ich_descriptors_tool/ich_descriptors_tool.c
+++ b/util/ich_descriptors_tool/ich_descriptors_tool.c
@@ -135,6 +135,7 @@ static void usage(char *argv[], const char *error)
"\t- \"9\" or \"wildcat\" for Intel's 9 series chipsets.\n"
"\t- \"100\" or \"sunrise\" for Intel's 100 series chipsets.\n"
"\t- \"300\" or \"cannon\" for Intel's 300 series chipsets.\n"
+"\t- \"400\" or \"comet\" for Intel's 400 series chipsets.\n"
"If '-d' is specified some regions such as the BIOS image as seen by the CPU or\n"
"the GbE blob that is required to initialize the GbE are also dumped to files.\n",
argv[0], argv[0]);