]> git.dujemihanovic.xyz Git - u-boot.git/commit
include: mach-k3: move k3 security functions to security.h
authorManorit Chawdhry <m-chawdhry@ti.com>
Tue, 21 May 2024 10:56:45 +0000 (16:26 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jun 2024 20:00:43 +0000 (14:00 -0600)
commit145a23450c7ee0c0ed9a68e33a1a52f23705a6b6
tree71da47fe75273a0e81b3ed00fdee8274319b8bbe
parent3be9f399e911cfc437a37ac826441f1d96da1c9b
include: mach-k3: move k3 security functions to security.h

ti_secure_image_post_process and ti_secure_image_check_binary is used
for the authentication purposes in the current boot flow. Authentication
of remoteproc firmware images require ti_secure_image_post_process to be
available outside mach-k3.

Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Signed-off-by: Udit Kumar <u-kumar1@ti.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> # Intel Edison
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/arm/mach-k3/common.h
arch/arm/mach-k3/include/mach/security.h [new file with mode: 0644]