summaryrefslogtreecommitdiff
path: root/src/cbootimage.h
diff options
context:
space:
mode:
authorPenny Chiu <pchiu@nvidia.com>2014-04-11 17:50:42 +0800
committerStephen Warren <swarren@nvidia.com>2014-04-15 12:02:06 -0600
commit5f0b21a2b62a2cafab0dc3848d5516d93b2288ae (patch)
treeab87010bf1c588ed24518504f6c637421552b93e /src/cbootimage.h
parent19eae541aaf4c991f3bbbea8681eac553589d3ba (diff)
downloadcbootimage-5f0b21a2b62a2cafab0dc3848d5516d93b2288ae.tar.gz
Add Tegra124 bct data access for jtag control and chip uid
Add support for read secure_jtag_control and unique_chip_id from cfg file and write them into BCT structure, and bct_dump can also parse the two fields and show the data. Signed-off-by: Penny Chiu <pchiu@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'src/cbootimage.h')
-rw-r--r--src/cbootimage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cbootimage.h b/src/cbootimage.h
index 8e9253c..ed3b2f9 100644
--- a/src/cbootimage.h
+++ b/src/cbootimage.h
@@ -97,6 +97,8 @@ typedef struct build_image_context_rec
u_int32_t boot_data_version; /* The boot data version of BCT */
u_int8_t bct_init; /* The flag for the memory allocation of bct */
u_int32_t odm_data; /* The odm data value */
+ u_int8_t unique_chip_id[16]; /* The unique chip uid */
+ u_int8_t secure_jtag_control; /* The flag for enabling jtag control */
} build_image_context;
/* Function prototypes */