
2 Dec
2023
2 Dec
'23
7:33 p.m.
On Mon, 27 Nov 2023 at 12:52, Raymond Mao raymond.mao@linaro.org wrote:
From: Simon Glass sjg@chromium.org
Align bloblist tags with the FW handoff spec v0.9. The most common ones are from 0. TF related ones are from 0x100. All non-standard ones from 0xfff000.
Signed-off-by: Simon Glass sjg@chromium.org Co-developed-by: Raymond Mao raymond.mao@linaro.org Signed-off-by: Raymond Mao raymond.mao@linaro.org
Changes in v2
- Align bloblist tags to FW handoff spec v0.9.
common/bloblist.c | 16 +++++++++--- include/bloblist.h | 65 ++++++++++++++++++++++++---------------------- test/bloblist.c | 4 +-- 3 files changed, 48 insertions(+), 37 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org