meta-digi/meta-digi-arm/recipes-bsp/u-boot/u-boot-fw-utils
Diaz de Grenu, Jose 6a431c5363 meta-digi-arm: fix encrypted env support when using ubootenv
The caam encryption check was only done from fw_env_write and fw_env_read
functions, which are not called when using the functions exported as a library.

Move the check_caam_encryption() call to fw_env_open(), which is called from
all code paths. A similar check for AES encryption cannot be moved because it
requires the AES key as an argument.

https://jira.digi.com/browse/DEL-3616

Signed-off-by: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>
2017-02-01 16:29:50 +01:00
..
ccimx6 meta-digi-arm: use u-boot fw-utils from Poky 2015-10-06 10:30:00 +02:00
ccimx6ul u-boot-fw-utils: add support and config file for CC6UL platform 2016-07-19 11:47:42 +02:00
dey u-boot-fw-utils: rework patch from meta-swupdate with higher precedence 2016-12-19 19:15:31 +01:00
0001-tools-env-implement-support-for-environment-encrypti.patch meta-digi-arm: fix encrypted env support when using ubootenv 2017-02-01 16:29:50 +01:00
0002-fw_env-add-support-to-unlock-emmc-boot-partition.patch u-boot-fw-utils: clean compiler warning 2017-01-24 13:55:19 +01:00
0004-Implement-U-Boot-environment-access-functions.patch u-boot-fw-utils: add patch with minimal U-Boot environment API 2017-01-11 15:00:16 +01:00