mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-25 07:41:40 +02:00
arm: omap-common: add secure ROM signature verify index for AM33xx
On AM33xx devices the secure ROM uses a different call index for signature verification, the function and arguments are the same. Signed-off-by: Andrew F. Davis <afd@ti.com>
This commit is contained in:
parent
2170652d98
commit
4ac19bae2d
@ -21,7 +21,11 @@
|
||||
#include <spl.h>
|
||||
|
||||
/* Index for signature verify ROM API */
|
||||
#ifdef CONFIG_AM33XX
|
||||
#define API_HAL_KM_VERIFYCERTIFICATESIGNATURE_INDEX (0x0000000C)
|
||||
#else
|
||||
#define API_HAL_KM_VERIFYCERTIFICATESIGNATURE_INDEX (0x0000000E)
|
||||
#endif
|
||||
|
||||
static uint32_t secure_rom_call_args[5] __aligned(ARCH_DMA_MINALIGN);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user