drivers: caam: mp: fix memory on CAAM descriptor allocation failureFree the output DMA object upon CAAM descriptor allocation failure.Signed-off-by: Clement Faure <clement.faure@nxp.com>Acked-by
drivers: caam: mp: fix memory on CAAM descriptor allocation failureFree the output DMA object upon CAAM descriptor allocation failure.Signed-off-by: Clement Faure <clement.faure@nxp.com>Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
show more ...
drivers: caam: add manufacturing protection featureThe CAAM features a "manufacturing protection" functionality.It is a authentication process used to authenticate the chip tothe OEM's server. Th
drivers: caam: add manufacturing protection featureThe CAAM features a "manufacturing protection" functionality.It is a authentication process used to authenticate the chip tothe OEM's server. The authentication process can ensure the chip: * is a genuine NXP part * is a correct part type * has been properly fused * is running a authenticated software * runs in secure/trusted mode.Signed-off-by: Cedric Neveux <cedric.neveux@nxp.com>Signed-off-by: Clement Faure <clement.faure@nxp.com>Acked-by: Jens Wiklander <jens.wiklander@linaro.org>Acked-by: Etienne Carriere <etienne.carriere@linaro.org>