X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OvmfPkg%2FPlatformPei%2FMemDetect.c;h=851850b50dd47d46835b31c78975be0eb876b646;hp=dcfe952219f8041b35caaceef2e1f845ee71f14d;hb=4b455f7bf0da7ab11a6366a1ab9ac3c8905411a4;hpb=c191a58fac8901952b44c31856c9f25e390b09b5 diff --git a/OvmfPkg/PlatformPei/MemDetect.c b/OvmfPkg/PlatformPei/MemDetect.c index dcfe952219..851850b50d 100644 --- a/OvmfPkg/PlatformPei/MemDetect.c +++ b/OvmfPkg/PlatformPei/MemDetect.c @@ -1,7 +1,7 @@ /**@file Memory Detection for Virtual Machines. - Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2014, 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 @@ -35,9 +35,9 @@ Module Name: #include "Platform.h" #include "Cmos.h" -STATIC -UINTN +UINT32 GetSystemMemorySizeBelow4gb ( + VOID ) { UINT8 Cmos0x34;