From 5f0b21a2b62a2cafab0dc3848d5516d93b2288ae Mon Sep 17 00:00:00 2001 From: Penny Chiu Date: Fri, 11 Apr 2014 17:50:42 +0800 Subject: 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 Signed-off-by: Stephen Warren --- src/cbootimage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cbootimage.h') 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 */ -- cgit v1.2.1