core: fix header file guard namesFixes header file guards macro name prefix (mostly missing occurrences)that should reflect the file base directory sub-path where applicable.Reviewed-by: Jens Wi
core: fix header file guard namesFixes header file guards macro name prefix (mostly missing occurrences)that should reflect the file base directory sub-path where applicable.Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
show more ...
drivers: imx: dcp: disable the use of UNIQUE KEY after HUK generationDisable the use of DCP unique key (0xfe in the DCP key selection) afterthe HUK generation.The DCP unique key is used to genera
drivers: imx: dcp: disable the use of UNIQUE KEY after HUK generationDisable the use of DCP unique key (0xfe in the DCP key selection) afterthe HUK generation.The DCP unique key is used to generate the HUK at boot time. Disablingthe use of the unique key prevents the non-secure world fromre-generating the HUK.Signed-off-by: Clement Faure <clement.faure@nxp.com>Acked-by: Etienne Carriere <etienne.carriere@linaro.org>Tested-by: Ricardo Salveti <ricardo@foundries.io> (imx-mx6ullevk)
core/include/*/*.h: use U() for unsigned constantsUpdates with the U() macro as described in the recently updated codingguidelines.Acked-by: Ruchika Gupta <ruchika.gupta@linaro.org>Acked-by: Je
core/include/*/*.h: use U() for unsigned constantsUpdates with the U() macro as described in the recently updated codingguidelines.Acked-by: Ruchika Gupta <ruchika.gupta@linaro.org>Acked-by: Jerome Forissier <jerome@forissier.org>Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
drivers: dcp: add DCP supportThe Data Co-Processor (DCP) provides hardware acceleraiton forcryptographic algorithms. The features of DCP are: - AES128 ECB and CBC - SHA1, SHA256 - AES128-CMAC a
drivers: dcp: add DCP supportThe Data Co-Processor (DCP) provides hardware acceleraiton forcryptographic algorithms. The features of DCP are: - AES128 ECB and CBC - SHA1, SHA256 - AES128-CMAC algorithm - SRAM key storage - HUK generationThis driver adds DCP support for the following platforms: - imx6slevk - imx6sllevk - imx6ullevk - imx6ulzevkSigned-off-by: Remi Koman <remi.koman@nxp.com>Signed-off-by: Clement Faure <clement.faure@nxp.com>Acked-by: Jens Wiklander <jens.wiklander@linaro.org>