mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-23 17:55:01 +00:00
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 <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
1a0679c1a4
commit
8df7ed1453
@@ -1,4 +1,4 @@
|
|||||||
BDB library and utilities
|
Boot Descriptor Block (BDB) library and utilities
|
||||||
|
|
||||||
Building:
|
Building:
|
||||||
---------
|
---------
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
|
|
||||||
Here's what's what in the firmware/ directory.
|
Here's what's what in the firmware/ directory.
|
||||||
|
|
||||||
|
bdb/
|
||||||
|
|
||||||
|
Code for managing Boot Descriptor Blocks (BDB).
|
||||||
|
|
||||||
include/
|
include/
|
||||||
lib/
|
lib/
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
BDB library and utilities
|
Boot Descriptor Block (BDB) library and utilities
|
||||||
|
|
||||||
Building:
|
Building:
|
||||||
---------
|
---------
|
||||||
|
|||||||
@@ -518,6 +518,8 @@ exit:
|
|||||||
static void print_help(int argc, char *argv[])
|
static void print_help(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
printf("\nUsage: " MYNAME " %s <--create|--add|--resign|--verify>\n"
|
printf("\nUsage: " MYNAME " %s <--create|--add|--resign|--verify>\n"
|
||||||
|
"\n"
|
||||||
|
"Utility for managing boot descriptor blocks (BDBs).\n"
|
||||||
"\n"
|
"\n"
|
||||||
"For '--add <bdb_file> [OPTIONS]', required OPTIONS are:\n"
|
"For '--add <bdb_file> [OPTIONS]', required OPTIONS are:\n"
|
||||||
" --data <file> Data to be added\n"
|
" --data <file> Data to be added\n"
|
||||||
|
|||||||
@@ -394,7 +394,7 @@ static const char usage[] = "\n"
|
|||||||
"\n"
|
"\n"
|
||||||
"Where FILE could be\n"
|
"Where FILE could be\n"
|
||||||
"\n"
|
"\n"
|
||||||
" a BDB\n"
|
" a boot descriptor block (BDB)\n"
|
||||||
" a keyblock (.keyblock)\n"
|
" a keyblock (.keyblock)\n"
|
||||||
" a firmware preamble signature (VBLOCK_A/B)\n"
|
" a firmware preamble signature (VBLOCK_A/B)\n"
|
||||||
" a firmware image (bios.bin)\n"
|
" a firmware image (bios.bin)\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user