Home
last modified time | relevance | path

Searched refs:RESET_TO_BL31 (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/fvp/
Dbl31_fvp_setup.c81 #if RESET_TO_BL31
100 #if RESET_TO_BL31 in bl31_plat_get_next_image_ep_info()
132 #if RESET_TO_BL31 in bl31_plat_get_next_image_image_info()
178 #if RESET_TO_BL31 in bl31_early_platform_setup()
274 #if RESET_TO_BL31 in bl31_plat_arch_setup()
/device/linaro/bootloader/arm-trusted-firmware/bl31/aarch64/
Dbl31_entrypoint.S51 #if !RESET_TO_BL31
139 #if RESET_TO_BL31
191 #if RESET_TO_BL31
/device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
Dpsci_entry.S55 #if !RESET_TO_BL31
/device/linaro/bootloader/arm-trusted-firmware/include/common/
Dbl_common.h101 #if IMAGE_BL1 || (IMAGE_BL31 && RESET_TO_BL31)
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/
Dplatform.mk98 ifneq (${RESET_TO_BL31},0)
/device/linaro/bootloader/arm-trusted-firmware/
DMakefile57 RESET_TO_BL31 := 0 macro
226 $(eval $(call assert_boolean,RESET_TO_BL31))
227 $(eval $(call add_define,RESET_TO_BL31))
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-design.md81 * changes in BL3-1 behavior when using the `RESET_TO_BL31` option which
523 ARM Trusted Firmware provides a build-time option `RESET_TO_BL31` that includes
533 The ARM FVP port supports the `RESET_TO_BL31` configuration, in which case the
981 (e.g. BL1), or BL3-1 if `RESET_TO_BL31` is true. This may be detected at
Duser-guide.md226 * `RESET_TO_BL31`: Enable BL3-1 entrypoint as the CPU reset vector instead
852 the `RESET_TO_BL31` option.
Dporting-guide.md372 RESET_TO_BL31 make variable.