]> git.proxmox.com Git - mirror_edk2.git/commit
The definition of NumberOfSmmReservedRegions is incorrect in Framework SmmCis specifi...
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 20 Aug 2010 17:32:04 +0000 (17:32 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 20 Aug 2010 17:32:04 +0000 (17:32 +0000)
commit7ae58ec2eaaad7a4a22092266c407d76c12ed69a
tree161cd5dc22cd650e951858e75e27eb12fe92ddad
parent9e375eb11f5ad03f8d13357be232077879971cab
The definition of NumberOfSmmReservedRegions is incorrect in Framework SmmCis specification 0.91, in which the type of this field is defined as UINTN. However, HOBs are supposed to be CPU neutral, so UINT32 should be used. Here the code is updated and comments in FrameworkSpecConformance.txt is added.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10813 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkPkg/FrameworkSpecConformance.txt
IntelFrameworkPkg/Include/Guid/SmramMemoryReserve.h