class BootControl
Defined at line 24 of file ../../src/firmware/paver/libboot_control.h
Helper library to read/write bootcontrol structure
There are different implementations and metadata is not necessarily located in A/B/R meta
partition. This class would help to extend support for this cases.
Public Methods
bool Load (BootloaderControl * buffer)
Defined at line 24 of file ../../src/firmware/paver/libboot_control.cc
void BootControl (IoOps & ops)
Defined at line 26 of file ../../src/firmware/paver/libboot_control.h
bool UpdateAndSave (BootloaderControl * buffer)
Defined at line 33 of file ../../src/firmware/paver/libboot_control.cc