summaryrefslogtreecommitdiffstats
path: root/update_verifier (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-13Update caremap to by py3 compatibleKelvin Zhang1-2/+2
2021-06-03Add caremap proto target for release toolsKelvin Zhang1-0/+19
2021-02-25Switch care_map_generator.py to Python 3.Krzysztof KosiƄski2-7/+7
2021-02-14[LSC] Add LOCAL_LICENSE_KINDS to bootable/recoveryBob Badour1-0/+9
2019-11-15Clear the warm_reset flag after boot is successfulTianjie Xu1-0/+4
2019-04-02Append -verity when looking for verity device-mapper names.David Anderson1-0/+9
2019-03-13update_verifier: Add some missing #include's.Tao Bao1-1/+4
2019-03-13Update_verifier: Remove the support for legacy text format CareMapxunchang2-47/+3
2019-03-13Update_verifier: Remove the support for legacy text format CareMapxunchang2-47/+3
2019-02-07Defer marking boot successful when checkpointingDaniel Rosenberg2-6/+31
2018-10-05Compare the fingerprint before reading the partitionTianjie Xu2-14/+53
2018-09-27Enable fingerprint in care_mapTianjie Xu1-10/+29
2018-09-21Refactor update_verifier into a classTianjie Xu4-72/+135
2018-08-17Add a python binary to generate the protobuf for care_mapTianjie Xu2-1/+140
2018-07-25Add proto3 support for care_mapTianjie Xu4-25/+95
2018-04-20update_verifier: Move to Soong.Tao Bao2-69/+83
2018-04-20Make update_verifier generic across verified boot versions.Tao Bao2-35/+18
2018-03-23update_verifier: Support verifying product partition.Tao Bao1-12/+10
2018-03-23update_verifier: Support verifying product partition.Tao Bao1-12/+10
2017-12-14Let update_verifier work on non-AB update devicesIsaac Chen1-0/+9
2017-11-09Load-balancing update_verifier worker threads.Tao Bao2-27/+26
2017-10-30update_verifier: Fix the wrong computation with group_range_count.Tao Bao1-3/+5
2017-10-29update_verifier: Fix the wrong computation with group_range_count.Tao Bao1-3/+5
2017-08-15update_verifier now logs to kmesgTianjie Xu1-0/+6
2017-08-10update_verifier: verify blocks in parallelWei Wang1-31/+51
2017-08-09update_verifier: verify blocks in parallelWei Wang1-31/+51
2017-08-09update_verifier: Support androidboot.veritymode being empty or 'disabled'.David Zeuthen1-4/+17
2017-08-08update_verifier: Support androidboot.veritymode being empty or 'disabled'.David Zeuthen1-4/+17
2017-07-24update_verifier: Handle legacy care_map.txt gracefully.Tao Bao1-29/+42
2017-07-22update_verifier: Handle legacy care_map.txt gracefully.Tao Bao1-29/+42
2017-06-23update_verifier: Support AVB.David Zeuthen2-6/+19
2017-05-24update_verifier: Support AVB.David Zeuthen2-6/+19
2017-04-27Fix potential OOM in update_verifierTianjie Xu1-6/+11
2017-04-27Separate libupdate_verifier module and add testcases.Tao Bao4-16/+90
2017-04-19Add 'system' to update_verifier's gidTianjie Xu1-2/+2
2017-04-18Add 'system' to update_verifier's gidTianjie Xu1-2/+2
2017-04-04update_verifier: correct group in rc fileTom Cherry2-3/+3
2017-04-04update_verifier: tweak priority of update_verifier for quick bootWei Wang1-2/+2
2017-04-04update_verifier: correct group in rc fileTom Cherry2-3/+3
2017-04-03update_verifier: tweak priority of update_verifier for quick bootWei Wang1-2/+2
2017-04-02Merge "Use regular check for partition name instead of CHECK()" am: 76cb4eeda6 am: cd66e52573Tianjie Xu1-3/+4
2017-04-02Merge "Update_verifier should read blocks in EIO mode" am: 21d481c81e am: 89559e3cfeTianjie Xu1-26/+33
2017-04-01Use regular check for partition name instead of CHECK()Tianjie Xu1-3/+4
2017-03-31Update_verifier should read blocks in EIO modeTianjie Xu1-26/+33
2017-03-29update_verifier: raise priority and ioprio and start with exec_startTom Cherry2-0/+13
2017-03-29update_verifier: raise priority and ioprio and start with exec_startTom Cherry2-0/+13
2017-03-11update_verifier: Set the success flag if dm-verity is not enabled.Tao Bao2-0/+9
2017-01-26update_verifier should read dm wrapped partitionTianjie Xu1-6/+64
2017-01-21bootctrl HAL uses "default" service nameChris Phoenix1-1/+1
2017-01-20bootctrl HAL uses "default" service nameChris Phoenix1-1/+1
2017-01-20update_verifier: Move property_get() to android::base::GetProperty().Tao Bao1-48/+46
2016-11-21Switch update verifier to HIDL HALConnor O'Brien2-15/+21
2016-11-19update_verifier: Sync Android.mk with aosp-master.Tao Bao1-2/+6
2016-11-18Revert "Convert update_verifier to boot HIDL HAL"Connor O'Brien2-25/+15
2016-11-18Revert "Convert update_verifier to boot HIDL HAL"Connor O'Brien2-21/+15
2016-11-18Revert "Convert update_verifier to boot HIDL HAL"Connor O'Brien2-25/+15
2016-11-17Convert update_verifier to boot HIDL HALConnor O'Brien2-15/+25
2016-11-16Convert update_verifier to boot HIDL HALConnor O'Brien2-15/+25
2016-11-16Convert update_verifier to boot HIDL HALConnor O'Brien2-15/+21
2016-11-09Touch blocks in care_map in update_verifierTianjie Xu2-12/+128
2016-09-30Turn on -Werror for recoveryTianjie Xu1-0/+1
2016-09-30Turn on -Werror for recoveryTianjie Xu1-0/+1
2016-09-01Switch recovery to libbase loggingTianjie Xu1-23/+22
2016-09-01Switch recovery to libbase loggingTianjie Xu2-10/+8
2016-09-01Switch recovery to libbase loggingTianjie Xu1-23/+22
2016-07-16Skip update verification if care_map is not foundTianjie Xu1-2/+5
2016-07-15Fix a typo when comparing the verity modeTianjie Xu1-2/+2
2016-07-14Touch blocks in care_map in update_verifierTianjie Xu2-14/+122
2015-12-09update_verifier: Track the API change for isSlotBootable().Tao Bao1-5/+6
2015-12-08update_verifier: Log to logd instead of kernel log.Tao Bao2-12/+8
2015-12-08Add update_verifier for A/B OTA update.Tao Bao2-0/+108
2015-12-08update_verifier: Log to logd instead of kernel log.Tao Bao2-12/+8
2015-12-07Add update_verifier for A/B OTA update.Tao Bao2-0/+108