Home
last modified time | relevance | path

Searched refs:revision (Results 1 – 25 of 44) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetbuildinfo.c48 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/
Dgetbuildinfo.c48 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/
Dcpu-specific-build-macros.md25 by ARM. The errata workarounds are implemented for a particular revision
35 these workarounds are enabled for the wrong CPU revision then the errata
49 CPU. This needs to be enabled only for revision r0p0 of the CPU.
52 CPU. This needs to be enabled only for revision r0p0 of the CPU.
/device/asus/fugu/
Dreleasetools.py35 magic, revision, reserved, reserved = struct.unpack(
40 if revision == 1:
/device/linaro/bootloader/edk2/OvmfPkg/
Dcreate-release.py94 revision = get_revision() variable
115 print >> sb, 'edk2: ', revision
182 filename = 'OVMF-%s-%s.zip' % (arch, revision)
/device/linaro/bootloader/edk2/OvmfPkg/Include/Protocol/
DVirtioDevice.h23 #define VIRTIO_SPEC_REVISION(major,minor,revision) \ argument
24 ((((major) & 0xFF) << 24) | (((minor) & 0xFF) << 16) | ((revision) & 0xFFFF))
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Hpet/
DHpet.aslc42 EFI_ACPI_OEM_REVISION, // OEM revision
44 EFI_ACPI_CREATOR_REVISION // ASL compiler revision number
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiResourcesSampleDxe/
DSampleStrings.uni39 #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/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DPchXhci.asl110 … //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
DDSDT.ASL25 0x02, // DSDT revision.
DUsbSbd.asl62 if (LEqual(Arg1, 1)) // test Arg1 for the revision
/device/sample/sdk_addon/
Dmanifest.ini18 # revision of the add-on. This must be a strict integer.
19 revision=1 key
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Ddig64.h81 uint8_t revision; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DInventoryStrings.uni39 #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."
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
Ddsdt.asl39 2, // DSDT compliance revision
42 0x00000004) // OEM revision
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Fadt/
DFadt1.0.aslc27 EFI_ACPI_OEM_REVISION, // OEM revision number
29 EFI_ACPI_CREATOR_REVISION, // ASL compiler revision number
DFadt2.0.aslc28 EFI_ACPI_OEM_REVISION,// OEM revision number
30 EFI_ACPI_CREATOR_REVISION // ASL compiler revision number
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/
DDxeReportStatusCodeLib.inf54 …gEfiStatusCodeRuntimeProtocolGuid ## SOMETIMES_CONSUMES # Used if revision of the EFI …
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/
DFacp.aslc26 EFI_ACPI_OEM_REVISION, // OEM revision number
28 EFI_ACPI_CREATOR_REVISION // ASL compiler revision number
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facp/
DFacp.aslc40 EFI_ACPI_OEM_REVISION, // OEM revision number
42 EFI_ACPI_CREATOR_REVISION // ASL compiler revision number
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dpartitions.c51 uint32_t revision; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_platform.py73 (name, version, branch, revision, buildno, builddate, compiler) \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dplatform.py1430 _, branch, revision = sys.subversion
1433 revision = ''
1442 result = (name, version, branch, revision, buildno, builddate, compiler)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dplatform.py1471 _, branch, revision = sys.subversion
1474 revision = ''
1483 result = (name, version, branch, revision, buildno, builddate, compiler)
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
DCpuPm.asl276 // If the UUID was unrecognized or the _OSC revision was unsupported,
410 // If the UUID was unrecognized or the _OSC revision was unsupported,
553 // If the UUID was unrecognized or the _OSC revision was unsupported,
696 // If the UUID was unrecognized or the _OSC revision was unsupported,

12