Home
last modified time | relevance | path

Searched refs:ARCH (Results 1 – 25 of 68) sorted by relevance

123

/device/linaro/bootloader/edk2/BaseTools/Source/C/
DGNUmakefile15 ifndef ARCH
21 $(info Attempting to detect ARCH from 'uname -m': $(uname_m))
23 ARCH=X64 macro
26 ARCH=IA32 macro
29 ARCH=AARCH64 macro
32 ARCH=ARM macro
34 ifndef ARCH
35 $(info Could not detected ARCH from uname results)
36 $(error ARCH is not defined!)
38 $(info Detected ARCH of $(ARCH) using uname.)
[all …]
/device/linaro/bootloader/arm-trusted-firmware/bl1/
Dbl1.mk8 bl1/${ARCH}/bl1_arch_setup.c \
9 bl1/${ARCH}/bl1_context_mgmt.c \
10 bl1/${ARCH}/bl1_entrypoint.S \
11 bl1/${ARCH}/bl1_exceptions.S \
12 lib/cpus/${ARCH}/cpu_helpers.S \
14 lib/el3_runtime/${ARCH}/context_mgmt.c \
16 plat/common/${ARCH}/platform_up_stack.S
18 ifeq (${ARCH},aarch64)
/device/linaro/bootloader/arm-trusted-firmware/bl2/
Dbl2.mk8 bl2/${ARCH}/bl2_entrypoint.S \
9 bl2/${ARCH}/bl2_arch_setup.c \
10 lib/locks/exclusive/${ARCH}/spinlock.S \
11 plat/common/${ARCH}/platform_up_stack.S
13 ifeq (${ARCH},aarch64)
/device/linaro/bootloader/arm-trusted-firmware/lib/psci/
Dpsci_lib.mk8 lib/el3_runtime/${ARCH}/cpu_data.S \
9 lib/el3_runtime/${ARCH}/context_mgmt.c \
10 lib/cpus/${ARCH}/cpu_helpers.S \
12 lib/locks/exclusive/${ARCH}/spinlock.S \
21 lib/psci/${ARCH}/psci_helpers.S
23 ifeq (${ARCH}, aarch64)
/device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
Dheader.makefile4 # ARCH = x86_64 or x64 for EM64T build
5 # ARCH = ia32 or IA32 for IA32 build
6 # ARCH = ia64 or IA64 for IA64 build
7 # ARCH = Arm or ARM for ARM build
18 ARCH ?= IA32
30 ifeq ($(ARCH), IA32)
34 ifeq ($(ARCH), X64)
38 ifeq ($(ARCH), ARM)
42 ifeq ($(ARCH), AARCH64)
57 ifeq ($(ARCH), IA32)
Dfooter.makefile16 $(MAKEROOT)/libs-$(ARCH):
17 mkdir -p $(MAKEROOT)/libs-$(ARCH)
20 install: $(MAKEROOT)/libs-$(ARCH) $(LIBRARY)
21 cp $(LIBRARY) $(MAKEROOT)/libs-$(ARCH)
Dms.common22 !IFNDEF ARCH
23 ARCH = IA32
39 !IF "$(ARCH)"=="IA32"
47 !IF "$(ARCH)"=="X64"
/device/linaro/hikey/uefi-tools/
Dplatforms.config14 # - ARCH String describing the architecture to build for.
71 ARCH=AARCH64
83 ARCH=AARCH64
91 ARCH=AARCH64
100 ARCH=AARCH64
108 ARCH=AARCH64
120 ARCH=ARM
128 ARCH=ARM
134 ARCH=ARM
142 ARCH=ARM
[all …]
Dedk2-platforms.config14 # - ARCH String describing the architecture to build for.
68 ARCH=AARCH64
79 ARCH=AARCH64
88 ARCH=ARM
93 ARCH=AARCH64
98 ARCH=AARCH64
103 ARCH=AARCH64
108 ARCH=AARCH64
113 ARCH=AARCH64
118 ARCH=AARCH64
[all …]
Duefi-build.sh197 ARCH=ARM
200 ARCH=AARCH64
203 unset ARCH
206 export ARCH
/device/linaro/bootloader/arm-trusted-firmware/bl2u/
Dbl2u.mk8 bl2u/${ARCH}/bl2u_entrypoint.S \
9 plat/common/${ARCH}/platform_up_stack.S
11 ifeq (${ARCH},aarch64)
/device/google/wahoo/lisa/
Dupdate-script.sh10 make ARCH=${ARCH} CROSS_COMPILE=${CROSS_COMPILE} ${DEFCONFIG}
11 make ARCH=${ARCH} CROSS_COMPILE=${CROSS_COMPILE} -j32
/device/linaro/bootloader/arm-trusted-firmware/
DMakefile147 ASFLAGS += $(CPPFLAGS) $(ASFLAGS_$(ARCH)) \
150 TF_CFLAGS += $(CPPFLAGS) $(TF_CFLAGS_$(ARCH)) \
156 TF_LDFLAGS += $(TF_LDFLAGS_$(ARCH))
168 common/${ARCH}/debug.S \
169 lib/${ARCH}/cache_helpers.S \
170 lib/${ARCH}/misc_helpers.S \
172 plat/common/${ARCH}/plat_common.c \
173 plat/common/${ARCH}/platform_helpers.S \
180 -Iinclude/common/${ARCH} \
187 -Iinclude/lib/${ARCH} \
[all …]
/device/google/cuttlefish_vmm/
Drebuild-internal.sh14 ARCH="$(uname -m)"
15 : ${OUTPUT_DIR:="$(pwd)/${ARCH}-linux-gnu"}
153 "a copy of device/google/cuttlefish_vmm/${ARCH}-linux-gnu/manifest.xml."
317 case ${ARCH} in
318 x86_64) subdir="${ARCH}" ;;
321 aarch64) subdir="${ARCH}" ;;
323 echo "${ARCH} is not supported"
392 ARCH=*) ARCH="${i/ARCH=/}" ;;
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables.mk8 ${ARCH}/xlat_tables_arch.c \
11 INCLUDES += -Ilib/xlat_tables_v2/${ARCH}
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
Dplatform.mk63 ifeq (${ARCH}, aarch32)
94 FVP_CPU_LIBS := lib/cpus/${ARCH}/aem_generic.S
96 ifeq (${ARCH}, aarch64)
110 lib/semihosting/${ARCH}/semihosting_call.S \
111 plat/arm/board/fvp/${ARCH}/fvp_helpers.S \
122 lib/semihosting/${ARCH}/semihosting_call.S \
154 ifeq (${ARCH},aarch32)
/device/linaro/bootloader/arm-trusted-firmware/make_helpers/
Ddefaults.mk17 ARCH := aarch64
150 ifeq (${ARCH},aarch32)
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
Darm_common.mk7 ifeq (${ARCH}, aarch64)
122 ifeq (${ARCH}, aarch64)
126 PLAT_BL_COMMON_SOURCES += plat/arm/common/${ARCH}/arm_helpers.S \
131 lib/xlat_tables/${ARCH}/xlat_tables.c
163 BL2_SOURCES += plat/arm/common/${ARCH}/arm_bl2_mem_params_desc.c
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/common/
Dboard_common.mk10 PLAT_BL_COMMON_SOURCES += drivers/arm/pl011/${ARCH}/pl011_console.S \
11 plat/arm/board/common/${ARCH}/board_arm_helpers.S
/device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
DGNUmakefile13 ARCH ?= IA32 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DGNUmakefile13 ARCH ?= IA32 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DGNUmakefile13 ARCH ?= IA32 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/
DGNUmakefile13 ARCH ?= IA32 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
DGNUmakefile13 ARCH ?= IA32 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
DGNUmakefile13 ARCH ?= IA32 macro

123