Home
last modified time | relevance | path

Searched refs:PLATFORM (Results 1 – 25 of 34) sorted by relevance

12

/device/google/contexthub/firmware/os/platform/stm32/
Dstm32.mk32 SRCS_bl += os/platform/$(PLATFORM)/bl.c
35 SRCS_os += os/platform/$(PLATFORM)/crt_$(PLATFORM).c
38 SRCS_os += os/platform/$(PLATFORM)/platform.c \
39 os/platform/$(PLATFORM)/usart.c \
40 os/platform/$(PLATFORM)/gpio.c \
41 os/platform/$(PLATFORM)/pwr.c \
42 os/platform/$(PLATFORM)/wdt.c \
43 os/platform/$(PLATFORM)/i2c.c \
44 os/platform/$(PLATFORM)/exti.c \
45 os/platform/$(PLATFORM)/syscfg.c \
[all …]
/device/google/contexthub/firmware/os/platform/native/
Dnative.mk18 LKR = os/platform/$(PLATFORM)/lkr/native.extra.lkr
25 SRCS += os/platform/$(PLATFORM)/platform.c \
26 os/platform/$(PLATFORM)/i2c.c \
27 os/platform/$(PLATFORM)/spi.c \
28 os/platform/$(PLATFORM)/rtc.c \
29 os/platform/$(PLATFORM)/hostIntf.c
32 DEPS += $(wildcard os/platform/$(PLATFORM)/inc/plat/*.h)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dgetplatform.c4 #ifndef PLATFORM
5 #define PLATFORM "unknown" macro
11 return PLATFORM; in Py_GetPlatform()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dgetplatform.c4 #ifndef PLATFORM
5 #define PLATFORM "unknown" macro
11 return PLATFORM; in Py_GetPlatform()
/device/linaro/hikey/uefi-tools/
Dopteed-build.sh23 unset CFG_ARM64_core PLATFORM PLATFORM_FLAVOR DEBUG
85 export PLATFORM=$TOS_PLATFORM
87 echo "PLATFORM=$PLATFORM"
/device/google/contexthub/firmware/variant/
Dvariant.mk17 PLATFORM?=stm32
52 …mk VARIANT=$(VARIANT) VARIANT_PATH=$(VARIANT_PATH) OUT=$(MAKE_OUT) PLATFORM=$(PLATFORM) CPU=$(CPU)…
/device/google/contexthub/firmware/
Dfirmware.mk18 PLATFORM ?= stm32
30 MAKE_PLAT = os/platform/$(PLATFORM)/$(PLATFORM).mk
55 FLAGS += -Ios/platform/$(PLATFORM)/inc
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
Dbuildinf.h1 #define PLATFORM "UEFI" macro
/device/google/contexthub/firmware/variant/linux/
Dlinux.mk20 ifneq ($(PLATFORM),linux)
Dlinux_conf.mk23 PLATFORM := native
/device/google/contexthub/firmware/variant/nucleo/
Dnucleo_conf.mk23 PLATFORM := stm32
Dnucleo.mk20 ifneq ($(PLATFORM),stm32)
/device/google/contexthub/firmware/variant/argonkey/
Dargonkey_conf.mk23 PLATFORM := stm32
Dargonkey.mk19 ifneq ($(PLATFORM),stm32)
/device/google/contexthub/firmware/variant/lunchbox/
Dlunchbox_conf.mk23 PLATFORM := stm32
Dlunchbox.mk19 ifneq ($(PLATFORM),stm32)
/device/google/contexthub/firmware/variant/neonkey/
Dneonkey_conf.mk23 PLATFORM := stm32
Dneonkey.mk20 ifneq ($(PLATFORM),stm32)
/device/google/contexthub/firmware/app/
Dapp.mk119 CFLAGS += -I$(NANOHUB_DIR)/os/platform/$(PLATFORM)/inc
171 LDFLAGS := -T $(NANOHUB_DIR)/os/platform/$(PLATFORM)/lkr/app.lkr
200 NANOHUB_KEY_PATH := $(NANOHUB_DIR)/os/platform/$(PLATFORM)/misc
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscSystemManufacturer.uni31 #string STR_MISC_SYSTEM_PRODUCT_NAME #language en-US "VALLEYVIEW A0 PLATFORM"
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/Msr/
DPentium4Msr.h1037 UINT32 PLATFORM:1; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DProcessDsc.c70 #define PLATFORM "PLATFORM" // for more granularity macro
1684 Cptr = GetSymbolValue (PLATFORM); in ProcessINFDefinesSection()
1823 Cptr = GetSymbolValue (PLATFORM); in ProcessINFNMakeSection()
1911 Cptr = GetSymbolValue (PLATFORM); in ProcessIncludesSection()
2144 Platform = GetSymbolValue (PLATFORM); in ProcessSourceFiles()
2498 Platform = GetSymbolValue (PLATFORM); in ProcessObjects()
2659 Platform = GetSymbolValue (PLATFORM); in ProcessLibs()
2802 Platform = GetSymbolValue (PLATFORM); in ProcessIncludeFiles()
3091 Sym = GetSymbolValue (PLATFORM); in WriteCommonMakefile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/X64/
Dpyconfig.h19 #define PLATFORM "uefi" macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ia32/
Dpyconfig.h18 #define PLATFORM "uefi" macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/X64/
Dpyconfig.h19 #define PLATFORM "uefi" macro

12