Home
last modified time | relevance | path

Searched refs:arch (Results 1 – 15 of 15) sorted by relevance

/trusted-firmware-a-3.7.0/plat/arm/board/fvp_ve/
Dfvp_ve_common.c49 unsigned int sys_id, arch; in fvp_ve_config_setup() local
52 arch = (sys_id >> V2M_SYS_ID_ARCH_SHIFT) & V2M_SYS_ID_ARCH_MASK; in fvp_ve_config_setup()
54 if (arch != ARCH_MODEL_VE) { in fvp_ve_config_setup()
/trusted-firmware-a-3.7.0/plat/arm/board/fvp_r/
Dfvp_r_common.c110 unsigned int rev, hbi, bld, arch, sys_id; in fvp_config_setup() local
117 arch = (sys_id >> V2M_SYS_ID_ARCH_SHIFT) & V2M_SYS_ID_ARCH_MASK; in fvp_config_setup()
119 if (arch != ARCH_MODEL) { in fvp_config_setup()
/trusted-firmware-a-3.7.0/include/lib/
Doptee_utils.h50 uint8_t arch; member
/trusted-firmware-a-3.7.0/lib/optee/
Doptee_utils.c122 INFO(" arch=0x%x\n", header->arch); in parse_optee_header()
199 if (header->arch == 0) { in parse_optee_header()
/trusted-firmware-a-3.7.0/plat/marvell/armada/a8k/common/ble/
Dble.mk20 -I$(CURDIR)/include/arch/aarch64 \
/trusted-firmware-a-3.7.0/plat/arm/board/fvp/
Dfvp_common.c322 unsigned int rev, hbi, bld, arch, sys_id; in fvp_config_setup() local
328 arch = (sys_id >> V2M_SYS_ID_ARCH_SHIFT) & V2M_SYS_ID_ARCH_MASK; in fvp_config_setup()
330 if (arch != ARCH_MODEL) { in fvp_config_setup()
/trusted-firmware-a-3.7.0/
DMakefile164 arch-features = ${ARM_ARCH_FEATURE}
167 ifneq ($(arch-features), none)
169 arch-features := $(subst none+,,$(arch-features))
170 march-directive := $(march-directive)+$(arch-features)
172 $(info Arm Architecture Features specified: $(subst +, ,$(arch-features)))
438 -Iinclude/arch/${ARCH} \
612 ifeq ( ,$(findstring memtag,$(arch-features)))
613 arch-features := $(arch-features)+memtag
1050 ENABLE_FEAT_RNG = $(if $(findstring rng,${arch-features}),1,0)
1053 ENABLE_FEAT_SB = $(if $(findstring sb,${arch-features}),1,0)
/trusted-firmware-a-3.7.0/docs/plat/
Dqemu.rst73 - ``Image`` -> linux/arch/arm64/boot/Image
106 - ``Image`` -> linux/arch/arm64/boot/Image
Dwarp7.rst34 make u-boot.imx arch=ARM CROSS_COMPILE=arm-linux-gnueabihf-
88 cp /path/to/linux/arch/boot/dts/imx7s-warp.dtb fiptool_images
Drpi3.rst387 cp arch/arm64/boot/Image /path/to/boot/kernel8.img
388 cp arch/arm64/boot/dts/broadcom/bcm2710-rpi-3-b.dtb /path/to/boot/
389 cp arch/arm64/boot/dts/broadcom/bcm2710-rpi-3-b-plus.dtb /path/to/boot/
/trusted-firmware-a-3.7.0/services/spd/opteed/
Dopteed_main.c353 if (image_header->arch == 1) { in opteed_handle_smc_load()
/trusted-firmware-a-3.7.0/docs/components/
Drealm-management-extension.rst19 .. image:: ../resources/diagrams/arm-cca-software-arch.png
/trusted-firmware-a-3.7.0/docs/design/
Dfirmware-design.rst438 cold boot and warm boot. It runs at EL3 doing the arch
/trusted-firmware-a-3.7.0/docs/
Dporting-guide.rst1303 ``include/lib/aarch32/arch.h`` header file.
Dchange-log.md3544 …- add arch-features detection mechanism ([6a0da73](https://review.trustedfirmware.org/plugins/giti…