diff options
author | Edward O'Callaghan <quasisec@google.com> | 2022-02-10 10:49:09 +1100 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2022-02-19 07:19:12 +0000 |
commit | 9fadc6f589796f502044fdb812d9da296a64c4d2 (patch) | |
tree | 6856e224aec7170dd66bef12a204c9f693110c28 | |
parent | e35fb64df248c030d4aea1768a7aec68766b3e0c (diff) | |
download | vboot-9fadc6f589796f502044fdb812d9da296a64c4d2.tar.gz |
vboot_ref: Add TODO in host/lib/include/flashrom.h
BUG=b:207808292
BRANCH=none
TEST=none
Signed-off-by: Edward O'Callaghan <quasisec@google.com>
Change-Id: Iaf94b5cc8c7b4f4b7859f10b8078e922bc1636d2
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3450057
Tested-by: Edward O'Callaghan <quasisec@chromium.org>
Auto-Submit: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: Nikolai Artemiev <nartemiev@google.com>
Reviewed-by: Sam McNally <sammc@chromium.org>
Commit-Queue: Edward O'Callaghan <quasisec@chromium.org>
-rw-r--r-- | host/lib/include/flashrom.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/host/lib/include/flashrom.h b/host/lib/include/flashrom.h index 0d934424..4a16b194 100644 --- a/host/lib/include/flashrom.h +++ b/host/lib/include/flashrom.h @@ -23,6 +23,14 @@ struct firmware_image { const char *programmer; uint32_t size; /* buffer size. */ uint8_t *data; /* data allocated buffer to read/write with. */ + /* + * TODO(quasisec b/207808292): Merge with other instance in vboot_ref + * such that the code becomes common. + * + char *file_name; + char *ro_version, *rw_version_a, *rw_version_b; + FmapHeader *fmap_header; + */ }; /** |