/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | getbuildinfo.c | 48 const char *revision = _Py_hgversion(); in Py_GetBuildInfo() local 49 const char *sep = *revision ? ":" : ""; in Py_GetBuildInfo() 54 "%s%s%s, %.20s, %.9s", hgid, sep, revision, in Py_GetBuildInfo()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | getbuildinfo.c | 48 const char *revision = _Py_hgversion(); in Py_GetBuildInfo() local 49 const char *sep = *revision ? ":" : ""; in Py_GetBuildInfo() 54 "%s%s%s, %.20s, %.9s", hgid, sep, revision, in Py_GetBuildInfo()
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | cpu-specific-build-macros.rst | 26 The errata workarounds are implemented for a particular revision or a set of 40 these workarounds are enabled for the wrong CPU revision then the errata 54 CPU. This needs to be enabled only for revision <= r0p2 of the CPU. 58 revision <= r0p4. This workaround can lead the linker to create ``*.stub`` 62 CPU. This needs to be enabled only for revision <= r0p3 of the CPU. From 66 to Cortex-A53 CPU. This needs to be enabled for some variants of revision 71 CPUs. Though the erratum is present in every revision of the CPU, 80 CPU. This needs to be enabled only for revision r0p0 of the CPU. 83 CPU. This needs to be enabled only for revision r0p0 of the CPU. 86 CPU. This needs to be enabled only for revision r0p0 of the CPU. [all …]
|
/device/google/crosshatch/blueline/ |
D | init.blueline.rc | 19 on late-init && property:ro.boot.hardware.revision=DEV1.0 24 on late-init && property:ro.boot.hardware.revision=DEV2.0 29 on late-init && property:ro.boot.hardware.revision=PROTO1.0 34 on late-init && property:ro.boot.hardware.revision=PROTO1.1 39 on late-init && property:ro.boot.hardware.revision=EVT1.0 44 on late-init && property:ro.boot.hardware.revision=EVT1.1 49 on late-init && property:ro.boot.hardware.revision=EVT2.0
|
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/ |
D | uniphier_soc_info.c | 16 uint32_t revision = mmio_read_32(UNIPHIER_REVISION); in uniphier_get_revision_field() local 18 return (revision >> shift) & mask; in uniphier_get_revision_field()
|
/device/generic/car/car_x86_64/ |
D | manifest.ini | 12 # revision of the add-on 13 revision=1 key
|
/device/google/crosshatch/crosshatch/ |
D | init.crosshatch.rc | 19 on late-init && property:ro.boot.hardware.revision=DEV1.0 24 on late-init && property:ro.boot.hardware.revision=PROTO1.0 29 on late-init && property:ro.boot.hardware.revision=PROTO1.1 34 on late-init && property:ro.boot.hardware.revision=PROTO1.2 39 on late-init && property:ro.boot.hardware.revision=EVT1.0
|
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/aarch32/ |
D | juno_helpers.S | 22 #define JUMP_TO_HANDLER_IF_JUNO_R(revision) \ argument 23 jump_to_handler JUNO_REVISION(revision), JUNO_HANDLER(revision)
|
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/aarch64/ |
D | juno_helpers.S | 28 #define JUMP_TO_HANDLER_IF_JUNO_R(revision) \ argument 29 jump_to_handler JUNO_REVISION(revision), JUNO_HANDLER(revision)
|
/device/google/barbet/barbet/ |
D | init.barbet.rc | 42 on early-fs && property:ro.boot.hardware.revision=DEV1.0 53 on late-init && property:ro.boot.hardware.revision=DEV1.0 57 on late-init && property:ro.boot.hardware.revision=EVT1.0 61 on late-init && property:ro.boot.hardware.revision=EVT1.1 65 on late-init && property:ro.boot.hardware.revision=EVT1.2
|
/device/linaro/bootloader/edk2/OvmfPkg/ |
D | create-release.py | 94 revision = get_revision() variable 115 print >> sb, 'edk2: ', revision 182 filename = 'OVMF-%s-%s.zip' % (arch, revision)
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Wsmt/ |
D | Wsmt.aslc | 44 EFI_ACPI_OEM_REVISION, // OEM revision 46 EFI_ACPI_CREATOR_REVISION, // ASL compiler revision number
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/Protocol/ |
D | VirtioDevice.h | 25 #define VIRTIO_SPEC_REVISION(major,minor,revision) \ argument 26 ((((major) & 0xFF) << 24) | (((minor) & 0xFF) << 16) | ((revision) & 0xFFFF))
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Hpet/ |
D | Hpet.aslc | 42 EFI_ACPI_OEM_REVISION, // OEM revision 44 EFI_ACPI_CREATOR_REVISION // ASL compiler revision number
|
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/partition/ |
D | gpt.h | 31 unsigned int revision; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiResourcesSampleDxe/ |
D | SampleStrings.uni | 39 #string STR_SAMPLE_VERSION_HELP #language en-US "The date of the revision of the Firmware b… 40 … #language fr-FR "The date of the revision of the Firmware being used."
|
/device/google/cuttlefish/host/commands/fetcher/ |
D | build_api.h | 34 std::string revision; variable 46 const std::string& Revision() const { return revision; } in Revision()
|
/device/mediatek/wembley-sepolicy/r_non_plat/ |
D | mmc_ffu.te | 17 # Purpose: ioctl to /dev/misc-sd and for obtaining emmc vendor id and firmware revision
|
/device/mediatek/wembley-sepolicy/non_plat/ |
D | mmc_ffu.te | 17 # Purpose: ioctl to /dev/misc-sd and for obtaining emmc vendor id and firmware revision
|
/device/linaro/bootloader/edk2/FatBinPkg/ |
D | ReadMe.txt | 2 …The binaries in this package are generated from git revision: d2fc7711136a13ea3ea8e00de6d9651507b8…
|
/device/sample/sdk_addon/ |
D | manifest.ini | 18 # revision of the add-on. This must be a strict integer. 19 revision=1 key
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | PchXhci.asl | 110 … //31:0 - Bit[6:0]=2 revision is 0x2, Bit[7]=1 Ignore Color Bit[31:8]=0 RGB color is ignored 149 … //31:0 - Bit[6:0]=2 revision is 0x2, Bit[7]=1 Ignore Color Bit[31:8]=0 RGB color is ignored 192 … //31:0 - Bit[6:0]=2 revision is 0x2, Bit[7]=1 Ignore Color Bit[31:8]=0 RGB color is ignored 239 … //31:0 - Bit[6:0]=2 revision is 0x2, Bit[7]=1 Ignore Color Bit[31:8]=0 RGB color is ignored 280 … //31:0 - Bit[6:0]=2 revision is 0x2, Bit[7]=1 Ignore Color Bit[31:8]=0 RGB color is ignored 323 … //31:0 - Bit[6:0]=2 revision is 0x2, Bit[7]=1 Ignore Color Bit[31:8]=0 RGB color is ignored 364 … //31:0 - Bit[6:0]=2 revision is 0x2, Bit[7]=1 Ignore Color Bit[31:8]=0 RGB color is ignored
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
D | dig64.h | 81 uint8_t revision; member
|
/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/agl-services/ |
D | sources.inc | 17 def trout_git_uri(d, remote, name, path, revision): 21 d.getVar('FETCH_CODE_PREFIX'), path, revision)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/ |
D | InventoryStrings.uni | 39 #string STR_INV_VERSION_HELP #language en-US "The date of the revision of the Firmware b… 40 … #language fr-FR "The date of the revision of the Firmware being used."
|