summaryrefslogtreecommitdiff
path: root/big-little/bl.scf.template
blob: c3ea58d219ff86d09f01ed979699f49819e246f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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)
    } 
}