Skip to content
Snippets Groups Projects
Commit cef68bf9 authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Tom Rini
Browse files

gpt: part: Definition and declaration of GPT verification functions


This commit provides definition and declaration of GPT verification
functions - namely gpt_verify_headers() and gpt_verify_partitions().
The former is used to only check CRC32 of GPT's header and PTEs.
The latter examines each partition entry and compare attributes such as:
name, start offset and size with ones provided at '$partitions' env
variable.

Signed-off-by: default avatarLukasz Majewski <l.majewski@majess.pl>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarPrzemyslaw Marczak <p.marczak@samsung.com>
parent 74f889b0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment