X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=OvmfPkg%2FPlatformPei%2FPlatform.h;h=eda765be30dee46de7d1d362456d7f5c44e15a89;hb=dbab994991c76dc4b9414a3d80997b64b0fdf9c5;hp=dad3c61e2641c2cb566a33bb6ff0fe22d33bb67a;hpb=cdef34ec12f91023fa86bb49d1f33541d87eb132;p=mirror_edk2.git diff --git a/OvmfPkg/PlatformPei/Platform.h b/OvmfPkg/PlatformPei/Platform.h index dad3c61e26..eda765be30 100644 --- a/OvmfPkg/PlatformPei/Platform.h +++ b/OvmfPkg/PlatformPei/Platform.h @@ -1,7 +1,7 @@ /** @file Platform PEI module include file. - Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2016, 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 @@ -41,12 +41,6 @@ AddMemoryRangeHob ( EFI_PHYSICAL_ADDRESS MemoryLimit ); -VOID -AddUntestedMemoryBaseSizeHob ( - EFI_PHYSICAL_ADDRESS MemoryBase, - UINT64 MemorySize - ); - VOID AddReservedMemoryBaseSizeHob ( EFI_PHYSICAL_ADDRESS MemoryBase, @@ -54,12 +48,6 @@ AddReservedMemoryBaseSizeHob ( BOOLEAN Cacheable ); -VOID -AddUntestedMemoryRangeHob ( - EFI_PHYSICAL_ADDRESS MemoryBase, - EFI_PHYSICAL_ADDRESS MemoryLimit - ); - VOID AddressWidthInitialization ( VOID @@ -85,6 +73,11 @@ PeiFvInitialization ( VOID ); +VOID +InstallFeatureControlCallback ( + VOID + ); + EFI_STATUS InitializeXen ( VOID