* [U-Boot] [PATCH] arm: omap-common: add secure ROM signature verify index for AM33xx
@ 2017-01-11 16:19 Andrew F. Davis
2017-01-15 18:32 ` [U-Boot] " Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Andrew F. Davis @ 2017-01-11 16:19 UTC (permalink / raw)
To: u-boot
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>
---
arch/arm/mach-omap2/sec-common.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/mach-omap2/sec-common.c b/arch/arm/mach-omap2/sec-common.c
index 246a2393da..c5a000ac3a 100644
--- a/arch/arm/mach-omap2/sec-common.c
+++ b/arch/arm/mach-omap2/sec-common.c
@@ -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);
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] arm: omap-common: add secure ROM signature verify index for AM33xx
2017-01-11 16:19 [U-Boot] [PATCH] arm: omap-common: add secure ROM signature verify index for AM33xx Andrew F. Davis
@ 2017-01-15 18:32 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2017-01-15 18:32 UTC (permalink / raw)
To: u-boot
On Wed, Jan 11, 2017 at 10:19:52AM -0600, Andrew F. Davis wrote:
> 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>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170115/69aed4d5/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-15 18:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-11 16:19 [U-Boot] [PATCH] arm: omap-common: add secure ROM signature verify index for AM33xx Andrew F. Davis
2017-01-15 18:32 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox