X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FMdePkg.spd;h=331ae706038e9f273fbfac1b982d8463c005e914;hp=f8353f41dbf0c5d620e897a1d55ba552557093b1;hb=22d9199fe5bc0cc9b868b3e33c90a215ce8da3fd;hpb=8569244ed17ebbae724d00f8fedc358e584b6757 diff --git a/MdePkg/MdePkg.spd b/MdePkg/MdePkg.spd index f8353f41db..331ae70603 100644 --- a/MdePkg/MdePkg.spd +++ b/MdePkg/MdePkg.spd @@ -6,14 +6,14 @@ 0.3 Framework Module Development Environment Industry Standards This Package provides headers and libraries that conform to EFI/Framework Industry standards. - Copyright (c) 2006, Intel Corporation. + Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved. - This program and the accompanying materials are licensed and made available under - the terms and conditions of the BSD License which accompanies this distribution. - The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php + This program and the accompanying materials are licensed and made available under + the terms and conditions of the BSD License which accompanies this distribution. + The full text of the license may be found at + http://opensource.org/licenses/bsd-license.php - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 @@ -174,6 +174,10 @@ Include/Library/UefiRuntimeServicesTableLib.h + + Include/Library/UefiApplicationEntryPoint.h + Library to abstract entry point to a EFI Application. + @@ -1146,7 +1150,6 @@ Library/BasePciExpressLib/BasePciExpressLib.msa Library/BasePciLibCf8/BasePciLibCf8.msa Library/BasePciLibPciExpress/BasePciLibPciExpress.msa - Library/BaseTimerLibLocalApic/BaseTimerLibLocalApic.msa Library/DxeCoreEntryPoint/DxeCoreEntryPoint.msa Library/DxeCoreHobLib/DxeCoreHobLib.msa Library/DxeHobLib/DxeHobLib.msa @@ -1169,6 +1172,7 @@ Library/PeiResourcePublicationLib/PeiResourcePublicationLib.msa Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.msa Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.msa + Library/PeiServicesTablePointerLibKr1/PeiServicesTablePointerLibKr1.msa Library/UefiBootServicesTableLib/UefiBootServicesTableLib.msa Library/UefiDebugLibConOut/UefiDebugLibConOut.msa Library/UefiDebugLibStdErr/UefiDebugLibStdErr.msa @@ -1179,6 +1183,9 @@ Library/UefiLib/UefiLib.msa Library/DxeMemoryLib/DxeMemoryLib.msa Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.msa + Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.msa + Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.msa + Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.msa Include/Base.h @@ -1192,7 +1199,6 @@ Include/Dxe.h Include/Uefi.h Include/Uefi.h - Include/Peim.h @@ -1539,7 +1545,7 @@ gEfiRuntimeArchProtocolGuid - 96D08253-8483-11D4-BCF1-0080C73C8881 + b7dfb4e1-052f-449f-87be-9818fc91b733 @@ -2324,14 +2330,23 @@ 0xE0000000 The base address of PCI Express MMIO window. + + PcdIoBlockBaseAddressForIpf + 0x0000000c + gEfiMdePkgTokenSpaceGuid + UINT64 + FIXED_AT_BUILD + 0x0ffffc000000 + The base address of IPF IO Block + - PcdPlatformBusSpeed + PcdFSBClock 0x0000000c gEfiMdePkgTokenSpaceGuid UINT32 FIXED_AT_BUILD PATCHABLE_IN_MODULE 200000000 - Bus speed on the platform, its unit is Hz. its default value is 200000000, that means bus speed is 200Mhz. + This value is FSB Clock frequency. Its unit is Hz and its default value is 200000000, that means FSB frequency is 200Mhz. PcdComponentNameDisable @@ -2351,5 +2366,14 @@ FALSE If this value is set TRUE, autogen will replace Driver Diagnostics Protocol instance with NULL. + + PcdUefiLibMaxPrintBufferSize + 0x101 + gEfiMdePkgTokenSpaceGuid + UINT32 + FIXED_AT_BUILD + 320 + This PCD is used by UefiLib APIs, which are Print, ErrorPrint, AsciiPrint, AsciiErrorPrint. If the length of the formatted Unicode or ASCII string is greater than PcdUefiLibMaxPrintBufferSize, then only the first (PcdUefiLibMaxPrintBufferSize / Sizeof(CHAR16)) Unicode characters or PcdUefiLibMaxPrintBufferSize Ascii characters are sent to the respective console. + \ No newline at end of file