summaryrefslogtreecommitdiff
path: root/cmd/avb.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-12/+12
2020-05-19cmd: avb: free partition buffer upon verify completionGary Bisson1-0/+3
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-18/+22
2019-10-31cmd: avb: Support A/B slotsSam Protsenko1-4/+9
2019-10-31cmd: avb: Fix requested partitions listSam Protsenko1-5/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-08-07cmd: avb: Fix compiler warningsSam Protsenko1-2/+2
2019-04-27avb: add support for named persistent valuesIgor Opaniuk1-0/+78
2018-10-07cmd: avb: print error message if command failsJens Wiklander1-0/+17
2018-10-07cmd: avb read_rb: print rb_idx in hexadecimalJens Wiklander1-1/+1
2018-06-18avb2.0: add boot states and dm-verity supportIgor Opaniuk1-1/+16
2018-06-18cmd: avb2.0: avb command for performing verificationIgor Opaniuk1-0/+357