From 8df7ed1453372fef63f908b90dd8c8bb62f614cd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 27 Oct 2016 20:42:56 -0400 Subject: expand the BDB acronym in a few key places For people not readily familiar with the BDB acronym, expand it in a few README files and usage strings. BUG=None TEST=looked at help output BRANCH=None Change-Id: I2523e1a289815dd0eaea093c086bc75093579808 Reviewed-on: https://chromium-review.googlesource.com/414244 Commit-Ready: Mike Frysinger Tested-by: Mike Frysinger Reviewed-by: Randall Spangler Reviewed-by: Vadim Bendebury --- bdb/README | 2 +- firmware/README | 4 ++++ firmware/bdb/README | 2 +- futility/cmd_bdb.c | 2 ++ futility/cmd_show.c | 2 +- 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bdb/README b/bdb/README index ec34961b..82fb715b 100644 --- a/bdb/README +++ b/bdb/README @@ -1,4 +1,4 @@ -BDB library and utilities +Boot Descriptor Block (BDB) library and utilities Building: --------- diff --git a/firmware/README b/firmware/README index 754edf1b..3d174f7b 100644 --- a/firmware/README +++ b/firmware/README @@ -1,6 +1,10 @@ Here's what's what in the firmware/ directory. +bdb/ + + Code for managing Boot Descriptor Blocks (BDB). + include/ lib/ diff --git a/firmware/bdb/README b/firmware/bdb/README index ec34961b..82fb715b 100644 --- a/firmware/bdb/README +++ b/firmware/bdb/README @@ -1,4 +1,4 @@ -BDB library and utilities +Boot Descriptor Block (BDB) library and utilities Building: --------- diff --git a/futility/cmd_bdb.c b/futility/cmd_bdb.c index efe041b2..491f7cfe 100644 --- a/futility/cmd_bdb.c +++ b/futility/cmd_bdb.c @@ -518,6 +518,8 @@ exit: static void print_help(int argc, char *argv[]) { printf("\nUsage: " MYNAME " %s <--create|--add|--resign|--verify>\n" + "\n" + "Utility for managing boot descriptor blocks (BDBs).\n" "\n" "For '--add [OPTIONS]', required OPTIONS are:\n" " --data Data to be added\n" diff --git a/futility/cmd_show.c b/futility/cmd_show.c index bfe668cc..405ffb91 100644 --- a/futility/cmd_show.c +++ b/futility/cmd_show.c @@ -394,7 +394,7 @@ static const char usage[] = "\n" "\n" "Where FILE could be\n" "\n" - " a BDB\n" + " a boot descriptor block (BDB)\n" " a keyblock (.keyblock)\n" " a firmware preamble signature (VBLOCK_A/B)\n" " a firmware image (bios.bin)\n" -- cgit v1.2.1