summaryrefslogtreecommitdiffstats
path: root/uncrypt/bootloader_message_writer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create bootloader_message static library.Yabin Cui2016-06-301-123/+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-2/+18
| | | | | | | | | | 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
* uncrypt: split libbootloader_message_writer for reuse.Yabin Cui2016-04-081-0/+107
init and vold also need to write bootloader message, so split this function from uncrypt into a separate library. Bug: 27176738 Change-Id: If9b0887b4f6ffab6162d9cb47a6ceb7eedd60b4d