OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BL2_BASE
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/fvp/include/
platform_def.h
137
* Put BL2 just below BL3-1.
BL2_BASE
is calculated using the current BL2 debug
141
#define
BL2_BASE
(BL31_BASE - 0x1C000)
143
#define
BL2_BASE
(BL31_BASE - 0xC000)
174
# define TSP_PROGBITS_LIMIT
BL2_BASE
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
platform_def.h
128
#define
BL2_BASE
(BL1_RW_BASE + 0x8000) /* 0xf981_8000 */
129
#define BL2_LIMIT (
BL2_BASE
+ 0x40000)
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/include/
platform_def.h
121
* Put BL2 just below BL3-1.
BL2_BASE
is calculated using the current BL2 debug
125
#define
BL2_BASE
(BL31_BASE - 0x1D000)
127
#define
BL2_BASE
(BL31_BASE - 0xC000)
166
//# define BL32_PROGBITS_LIMIT
BL2_BASE
Completed in 465 milliseconds