Searched refs:PLATFORM (Results 1 – 9 of 9) sorted by relevance
/optee_os/ |
A D | .azure-pipelines.yml | 122 _make PLATFORM=stm32mp1 128 _make PLATFORM=hikey 173 _make PLATFORM=k3-j721e 196 _make PLATFORM=d02 198 _make PLATFORM=rcar 199 _make PLATFORM=rzg 201 _make PLATFORM=rpi3 208 _make PLATFORM=poplar 211 _make PLATFORM=sam 222 _make PLATFORM=amlogic [all …]
|
A D | Makefile | 38 ifneq (,$(findstring -,$(PLATFORM))) 39 ops := $(join PLATFORM PLATFORM_FLAVOR,$(addprefix =,$(subst -, ,$(PLATFORM)))) 45 PLATFORM ?= vexpress macro 49 out-dir := $(O)/$(ARCH)-plat-$(PLATFORM)
|
A D | CHANGELOG.md | 433 <!-- ${PLATFORM}-${PLATFORM_FLAVOR}, ordered alphabetically --> 540 <!-- ${PLATFORM}-${PLATFORM_FLAVOR}, ordered alphabetically --> 674 <!-- ${PLATFORM}-${PLATFORM_FLAVOR}, ordered alphabetically --> 746 * New supported platform: Texas Instruments AM57xx (`PLATFORM=ti-am57xx`) 814 <!-- ${PLATFORM}-${PLATFORM_FLAVOR}, ordered alphabetically --> 852 * New supported platform: Xilinx Zynq 7000 ZC702 (`PLATFORM=zynq7k-zc702`) 944 <!-- ${PLATFORM}-${PLATFORM_FLAVOR}, ordered alphabetically --> 1057 <!-- ${PLATFORM}-${PLATFORM_FLAVOR}, ordered alphabetically -->
|
/optee_os/core/ |
A D | core.mk | 8 platform-dir := $(arch-dir)/plat-$(PLATFORM) 14 PLATFORM_$(PLATFORM) := y
|
/optee_os/mk/ |
A D | aosp_optee.mk | 88 PLATFORM=$(OPTEE_PLATFORM) \
|
A D | checkconf.mk | 52 echo "PLATFORM=${PLATFORM}" >>$@.tmp; \
|
/optee_os/out/arm/ |
A D | conf.mk | 4 PLATFORM=vexpress
|
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | conf.mk | 4 PLATFORM=vexpress
|
/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | conf.mk | 4 PLATFORM=vexpress
|
Completed in 43 milliseconds