
26 Jul
2018
26 Jul
'18
9:54 p.m.
On Tue, Jul 17, 2018 at 02:33:25PM +0300, Igor Opaniuk wrote:
- Since libavb library alone is highly portable, introduce dedicated
Kconfig symbol for AVB bootloader-dependent operations, so it's possible to build libavb separately. AVB bootloader-dependent operations include:
- Helpers to process strings in order to build OS bootargs.
- Helpers to access MMC, similar to drivers/fastboot/fb_mmc.c.
- Helpers to alloc/init/free avb ops.
- Add CONFIG_FASTBOOT dependency, as fastboot buffer is
re-used in partition verification operations.
Reported-by: Eugeniu Rosca rosca.eugeniu@gmail.com Signed-off-by: Igor Opaniuk igor.opaniuk@linaro.org Reviewed-by: Eugeniu Rosca rosca.eugeniu@gmail.com Tested-by: Eugeniu Rosca rosca.eugeniu@gmail.com
Applied to u-boot/master, thanks!
--
Tom