Searched refs:arch (Results 1 – 12 of 12) sorted by relevance
/tf-a-ffa_el3_spmc/plat/arm/board/fvp_ve/ |
A D | fvp_ve_common.c | 49 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 D | optee_utils.c | 42 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 D | fvp_common.c | 280 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 D | ble.mk | 20 -I$(CURDIR)/include/arch/aarch64 \
|
/tf-a-ffa_el3_spmc/ |
A D | Makefile | 208 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 D | PROTOTYPE_README | 120 cp arch/arm64/boot/Image $OUT/
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | qemu.rst | 73 - ``Image`` -> linux/arch/arm64/boot/Image 102 - ``Image`` -> linux/arch/arm64/boot/Image
|
A D | warp7.rst | 34 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 D | rpi3.rst | 392 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 D | secure-partition-manager.rst | 169 barely saving/restoring EL2 registers from an Arm arch perspective. As such
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | firmware-design.rst | 481 cold boot and warm boot. It runs at EL3 doing the arch
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | porting-guide.rst | 1014 ``include/lib/aarch32/arch.h`` header file.
|
Completed in 27 milliseconds