summaryrefslogtreecommitdiffstats
path: root/bootloader.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create bootloader_message static library.Yabin Cui2016-06-301-235/+0
| | | | | | | | | | bootloader_messages merges bootloader_message_writer and bootloader.cpp, so we can use the same library to manage bootloader_message in normal boot and recovery mode. Bug: 29582118 Change-Id: I9efdf776ef8f02b53911ff43a518e035e0c29618
* Verify wipe package when wiping A/B device in recovery.Yabin Cui2016-06-211-41/+58
| | | | | | | | | | To increase the security of wiping A/B devices, let uncrypt write wipe package in misc partition. Then recovery verifies the wipe package before wiping the device. Bug: 29159185 Change-Id: I186691bab1928d3dc036bc5542abd64a81bc2168
* Change BCB to perform synchronous writes.Tao Bao2016-01-211-59/+74
| | | | | | Also some trivial clean-ups in bootloader control block (BCB) code. Change-Id: I42828954caa4d08998310de40fd0391f76d99cbe
* Move to using the new unified fstab in recovery.Ken Sumrall2013-02-201-21/+22
| | | | | | | Instead of reading it's own fstab, have recovery invoke fs_mgr to read the unified fstab. Change-Id: I80c75d2c53b809ac60a4a69f0ef7ebfa707c39e9
* turn recovery into a C++ binaryDoug Zongker2011-10-311-0/+202
Change-Id: I423a23581048d451d53eef46e5f5eac485b77555