The encryption of the U-Boot environment uses the HWID as key modifier. The HWID was being read using the fsl_otp driver sysfs entries and over two words. The driver is now deprecated and also the cc8x and cc8m platforms have different number of HWID words. This patch modifies the function that reads the HWID words by using new entries on the device tree 'digi,hwid_X' where X is the index of the HWID word. It also removes the need to select CONFIG_MD5 which is already auto-selected on sandbox_defconfig by other config switches. Signed-off-by: Hector Palacios <hector.palacios@digi.com> https://jira.digi.com/browse/DEL-7185 |
||
|---|---|---|
| .. | ||
| mmc | ||
| mtd | ||
| 0001-tools-env-implement-support-for-environment-encrypti.patch | ||
| 0002-Implement-U-Boot-environment-access-functions.patch | ||
| 0003-fw_env-add-support-to-unlock-emmc-boot-partition.patch | ||
| 0004-tools-env-add-support-to-set-dynamic-location-of-env.patch | ||