mirror of https://github.com/ARMmbed/mbed-os.git
Attestation: update boot status data
Epoc data to be 2 bytes instead of 4pull/9668/head
parent
e0c5df50be
commit
715305accf
|
@ -21,13 +21,13 @@
|
|||
/* Temporary Boodloader data - conatians temp mandatory claims */
|
||||
__attribute__((aligned(4)))
|
||||
const uint8_t temp_ram_page_data[] = {
|
||||
0x16, 0x20, 0x8E, 0x00, //shared_data_tlv_header
|
||||
0x16, 0x20, 0x8C, 0x00, //shared_data_tlv_header
|
||||
0x83, 0x11, 0x0C, 0x00, // SW_TYPE
|
||||
0x4E, 0x53, 0x50, 0x45, 0x5F, 0x53, 0x50, 0x45,
|
||||
0x80, 0x11, 0x0A, 0x00, //SW_VERSION
|
||||
0x31, 0x2E, 0x31, 0x2E, 0x31, 0x31,
|
||||
0x82, 0x11, 0x08, 0x00, //SW_EPOCH
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
0x82, 0x11, 0x06, 0x00, //SW_EPOCH
|
||||
0x00, 0x00,
|
||||
0x88, 0x11, 0x24, 0x00, //SW_MEASURE_VALUE
|
||||
0xD0, 0xD1, 0xD2, 0xD3, 0xD4, 0xD5, 0xD6, 0xD7,
|
||||
0xD8, 0xD9, 0xDA, 0xDB, 0xDC, 0xDD, 0xDE, 0xDF,
|
||||
|
|
Loading…
Reference in New Issue