HomeSort by relevance Sort by last modified time
    Searched refs:AARCH32 (Results 26 - 39 of 39) sorted by null

12

  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_common.c 113 #ifndef AARCH32
151 #endif /* AARCH32 */
arm_bl2_setup.c 225 #ifdef AARCH32
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/tzc/
tzc_common_private.h 185 #ifdef AARCH32
213 #endif /* AARCH32 */
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
plat_arm.h 43 #if defined(IMAGE_BL31) || (defined(AARCH32) && defined(IMAGE_BL32))
68 #endif /* defined(IMAGE_BL31) || (defined(AARCH32) && defined(IMAGE_BL32)) */
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
fvp_common.c 122 #ifdef AARCH32
  /device/linaro/bootloader/arm-trusted-firmware/plat/common/
plat_gicv3.c 281 /* In AArch32, the secure group1 interrupts are targeted to Secure PL1 */
282 #ifdef AARCH32
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_bl2_setup.c 204 #ifndef AARCH32
239 #endif /* AARCH32 */
  /device/linaro/bootloader/arm-trusted-firmware/common/
bl_common.c 590 #ifndef AARCH32
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/gic/v3/
gicv3_private.h 38 #ifdef AARCH32
gicv3_main.c 99 #ifdef AARCH32
104 #endif /* AARCH32 */
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_bl2_setup.c 127 #ifndef AARCH32
162 #endif /* AARCH32 */
  /device/linaro/bootloader/arm-trusted-firmware/lib/psci/
psci_common.c 603 #ifdef AARCH32
675 * in aarch32 or aarch64
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/
Makefile 222 ifeq (${ARCH},aarch32)
223 $(error "Error: SPD is incompatible with AArch32.")
263 # Platform compatibility is not supported in AArch32
264 ifneq (${ARCH},aarch32)
281 ifeq (${ARCH},aarch32)
285 # Build `AARCH32_SP` as BL32 image for AArch32
330 # For AArch32, LOAD_IMAGE_V2 must be enabled.
331 ifeq (${ARCH},aarch32)
333 $(error "For AArch32, LOAD_IMAGE_V2 must be enabled.")
422 # For AArch32, BL31 is not currently supported
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
xlat_tables_internal.c     [all...]

Completed in 112 milliseconds

12