Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/plat/arm/board/fvp_ve/
A 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()
/tf-a-ffa_el3_spmc/lib/optee/
A Doptee_utils.c42 uint8_t arch; member
153 INFO(" arch=0x%x\n", header->arch); in parse_optee_header()
219 if (header->arch == 0) { in parse_optee_header()
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/
A Dfvp_common.c280 unsigned int rev, hbi, bld, arch, sys_id; in fvp_config_setup() local
286 arch = (sys_id >> V2M_SYS_ID_ARCH_SHIFT) & V2M_SYS_ID_ARCH_MASK; in fvp_config_setup()
288 if (arch != ARCH_MODEL) { in fvp_config_setup()
/tf-a-ffa_el3_spmc/plat/marvell/armada/a8k/common/ble/
A Dble.mk20 -I$(CURDIR)/include/arch/aarch64 \
/tf-a-ffa_el3_spmc/
A DMakefile208 arch-features = ${ARM_ARCH_FEATURE}
217 ifeq ( ,$(findstring memtag,$(arch-features)))
218 arch-features := $(arch-features)+memtag
233 ifneq ($(arch-features), none)
235 arch-features := $(subst none+,,$(arch-features))
237 march32-directive := $(march32-directive)+$(arch-features)
239 march64-directive := $(march64-directive)+$(arch-features)
242 $(info Arm Architecture Features specified: $(subst +, ,$(arch-features)))
246 ENABLE_FEAT_RNG = $(if $(findstring rng,${arch-features}),1,0)
249 ENABLE_FEAT_SB = $(if $(findstring sb,${arch-features}),1,0)
[all …]
A DPROTOTYPE_README120 cp arch/arm64/boot/Image $OUT/
/tf-a-ffa_el3_spmc/docs/plat/
A Dqemu.rst73 - ``Image`` -> linux/arch/arm64/boot/Image
102 - ``Image`` -> linux/arch/arm64/boot/Image
A 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
A Drpi3.rst392 cp arch/arm64/boot/Image /path/to/boot/kernel8.img
393 cp arch/arm64/boot/dts/broadcom/bcm2710-rpi-3-b.dtb /path/to/boot/
394 cp arch/arm64/boot/dts/broadcom/bcm2710-rpi-3-b-plus.dtb /path/to/boot/
/tf-a-ffa_el3_spmc/docs/components/
A Dsecure-partition-manager.rst169 barely saving/restoring EL2 registers from an Arm arch perspective. As such
/tf-a-ffa_el3_spmc/docs/design/
A Dfirmware-design.rst481 cold boot and warm boot. It runs at EL3 doing the arch
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dporting-guide.rst1014 ``include/lib/aarch32/arch.h`` header file.

Completed in 27 milliseconds