summaryrefslogtreecommitdiff
path: root/bootctrl
AgeCommit message (Collapse)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to hardware/ti/am57xBob Badour
Added SPDX-license-identifier-Apache-2.0 to: bootctrl/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-MIT to: Android.bp libhwcomposer/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I35cdcb9034e903405bb28f9f239d9f3f1301d453
2019-01-30Move to new Fstab classTom Cherry
Test: treehugger Change-Id: Ic28859f5b3ca22cd505b3683ef3f2db2271737a7
2018-12-14bootcontrol: Add initial supportRuslan Trofymenko
This patch adds the basic Boot Control HAL implementation that allows to operate A/B metadata on 'misc' partition. The HAL is based on Android reference implementation [1] and provides basic functionality for all interface methods. This module should be enabled by adding lines to the .mk-file, like: PRODUCT_PACKAGES += bootctrl.am57x Also, A/B system updates has to be enabled according to [2] (including on bootloader side). Test: run 'bootctl' on target device [1] bootable/recovery/boot_control [2] https://source.android.com/devices/tech/ota/ab/ab_implement Change-Id: I19852920834eeb3e98e7d6acf06a554e2beaa736 Signed-off-by: Ruslan Trofymenko <ruslan.trofymenko@linaro.org>