diff options
author | Chris Phillips <chrisp@hpe.com> | 2017-01-10 14:56:43 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2017-01-12 16:46:31 +0800 |
commit | a679e8b1d977a494f77a9ec5535bea918f3b74f1 (patch) | |
tree | d90866cb1239b07377292899ae45f0ef611eda98 /Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.uni | |
parent | fed77c5feae10dfc5d4aed1543b202faba2d6a59 (diff) | |
download | edk2-platforms-a679e8b1d977a494f77a9ec5535bea918f3b74f1.tar.xz |
Nt32Pkg: Fixes to correctly set SMBIOS Type 3
When running Nt32Pkg, SMBIOS Type 3 was missing Height, NumberofPowerCords, and SKU Number.
Also, ContainedElements was not being handled correctly.
Fixed code to add example data, correct some variable names (Assert -> Asset), and properly handle setting the Type 3 values.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chris Phillips <chrisp@hpe.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.uni')
-rw-r--r-- | Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.uni | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.uni b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.uni index df197b12d3..6d6a0b7f07 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.uni +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.uni @@ -1,6 +1,7 @@ // *++
//
// Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
+// (C) Copyright 2017 Hewlett Packard Enterprise Development LP<BR>
// 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
@@ -45,6 +46,7 @@ #string STR_MISC_CHASSIS_VERSION #language en-US "Chassis Version"
#string STR_MISC_CHASSIS_SERIAL_NUMBER #language en-US "Chassis Serial Number"
#string STR_MISC_CHASSIS_ASSET_TAG #language en-US "Chassis Asset Tag"
+#string STR_MISC_CHASSIS_SKU_NUMBER #language en-US "Chassis SKU Number"
#string STR_MISC_OEM_STRING #language en-US "System Language String"
|