| #
ab608f80 |
| 11-Jun-2018 |
Jason Zhu <jason.zhu@rock-chips.com> |
lib: avb: update avb source code
according to google lib avb commit id: 44e07124afb1f46af0d745d83481f49c482900b1
Change-Id: Ie59a7265699e3e6b1673bb64da6d1c7a1e7b6201 Signed-off-by: Jason Zhu <jason
lib: avb: update avb source code
according to google lib avb commit id: 44e07124afb1f46af0d745d83481f49c482900b1
Change-Id: Ie59a7265699e3e6b1673bb64da6d1c7a1e7b6201 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
show more ...
|
| #
6c551138 |
| 14-Sep-2017 |
Jason Zhu <jason.zhu@rock-chips.com> |
avb: create avb function for user use
The libavb_user provide some fuctions to get a/b and avb information from misc or vbmeta partitions, which can be use in libavb...
It also can use to enable or
avb: create avb function for user use
The libavb_user provide some fuctions to get a/b and avb information from misc or vbmeta partitions, which can be use in libavb...
It also can use to enable or disable the verification function by using avb_user_verity_set in the file avb_user_verify.c.
Since we use fastboot to program our firmware, some necessary function is provided to fastboot to get useful information, like slot number, current slot and so on.
Some functions in the avb_ops_user.c, like read_rollback_index, depend on the OpteeClientTest.h.
Change-Id: I94f77db30d5c7896724b5da3d218041ebdc1f46a Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
show more ...
|