Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/UefiCpuPkg.dec
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/UefiCpuPkg.dec
r48674 r58459 1 1 ## @file UefiCpuPkg.dec 2 #3 2 # This Package provides UEFI compatible CPU modules and libraries. 4 3 # 5 # Copyright (c) 2007 - 201 1, Intel Corporation. All rights reserved.<BR>4 # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR> 6 5 # 7 6 # This program and the accompanying materials are licensed and made available under … … 18 17 DEC_SPECIFICATION = 0x00010005 19 18 PACKAGE_NAME = UefiCpuPkg 19 PACKAGE_UNI_FILE = UefiCpuPkg.uni 20 20 PACKAGE_GUID = 2171df9b-0d39-45aa-ac37-2de190010d23 21 PACKAGE_VERSION = 0. 221 PACKAGE_VERSION = 0.3 22 22 23 23 [Includes] … … 42 42 gUefiCpuPkgTokenSpaceGuid = { 0xac05bf33, 0x995a, 0x4ed4, { 0xaa, 0xb8, 0xef, 0x7a, 0xe8, 0xf, 0x5c, 0xb0 }} 43 43 44 # 45 # [Error.gUefiCpuPkgTokenSpaceGuid] 46 # 0x80000001 | Invalid value provided. 47 # 48 44 49 [PcdsFixedAtBuild, PcdsPatchableInModule] 50 ## This value is the CPU Local Apic base address, which aligns the address on a 4-KByte boundary. 51 # @Prompt Configure base address of CPU Local Apic 52 # @Expression 0x80000001 | (gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress & 0xfff) == 0 45 53 gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress|0xfee00000|UINT32|0x00000001 54 ## Specifies delay value in microseconds after sending out an INIT IPI. 55 # @Prompt Configure delay value after send an INIT IPI 56 gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds|10000|UINT32|0x30000002 46 57 58 [UserExtensions.TianoCore."ExtraFiles"] 59 UefiCpuPkgExtra.uni
Note:
See TracChangeset
for help on using the changeset viewer.