summaryrefslogtreecommitdiff
path: root/plat/sun50iw1p1/sunxi_private.h
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2016-02-23 14:47:29 +0000
committerAndre Przywara <andre.przywara@arm.com>2016-06-02 01:25:51 +0100
commit0ef98df67f826c634e6e9e3ffe6b6a10a729bc84 (patch)
treeec3d828b79ac2d7d19446507a62e50a6233625ef /plat/sun50iw1p1/sunxi_private.h
parentdaf8f2a058c82b9c2b640688cccbaec00115d993 (diff)
sun50i: remove unneeded BL1 and BL2 code
The sun50i port only uses BL31, so there is no need for then BL1 and BL2 code files (copied from the FVP port). Remove them. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'plat/sun50iw1p1/sunxi_private.h')
-rw-r--r--plat/sun50iw1p1/sunxi_private.h20
1 files changed, 1 insertions, 19 deletions
diff --git a/plat/sun50iw1p1/sunxi_private.h b/plat/sun50iw1p1/sunxi_private.h
index 82f3cfc..928bcea 100644
--- a/plat/sun50iw1p1/sunxi_private.h
+++ b/plat/sun50iw1p1/sunxi_private.h
@@ -47,21 +47,6 @@ typedef volatile struct mailbox {
} mailbox_t;
/*******************************************************************************
- * This structure represents the superset of information that is passed to
- * BL31 e.g. while passing control to it from BL2 which is bl31_params
- * and bl31_plat_params and its elements
- ******************************************************************************/
-typedef struct bl2_to_bl31_params_mem {
- bl31_params_t bl31_params;
- image_info_t bl31_image_info;
- image_info_t bl32_image_info;
- image_info_t bl33_image_info;
- entry_point_info_t bl33_ep_info;
- entry_point_info_t bl32_ep_info;
- entry_point_info_t bl31_ep_info;
-} bl2_to_bl31_params_mem_t;
-
-/*******************************************************************************
* Forward declarations
******************************************************************************/
struct meminfo;
@@ -92,11 +77,8 @@ void sunxi_io_setup(void);
/* Declarations for sunxi_security.c */
void sunxi_security_setup(void);
-/* Gets the SPR for BL32 entry */
-uint32_t sunxi_get_spsr_for_bl32_entry(void);
-
/* Gets the SPSR for BL33 entry */
uint32_t sunxi_get_spsr_for_bl33_entry(void);
-#endif /* __FVP_PRIVATE_H__ */
+#endif /* __SUNXI_PRIVATE_H__ */