sp_min: make sp_min_warm_entrypoint public
authorHeiko Stuebner <heiko@sntech.de>
Sat, 2 Mar 2019 10:59:04 +0000 (11:59 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 25 Apr 2019 11:37:56 +0000 (13:37 +0200)
Similar to bl31_warm_entrypoint, sp_min-based platforms may need
that for special resume handling.

Therefore move it from the private header to the sp_min platform header.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Change-Id: I40d9eb3ff77cff88d47c1ff51d53d9b2512cbd3e

bl32/sp_min/sp_min_private.h
include/bl32/sp_min/platform_sp_min.h

index 6b5d7925ba967e6cf7c8f6f8e76592bac0af1f1c..628581a4c876cdd511075772039f3b8bbccd7821 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef SP_MIN_PRIVATE_H
 #define SP_MIN_PRIVATE_H
 
-void sp_min_warm_entrypoint(void);
 void sp_min_main(void);
 void sp_min_warm_boot(void);
 void sp_min_fiq(void);
index feb4ec37112cd0570fce598a32fd8da599df8baa..971f66185d8a1c91d64e57e2027b0cf0fd37c340 100644 (file)
@@ -18,6 +18,7 @@ void sp_min_platform_setup(void);
 void sp_min_plat_runtime_setup(void);
 void sp_min_plat_arch_setup(void);
 entry_point_info_t *sp_min_plat_get_bl33_ep_info(void);
+void sp_min_warm_entrypoint(void);
 
 /* Platforms that enable SP_MIN_WITH_SECURE_FIQ shall implement this api */
 void sp_min_plat_fiq_handler(uint32_t id);