aboutsummaryrefslogtreecommitdiff
path: root/avbtool.py
AgeCommit message (Expand)Author
2024-04-16libavb: refactor cert usage stringsDavid Pursell
2024-04-12libavb: rename "ATX" to "cert"David Pursell
2024-02-12avbtool: open hash image read-only when possibleDavid Pursell
2023-09-27avbtool: support avb chain partitions do not use abzhangyongpeng
2022-10-03avbtool: skip appending tree chunk if the size is zeroBowgo Tsai
2022-09-29Rounds up image size for add_hashtree_footerBowgo Tsai
2022-02-21Using round_to_multiple() for --dynamic_partition_sizeBowgo Tsai
2022-02-17Add --dynamic_partition_size argument to add_hash_footer.Peter Collingbourne
2021-12-22avbtool: support add_hashtree_footer for very small image fileBowgo Tsai
2021-06-17Cleaning up pylint issues.Jan Monsch
2021-06-09libavb: add --check_at_most_once option for dm-verityJeongHyeon Lee
2021-02-23Support generating hashtree with blake2b-256Tianjie
2020-06-30Support Android Things eXtension in info_image.android-r-beta-3android-r-beta-2Sen Jiang
2020-05-11Allow a make_vbmeta_image to use readonly argumentAlex Legg
2020-04-27Added option to ImageHandler() to open file read-only.Jan Monsch
2020-04-24Fixed type mixing issue when building with bazel.Jan Monsch
2020-04-22Replaced binascii.hexlify(x).decode('ascii') with x.hex().Jan Monsch
2020-04-22Final switch from Python 2 to Python 3 for avbtool.Jan Monsch
2020-04-22Fixing pylint for avbtool.Jan Monsch
2020-04-21Removing avbtool.py symlink as step towards fixing pylint.Jan Monsch
2019-12-11Adding support for pylint to the project and fixing up further lint errors.Jan Monsch