Add single source of truth for target firmwares.

This commit is contained in:
Michael Scire
2018-12-17 12:39:35 -08:00
parent fc4912ef54
commit e0f1e637f7
31 changed files with 855 additions and 171 deletions

View File

@@ -24,7 +24,7 @@
typedef struct {
uint32_t magic;
uint32_t tz_relative_offset;
uint32_t target_firmware;
uint32_t padding[2];
} warmboot_metadata_t;