| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
It will be a global error by default.
This change is not needed in goog/master.
Test: make checkbuild
Bug: 112564944
Change-Id: I8e47a4e077260f25bd588d786842548fcaa48634
Exempt-From-Owner-Approval: do not block on new warnings
|
|
|
|
|
|
|
|
| |
Fixes warning: "Deprecated: don't include cutils/log.h, use either
android/log.h or log/log.h" [-W#warnings]
Change-Id: I3e91968a21d4b384237b9c7866e7efe137e4c834
Signed-off-by: Alistair Strachan <astrachan@google.com>
|
|
|
|
|
|
|
|
|
| |
When printing a size_t, %zu should be used, not %d. Fixes error:
format specifies type 'int' but the argument has type 'size_t'
(aka 'unsigned long') [-Werror,-Wformat]
Change-Id: I4af927d0715424a90c6434d1a0e1db01202b113d
Signed-off-by: Alistair Strachan <astrachan@google.com>
|
|
|
|
|
|
| |
Bug: 110964307
Change-Id: Ieee532f8b17614d16495098f8cd54666489cdfaa
Signed-off-by: Alistair Strachan <astrachan@google.com>
|
|
|
|
|
|
|
|
|
| |
Add basic HW Composer support that allows boot to UI. More
functionality will be added incrementally.
Test: Boot to UI with BeagleBoard X15
Change-Id: I9803cc892dfe85b8b9929229ba3b86f2bd9d36bc
Signed-off-by: Andrew F. Davis <afd@ti.com>
|
|
|