]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/CpuDxe/CpuDxe.c
Per PI 1.2 errata B spec, for SetMemoryAttributes() service of CPU Architecture Proto...
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 24 May 2011 01:56:29 +0000 (01:56 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 24 May 2011 01:56:29 +0000 (01:56 +0000)
commit4ec21e8b50845e0a89a8d93f3909e4522ee6b434
tree24d32678f4f2423b6769d26d22136c889fda9e5f
parent33d41385e32425a25da13bdfbfb81f30f226ec18
Per PI 1.2 errata B spec, for SetMemoryAttributes() service of CPU Architecture Protocol, EFI_INVALID_PARAMETER should be returned for cases:
If Attributes specifies a combination of memory attributes that cannot be set together, then EFI_INVALID_PARAMETER is returned. For example, if both EFI_MEMORY_UC and EFI_MEMORY_WT are set.

Signed-off-by: rsun3
Reviewed-by: jyao1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11694 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Protocol/Cpu.h
UefiCpuPkg/CpuDxe/CpuDxe.c