summaryrefslogtreecommitdiffstats
path: root/boot_control_android.cc
Commit message (Expand)AuthorAgeFilesLines
* update_engine: Run clang-format on ./ (root directory)Amin Hassani2019-01-161-6/+3
* Call InitPartitionMetadata when resuming an update.Tao Bao2019-01-041-15/+17
* Call fs_mgr_overlayfs_is_setup() in InitPartitionMetadataMark Salyzyn2019-01-021-0/+8
* Improve the logic for mapping target dynamic partitions.Yifan Hong2018-12-141-64/+54
* Map target partitions with force_writable when resuming an update.Yifan Hong2018-12-131-6/+4
* Retrofit devices do not do allocatable space / 2.Yifan Hong2018-11-201-6/+11
* Reject update if static partition is a super block device.Yifan Hong2018-11-201-28/+40
* Fix typo.Yifan Hong2018-11-151-5/+5
* BootControlAndroid::GetPartitionDevice ignore dynamic partitionsYifan Hong2018-11-151-3/+4
* BootControlAndroid: load / store metadata to correct 'super'Yifan Hong2018-11-151-10/+14
* DynamicPartitionControl: support retrofit devicesYifan Hong2018-11-151-3/+4
* BootControlAndroid::GetPartitionDevice checks super metadataYifan Hong2018-10-301-31/+83
* Add force_writable to MapPartitionOnDeviceMapperYifan Hong2018-10-301-1/+2
* Support updateable groups.Yifan Hong2018-10-261-140/+94
* Fix false negative NeedResizeYifan Hong2018-10-261-57/+7
* PartitionSizes -> PartitionMetadataYifan Hong2018-10-261-10/+10
* Don't hardcode the super partition name.David Anderson2018-10-041-1/+3
* Don't pass a guid to MetadataBuilder::AddPartition.David Anderson2018-10-031-3/+0
* update_engine resize dynamic partitions during OTA.Yifan Hong2018-09-281-40/+314
* Remove utils::DeviceForMountPoint().Sen Jiang2018-08-241-7/+12
* Replace brillo::make_unique_ptr with base::MakeUnique/base::WrapUnique.Ben Chan2017-06-301-1/+0
* bootctrl HAL uses "default" service nameChris Phoenix2017-01-201-1/+1
* boot control: remove getInterfaceVersion referenceSteven Moreland2017-01-041-4/+2
* Update for hiding Status from Return<T> object.Yifan Hong2016-12-211-9/+9
* Revert "Revert "Convert BootControl HAL to binder.""Connor O'Brien2016-11-281-52/+66
* Revert "Convert BootControl HAL to binder."Connor O'Brien2016-11-181-66/+52
* Convert BootControl HAL to binder.Alex Deymo2016-11-071-52/+66
* Compile update_engine_sideload as a static recovery program.Alex Deymo2016-08-031-0/+19
* Implement powerwash on Android.Alex Deymo2016-06-091-39/+3
* update_engine: Remove release/aquire semantic from scoped_ptr/unique_ptrAlex Vakulenko2016-04-081-1/+1
* boot_control: Relax /misc partition name restriction.Alex Deymo2016-02-031-2/+2
* Move hardware and boot_control implementation to libupdate_engine.Alex Deymo2015-12-111-0/+200
* Split payload application code into a subdirectory.Alex Deymo2015-11-121-200/+0
* update_engine: Rename "chromeos" -> "brillo" in include paths and namespacesAlex Vakulenko2015-10-131-5/+5
* Mark the active slot from update_engine instead of /postinstall.Alex Deymo2015-09-181-3/+13
* Move MarkBootSuccessful to BootControlInterface.Alex Deymo2015-09-171-1/+14
* BootControlAndroid: Implement using libhardware.David Zeuthen2015-09-161-9/+126
* New BootControlInterface implementation for Android.Alex Deymo2015-09-041-0/+60