summaryrefslogtreecommitdiff
path: root/big-little/bl.scf.template
diff options
context:
space:
mode:
Diffstat (limited to 'big-little/bl.scf.template')
-rw-r--r--big-little/bl.scf.template29
1 files changed, 29 insertions, 0 deletions
diff --git a/big-little/bl.scf.template b/big-little/bl.scf.template
new file mode 100644
index 0000000..c3ea58d
--- /dev/null
+++ b/big-little/bl.scf.template
@@ -0,0 +1,29 @@
+ ; $Copyright:
+ ; ----------------------------------------------------------------
+ ; This confidential and proprietary software may be used only as
+ ; authorised by a licensing agreement from ARM Limited
+ ; (C) COPYRIGHT 2008-2011 ARM Limited
+ ; ALL RIGHTS RESERVED
+ ; The entire notice above must be reproduced on all authorised
+ ; copies and copies may only be made to the extent permitted
+ ; by a licensing agreement from ARM Limited.
+ ; ----------------------------------------------------------------
+ ; File: bl-ve.scf.template
+ ; ----------------------------------------------------------------
+ ; $
+
+LOAD_REGION1 HIBASE0D000 NOCOMPRESS ALIGN 4096 65536
+{
+ BL_DV_PAGE +0x0 ALIGN 4096 4096
+ {
+ *(BL_DV_PAGE)
+ }
+ BL_CODE HIBASE0E000 FIXED
+ {
+ *(+RO)
+ }
+ BL_DATA +0x0
+ {
+ *(+ZI,+RW)
+ }
+}