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:
parent
5fa9e0a319
commit
b1d20d686e
File diff suppressed because it is too large
Load Diff
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue