summaryrefslogtreecommitdiffstats
path: root/update_verifier (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update caremap to by py3 compatibleKelvin Zhang2021-10-131-2/+2
* Add caremap proto target for release toolsKelvin Zhang2021-06-031-0/+19
* Switch care_map_generator.py to Python 3.Krzysztof KosiƄski2021-02-252-7/+7
* [LSC] Add LOCAL_LICENSE_KINDS to bootable/recoveryBob Badour2021-02-141-0/+9
* Clear the warm_reset flag after boot is successfulTianjie Xu2019-11-151-0/+4
* Append -verity when looking for verity device-mapper names.David Anderson2019-04-021-0/+9
* Merge "Update_verifier: Remove the support for legacy text format CareMap"Treehugger Robot2019-03-142-47/+3
|\
| * Update_verifier: Remove the support for legacy text format CareMapxunchang2019-03-132-47/+3
* | update_verifier: Add some missing #include's.Tao Bao2019-03-131-1/+4
|/
* Defer marking boot successful when checkpointingDaniel Rosenberg2019-02-072-6/+31
* Compare the fingerprint before reading the partitionTianjie Xu2018-10-052-14/+53
* Enable fingerprint in care_mapTianjie Xu2018-09-271-10/+29
* Refactor update_verifier into a classTianjie Xu2018-09-214-72/+135
* Add a python binary to generate the protobuf for care_mapTianjie Xu2018-08-172-1/+140
* Add proto3 support for care_mapTianjie Xu2018-07-254-25/+95
* update_verifier: Move to Soong.Tao Bao2018-04-202-69/+83
* Make update_verifier generic across verified boot versions.Tao Bao2018-04-202-35/+18
* update_verifier: Support verifying product partition.Tao Bao2018-03-231-12/+10
* Let update_verifier work on non-AB update devicesIsaac Chen2017-12-141-0/+9
* Load-balancing update_verifier worker threads.Tao Bao2017-11-092-27/+26
* update_verifier: Fix the wrong computation with group_range_count.Tao Bao2017-10-291-3/+5
* update_verifier now logs to kmesgTianjie Xu2017-08-151-0/+6
* update_verifier: verify blocks in parallelWei Wang2017-08-101-31/+51
* update_verifier: Support androidboot.veritymode being empty or 'disabled'.David Zeuthen2017-08-081-4/+17
* update_verifier: Handle legacy care_map.txt gracefully.Tao Bao2017-07-221-29/+42
* update_verifier: Support AVB.David Zeuthen2017-05-242-6/+19
* Fix potential OOM in update_verifierTianjie Xu2017-04-271-6/+11
* Separate libupdate_verifier module and add testcases.Tao Bao2017-04-274-16/+90
* Add 'system' to update_verifier's gidTianjie Xu2017-04-181-2/+2
* Merge "update_verifier: correct group in rc file"Treehugger Robot2017-04-042-3/+3
|\
| * update_verifier: correct group in rc fileTom Cherry2017-04-042-3/+3
* | update_verifier: tweak priority of update_verifier for quick bootWei Wang2017-04-031-2/+2
|/
* Use regular check for partition name instead of CHECK()Tianjie Xu2017-04-011-3/+4
* Merge "Update_verifier should read blocks in EIO mode"Tianjie Xu2017-04-011-26/+33
|\
| * Update_verifier should read blocks in EIO modeTianjie Xu2017-03-311-26/+33
* | update_verifier: raise priority and ioprio and start with exec_startTom Cherry2017-03-292-0/+13
|/
* update_verifier: Set the success flag if dm-verity is not enabled.Tao Bao2017-03-112-0/+9
* update_verifier should read dm wrapped partitionTianjie Xu2017-01-261-6/+64
* Merge "update_verifier: Move property_get() to android::base::GetProperty()."Tao Bao2017-01-251-48/+46
|\
| * update_verifier: Move property_get() to android::base::GetProperty().Tao Bao2017-01-201-48/+46
* | bootctrl HAL uses "default" service nameChris Phoenix2017-01-201-1/+1
|/
* Switch update verifier to HIDL HALConnor O'Brien2016-11-212-15/+21
* Revert "Convert update_verifier to boot HIDL HAL"Connor O'Brien2016-11-182-21/+15
* Convert update_verifier to boot HIDL HALConnor O'Brien2016-11-162-15/+21
* Touch blocks in care_map in update_verifierTianjie Xu2016-11-092-12/+128
* Turn on -Werror for recoveryTianjie Xu2016-09-301-0/+1
* Switch recovery to libbase loggingTianjie Xu2016-09-012-10/+8
* update_verifier: Track the API change for isSlotBootable().Tao Bao2015-12-091-5/+6
* update_verifier: Log to logd instead of kernel log.Tao Bao2015-12-082-12/+8
* Add update_verifier for A/B OTA update.Tao Bao2015-12-082-0/+108