summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/cbfs.h
diff options
context:
space:
mode:
authorPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-11-20 13:54:49 +0100
committerDavid Hendricks <david.hendricks@gmail.com>2019-10-18 15:37:37 +0000
commit7ba58718defffdddc785507809b25b231a889d27 (patch)
tree913a55c0634b1965214cdae4e4d346271c086031 /util/cbfstool/cbfs.h
parent569887a64084f18da1daf55ff0f10a855bb537c8 (diff)
downloadcoreboot-7ba58718defffdddc785507809b25b231a889d27.tar.gz
coreboot-7ba58718defffdddc785507809b25b231a889d27.tar.bz2
coreboot-7ba58718defffdddc785507809b25b231a889d27.zip
util/cbfstool: Add optional argument ibb
* Mark files in CBFS as IBB (Initial BootBlock) * Will be used to identify the IBB by any TEE Change-Id: Idb4857c894b9ee1edc464c0a1216cdda29937bbd Signed-off-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/29744 Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/cbfstool/cbfs.h')
-rw-r--r--util/cbfstool/cbfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cbfstool/cbfs.h b/util/cbfstool/cbfs.h
index b082d8c7832f..4bc95ab4daf4 100644
--- a/util/cbfstool/cbfs.h
+++ b/util/cbfstool/cbfs.h
@@ -106,6 +106,7 @@ struct cbfs_file_attribute {
#define CBFS_FILE_ATTR_TAG_POSITION 0x42435350 /* PSCB */
#define CBFS_FILE_ATTR_TAG_ALIGNMENT 0x42434c41 /* ALCB */
#define CBFS_FILE_ATTR_TAG_PADDING 0x47444150 /* PDNG */
+#define CBFS_FILE_ATTR_TAG_IBB 0x32494242 /* Initial BootBlock */
struct cbfs_file_attr_compression {
uint32_t tag;