update solo_cert to include aaguid field

This commit is contained in:
Conor Patrick
2019-12-01 14:32:10 -05:00
parent af23e84a8d
commit 6217fc34b9
2 changed files with 30 additions and 29 deletions

View File

@ -67,7 +67,7 @@ typedef struct flash_memory_st flash_memory_st;
#include <assert.h>
static_assert(sizeof(flash_memory_st) == 256*1024, "Data structure doesn't match flash size");
#define ATTESTATION_CONFIGURED_TAG 0xaa551e78
#define ATTESTATION_CONFIGURED_TAG 0xaa551e79
struct flash_attestation_page{
uint8_t attestation_key[32];