OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NEED_BL32
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
opteed.mk
15
NEED_BL32
:= yes
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd.mk
30
NEED_BL32
:= yes
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
platform.mk
20
ifeq ($(
NEED_BL32
),yes)
/device/linaro/bootloader/arm-trusted-firmware/make_helpers/tbbr/
tbbr_tools.mk
14
#
NEED_BL32
: indicates whether BL32 is needed by the platform
90
ifeq (${
NEED_BL32
},yes)
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
platform.mk
155
NEED_BL32
:= yes
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
platform.mk
12
ifeq ($(
NEED_BL32
),yes)
/device/linaro/bootloader/arm-trusted-firmware/
Makefile
239
# Makefile would set
NEED_BL32
to "yes". In this case, the build system
282
NEED_BL32
:= yes
565
ifeq (${
NEED_BL32
},yes)
Completed in 237 milliseconds