/device/google/contexthub/firmware/os/platform/stm32/ |
D | stm32.mk | 32 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/ |
D | native.mk | 18 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/ |
D | getplatform.c | 4 #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/ |
D | getplatform.c | 4 #ifndef PLATFORM 5 #define PLATFORM "unknown" macro 11 return PLATFORM; in Py_GetPlatform()
|
/device/linaro/hikey/uefi-tools/ |
D | opteed-build.sh | 23 unset CFG_ARM64_core PLATFORM PLATFORM_FLAVOR DEBUG 85 export PLATFORM=$TOS_PLATFORM 87 echo "PLATFORM=$PLATFORM"
|
/device/google/contexthub/firmware/variant/ |
D | variant.mk | 17 PLATFORM?=stm32 52 …mk VARIANT=$(VARIANT) VARIANT_PATH=$(VARIANT_PATH) OUT=$(MAKE_OUT) PLATFORM=$(PLATFORM) CPU=$(CPU)…
|
/device/google/contexthub/firmware/ |
D | firmware.mk | 18 PLATFORM ?= stm32 30 MAKE_PLAT = os/platform/$(PLATFORM)/$(PLATFORM).mk 55 FLAGS += -Ios/platform/$(PLATFORM)/inc
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/ |
D | buildinf.h | 1 #define PLATFORM "UEFI" macro
|
/device/google/contexthub/firmware/variant/linux/ |
D | linux.mk | 20 ifneq ($(PLATFORM),linux)
|
D | linux_conf.mk | 23 PLATFORM := native
|
/device/google/contexthub/firmware/variant/nucleo/ |
D | nucleo_conf.mk | 23 PLATFORM := stm32
|
D | nucleo.mk | 20 ifneq ($(PLATFORM),stm32)
|
/device/google/contexthub/firmware/variant/argonkey/ |
D | argonkey_conf.mk | 23 PLATFORM := stm32
|
D | argonkey.mk | 19 ifneq ($(PLATFORM),stm32)
|
/device/google/contexthub/firmware/variant/lunchbox/ |
D | lunchbox_conf.mk | 23 PLATFORM := stm32
|
D | lunchbox.mk | 19 ifneq ($(PLATFORM),stm32)
|
/device/google/contexthub/firmware/variant/neonkey/ |
D | neonkey_conf.mk | 23 PLATFORM := stm32
|
D | neonkey.mk | 20 ifneq ($(PLATFORM),stm32)
|
/device/google/contexthub/firmware/app/ |
D | app.mk | 119 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/ |
D | MiscSystemManufacturer.uni | 31 #string STR_MISC_SYSTEM_PRODUCT_NAME #language en-US "VALLEYVIEW A0 PLATFORM"
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/Msr/ |
D | Pentium4Msr.h | 1037 UINT32 PLATFORM:1; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ |
D | ProcessDsc.c | 70 #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/ |
D | pyconfig.h | 19 #define PLATFORM "uefi" macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ia32/ |
D | pyconfig.h | 18 #define PLATFORM "uefi" macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/X64/ |
D | pyconfig.h | 19 #define PLATFORM "uefi" macro
|