summaryrefslogtreecommitdiff
path: root/cmd/avb.c
Commit message (Expand)AuthorAgeFilesLines
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-1/+1
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-12/+12
* cmd: avb: free partition buffer upon verify completionWIP/2020-05-19-misc-fixesGary Bisson2020-05-191-0/+3
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-18/+22
* cmd: avb: Support A/B slotsWIP/2019-10-30-master-importsSam Protsenko2019-10-311-4/+9
* cmd: avb: Fix requested partitions listSam Protsenko2019-10-311-5/+1
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* cmd: avb: Fix compiler warningsSam Protsenko2019-08-071-2/+2
* avb: add support for named persistent valuesIgor Opaniuk2019-04-261-0/+78
* cmd: avb: print error message if command failsJens Wiklander2018-10-071-0/+17
* cmd: avb read_rb: print rb_idx in hexadecimalJens Wiklander2018-10-071-1/+1
* avb2.0: add boot states and dm-verity supportIgor Opaniuk2018-06-181-1/+16
* cmd: avb2.0: avb command for performing verificationIgor Opaniuk2018-06-181-0/+357