Searched refs:arch (Results 1 – 15 of 15) sorted by relevance
/trusted-firmware-a-3.7.0/plat/arm/board/fvp_ve/ |
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()
|
/trusted-firmware-a-3.7.0/plat/arm/board/fvp_r/ |
D | fvp_r_common.c | 110 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/ |
D | optee_utils.h | 50 uint8_t arch; member
|
/trusted-firmware-a-3.7.0/lib/optee/ |
D | optee_utils.c | 122 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/ |
D | ble.mk | 20 -I$(CURDIR)/include/arch/aarch64 \
|
/trusted-firmware-a-3.7.0/plat/arm/board/fvp/ |
D | fvp_common.c | 322 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/ |
D | Makefile | 164 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/ |
D | qemu.rst | 73 - ``Image`` -> linux/arch/arm64/boot/Image 106 - ``Image`` -> linux/arch/arm64/boot/Image
|
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
|
D | rpi3.rst | 387 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/ |
D | opteed_main.c | 353 if (image_header->arch == 1) { in opteed_handle_smc_load()
|
/trusted-firmware-a-3.7.0/docs/components/ |
D | realm-management-extension.rst | 19 .. image:: ../resources/diagrams/arm-cca-software-arch.png
|
/trusted-firmware-a-3.7.0/docs/design/ |
D | firmware-design.rst | 438 cold boot and warm boot. It runs at EL3 doing the arch
|
/trusted-firmware-a-3.7.0/docs/ |
D | porting-guide.rst | 1303 ``include/lib/aarch32/arch.h`` header file.
|
D | change-log.md | 3544 …- add arch-features detection mechanism ([6a0da73](https://review.trustedfirmware.org/plugins/giti…
|