diff options
author | Simon Glass <sjg@chromium.org> | 2019-05-17 22:00:53 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-07-10 16:52:58 -0600 |
commit | 5385f5a0183cfb0b6f86ec2b55d40b67a4acfe57 (patch) | |
tree | ac2a1c18a8e477a84500c4e5e6498c2efaf675d4 /tools/binman/README.entries | |
parent | 55660d08a095158069ec37915ec4f0843588cd58 (diff) | |
download | u-boot-5385f5a0183cfb0b6f86ec2b55d40b67a4acfe57.tar.gz |
binman: Update the README.entries file
A few minor changes have been made including one new entry. Update the
documentation with:
$ binman -E >tools/binman/README.entries
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/README.entries')
-rw-r--r-- | tools/binman/README.entries | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/binman/README.entries b/tools/binman/README.entries index 9fc2f83280..357946d630 100644 --- a/tools/binman/README.entries +++ b/tools/binman/README.entries @@ -224,6 +224,20 @@ See README.x86 for information about x86 binary blobs. +Entry: intel-refcode: Entry containing an Intel Reference Code file +------------------------------------------------------------------- + +Properties / Entry arguments: + - filename: Filename of file to read into entry + +This file contains code for setting up the platform on some Intel systems. +This is executed by U-Boot when needed early during startup. A typical +filename is 'refcode.bin'. + +See README.x86 for information about x86 binary blobs. + + + Entry: intel-vbt: Entry containing an Intel Video BIOS Table (VBT) file ----------------------------------------------------------------------- @@ -627,6 +641,7 @@ Entry: vblock: An entry which contains a Chromium OS verified boot block ------------------------------------------------------------------------ Properties / Entry arguments: + - content: List of phandles to entries to sign - keydir: Directory containing the public keys to use - keyblock: Name of the key file to use (inside keydir) - signprivate: Name of provide key file to use (inside keydir) |