mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
arm: omap-common: add secure smc entry
Add an interface for calling secure ROM APIs across a range of OMAP and OMAP compatible high-security (HS) device variants. While at it, also perform minor cleanup/alignment without any change in functionality. Signed-off-by: Daniel Allred <d-allred@ti.com> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -627,6 +627,12 @@ void recalibrate_iodelay(void);
|
||||
|
||||
void omap_smc1(u32 service, u32 val);
|
||||
|
||||
/*
|
||||
* Low-level helper function used when performing secure ROM calls on high-
|
||||
* security (HS) device variants by doing a specially-formed smc entry.
|
||||
*/
|
||||
u32 omap_smc_sec(u32 service, u32 proc_id, u32 flag, u32 *params);
|
||||
|
||||
void enable_edma3_clocks(void);
|
||||
void disable_edma3_clocks(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user