summaryrefslogtreecommitdiff
path: root/plat/sun50iw1p1/include
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/include
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/include')
-rw-r--r--plat/sun50iw1p1/include/platform_def.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/plat/sun50iw1p1/include/platform_def.h b/plat/sun50iw1p1/include/platform_def.h
index 70b8b79..555f80b 100644
--- a/plat/sun50iw1p1/include/platform_def.h
+++ b/plat/sun50iw1p1/include/platform_def.h
@@ -50,27 +50,15 @@
/* Size of cacheable stacks */
#if DEBUG_XLAT_TABLE
#define PLATFORM_STACK_SIZE 0x800
-#elif IMAGE_BL1
-#define PLATFORM_STACK_SIZE 0x440
-#elif IMAGE_BL2
-#define PLATFORM_STACK_SIZE 0x400
#elif IMAGE_BL31
#define PLATFORM_STACK_SIZE 0x400
-#elif IMAGE_BL32
-#define PLATFORM_STACK_SIZE 0x440
#endif
#define FIRMWARE_WELCOME_STR "Booting Trusted Firmware\n"
-/* Trusted Boot Firmware BL2 */
-#define BL2_IMAGE_NAME "bl2.bin"
-
/* EL3 Runtime Firmware BL31 */
#define BL31_IMAGE_NAME "bl31.bin"
-/* Secure Payload BL32 (Trusted OS) */
-#define BL32_IMAGE_NAME "bl32.bin"
-
/* Non-Trusted Firmware BL33 */
#define BL33_IMAGE_NAME "bl33.bin" /* e.g. UEFI */
@@ -103,8 +91,6 @@
#define TSP_SEC_MEM_BASE SUNXI_TRUSTED_DRAM_BASE
#define TSP_SEC_MEM_SIZE SUNXI_TRUSTED_DRAM_SIZE
-#define BL32_BASE (SUNXI_TRUSTED_DRAM_BASE + SUNXI_SHARED_RAM_SIZE)
-#define BL32_LIMIT (SUNXI_TRUSTED_DRAM_BASE + (1 << 21))
/*
@@ -131,5 +117,4 @@
#define CACHE_WRITEBACK_SHIFT 6
#define CACHE_WRITEBACK_GRANULE (1 << CACHE_WRITEBACK_SHIFT)
-
#endif /* __PLATFORM_DEF_H__ */