On 2015/10/26 16:38, jiewen yao wrote:
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yao, Jiewen <jiewen....@intel.com>
Cc: Zeng, Star <star.z...@intel.com>
---
  MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h | 12 ------------
  1 file changed, 12 deletions(-)

Reviewed-by: Star Zeng <star.z...@intel.com>


diff --git a/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h 
b/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h
index f87c8de..10cff8d 100644
--- a/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h
+++ b/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h
@@ -31,18 +31,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER 
EXPRESS OR IMPLIED.
  #include <Library/UefiBootServicesTableLib.h>
  #include <Library/PcdLib.h>

-//
-// The length of the entire structure table (including all strings) must be 
reported
-// in the Structure Table Length field of the SMBIOS Structure Table Entry 
Point,
-// which is a WORD field limited to 65,535 bytes.
-//
-#define SMBIOS_TABLE_MAX_LENGTH 0xFFFF
-
-//
-// For SMBIOS 3.0, Structure table maximum size in Entry Point structure is 
DWORD field limited to 0xFFFFFFFF bytes.
-//
-#define SMBIOS_3_0_TABLE_MAX_LENGTH 0xFFFFFFFF
-
  #define SMBIOS_INSTANCE_SIGNATURE SIGNATURE_32 ('S', 'B', 'i', 's')
  typedef struct {
    UINT32                Signature;



_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to