OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bl31
(Results
1 - 13
of
13
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/bl31/
bl31.mk
31
BL31_SOURCES +=
bl31
/bl31_main.c \
32
bl31
/context_mgmt.c \
33
bl31
/cpu_data_array.c \
34
bl31
/runtime_svc.c \
35
bl31
/interrupt_mgmt.c \
36
bl31
/aarch64/bl31_arch_setup.c \
37
bl31
/aarch64/bl31_entrypoint.S \
38
bl31
/aarch64/context.S \
39
bl31
/aarch64/cpu_data.S \
40
bl31
/aarch64/runtime_exceptions.S
[
all
...]
bl31_main.c
35
#include <
bl31
.h>
51
* Variable to indicate whether next image to execute after
BL31
is BL33
57
* Simple function to initialise all
BL31
helper libraries.
65
*
BL31
is responsible for setting up the runtime services for the primary cpu
119
* executed after
BL31
. This is BL33 or the non-secure bootloader image by
138
* into the next image after
BL31
at the next ERET.
context_mgmt.c
35
#include <
bl31
.h>
/device/linaro/bootloader/arm-trusted-firmware/bl31/aarch64/
bl31_arch_setup.c
35
#include <
bl31
.h>
/device/linaro/hikey/installer/hikey960/
flash-all.sh
23
fastboot flash trustfirmware "${INSTALLER_DIR}"/
bl31
.bin
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
bl31_plat_setup.c
35
#include <
bl31
.h>
121
* Initialise the CCI-400 driver for
BL31
so that it is accessible after
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/
bl31_plat_setup.c
34
#include <
bl31
.h>
122
* Initialise the CCI-400 driver for
BL31
so that it is accessible after
/device/linaro/hikey/factory-images/
generate-factory-images-hikey960.sh
35
cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey960/
bl31
.bin tmp/$PRODUCT-$VERSION/
80
fastboot flash trustfirmware
bl31
.bin
/device/linaro/bootloader/arm-trusted-firmware/plat/fvp/
bl31_fvp_setup.c
36
#include <
bl31
.h>
87
*
BL31
from BL2.
159
* Perform any
BL31
specific platform actions. Here is an opportunity to copy
179
/* There are no parameters from BL2 if
BL31
is a reset vector */
205
* Tell
BL31
where the non-trusted software image
/device/linaro/bootloader/arm-trusted-firmware/
Makefile
56
# By default, Bl1 acts as the reset handler, not
BL31
173
include
bl31
/
bl31
.mk
196
INCLUDES += -Iinclude/
bl31
\
197
-Iinclude/
bl31
/services \
383
BUILD_TARGETS := all bl1 bl2
bl31
bl32 fip
563
$(if ${
BL31
}, $(eval $(call MAKE_TOOL_ARGS,31,${
BL31
},in_fip,${CERTS},${CERTS},${BL31_KEY})),\
627
@echo "usage: ${MAKE} PLAT=<${HELP_PLATFORMS}> <all|bl1|bl2|
bl31
|distclean|clean|checkcodebase|checkpatch>"
633
@echo " all Build the BL1, BL2 and
BL31
binaries
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
psci_afflvl_on.c
35
#include <
bl31
.h>
/device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
opteed_main.c
44
#include <
bl31
.h>
285
*
BL31
for deferred invocation
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd_main.c
44
#include <
bl31
.h>
241
*
BL31
for deferred invocation
Completed in 643 milliseconds