X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FCpuIdEx.c;h=b537182a67b4edea88aa8df1a1fcd39aa1732406;hp=9e31ed168d7fccbb4aad6536f3a73bf8b5586324;hb=9344f0921518309295da89c221d10cbead8531aa;hpb=2fe241a290e6ea77af76ae385ae8b04a76a0c394 diff --git a/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c b/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c index 9e31ed168d..b537182a67 100644 --- a/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c +++ b/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c @@ -1,14 +1,8 @@ /** @file AsmCpuidEx function. - Copyright (c) 2006 - 2008, 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 - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -28,16 +22,16 @@ CPUID instruction. @param SubIndex The 32-bit value to load into ECX prior to invoking the CPUID instruction. - @param RegisterEax Pointer to the 32-bit EAX value returned by the CPUID + @param RegisterEax A pointer to the 32-bit EAX value returned by the CPUID instruction. This is an optional parameter that may be NULL. - @param RegisterEbx Pointer to the 32-bit EBX value returned by the CPUID + @param RegisterEbx A pointer to the 32-bit EBX value returned by the CPUID instruction. This is an optional parameter that may be NULL. - @param RegisterEcx Pointer to the 32-bit ECX value returned by the CPUID + @param RegisterEcx A pointer to the 32-bit ECX value returned by the CPUID instruction. This is an optional parameter that may be NULL. - @param RegisterEdx Pointer to the 32-bit EDX value returned by the CPUID + @param RegisterEdx A pointer to the 32-bit EDX value returned by the CPUID instruction. This is an optional parameter that may be NULL.