libubootenv: add support for environment encryption on CCMP1

This commit adds support for environment encryption/decryption of the
u-boot environment on the CCMP1 platform in Linux.

Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
Mike Engel 2023-03-17 11:59:45 +01:00
parent 5fa9e0a319
commit b1d20d686e
2 changed files with 2815 additions and 0 deletions

View File

@ -21,6 +21,7 @@ SRC_URI += " \
file://0002-Implement-U-Boot-environment-access-functions.patch \
file://0003-tools-env-add-support-to-set-dynamic-location-of-env.patch \
file://0004-fall-back-to-read-HWID-from-nvmem-device-if-not-avai.patch \
file://0005-Implement-support-for-environment-encryption-for-CCM.patch \
"
do_install:append() {