diff options
author | Star Zeng <star.zeng@intel.com> | 2015-05-11 01:35:29 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@Edk2> | 2015-05-11 01:35:29 +0000 |
commit | 1e834a6f30e755ff470c2b7bd4db97d9ee841ed0 (patch) | |
tree | b18aeb92fabedff87682e782cd13d926b7d72807 /MdePkg/Include/Guid | |
parent | feca17fa4bf15b5994d520969a6756fff8f809fb (diff) | |
download | edk2-1e834a6f30e755ff470c2b7bd4db97d9ee841ed0.tar.gz edk2-1e834a6f30e755ff470c2b7bd4db97d9ee841ed0.tar.bz2 edk2-1e834a6f30e755ff470c2b7bd4db97d9ee841ed0.zip |
MdePkg: Move gEfiSmbios3TableGuid to UEFI2.5 section in MdePkg.dec.
Also enhance the comments in MdePkg/Include/Guid/Smbios.h.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17386 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Guid')
-rw-r--r-- | MdePkg/Include/Guid/SmBios.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Guid/SmBios.h b/MdePkg/Include/Guid/SmBios.h index c37d5ebc52..430028808e 100644 --- a/MdePkg/Include/Guid/SmBios.h +++ b/MdePkg/Include/Guid/SmBios.h @@ -1,7 +1,7 @@ /** @file
- GUIDs used to locate the SMBIOS tables in the UEFI 2.0 system table.
+ GUIDs used to locate the SMBIOS tables in the UEFI 2.5 system table.
- This GUID in the system table is the only legal way to search for and
+ These GUIDs in the system table are the only legal ways to search for and
locate the SMBIOS tables. Do not search the 0xF0000 segment to find SMBIOS
tables.
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@par Revision Reference:
- GUIDs defined in UEFI 2.0 spec.
+ GUIDs defined in UEFI 2.5 spec.
**/
|