public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Hsu, Roger" <roger.hsu@hpe.com>
To: devel@edk2.groups.io
Cc: Michael D Kinney <michael.d.kinney@intel.com>,
	Liming Gao <gaoliming@byosoft.com.cn>,
	Zhiguang Liu <zhiguang.liu@intel.com>,
	Abner Chang <abner.chang@hpe.com>
Subject: [PATCH 1/2] MdePkg/Include: Update SMBIOS type 0
Date: Fri, 22 Apr 2022 14:55:25 +0800	[thread overview]
Message-ID: <20220422065525.1364-1-roger.hsu@hpe.com> (raw)

Update SMBIOS type 0 to support BIOS extended size.

Signed-off-by: Roger Hsu <roger.hsu@hpe.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Abner Chang <abner.chang@hpe.com>
---
 MdePkg/Include/IndustryStandard/SmBios.h | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 828ea6d753..baa0fc96b8 100644
--- a/MdePkg/Include/IndustryStandard/SmBios.h
+++ b/MdePkg/Include/IndustryStandard/SmBios.h
@@ -3,7 +3,7 @@
 
 Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.<BR>
 (C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP<BR>
-(C) Copyright 2015 - 2019 Hewlett Packard Enterprise Development LP<BR>
+(C) Copyright 2015 - 2022 Hewlett Packard Enterprise Development LP<BR>
 SPDX-License-Identifier: BSD-2-Clause-Patent
 
 **/
@@ -293,6 +293,17 @@ typedef struct {
   EXTENDED_BIOS_ROM_SIZE       ExtendedBiosSize;
 } SMBIOS_TABLE_TYPE0;
 
+///
+/// Extended BIOS ROM Size is added from SMBIOS 3.1. Add support to store different
+/// storage capacity unit (megabytes, gigabytes)
+///
+#define EXCEED_BIOS_ROM_SIZE 0xFF
+#define BIOS_ROM_SIZE_IN_GIGABYTES 1
+#define BIOS_ROM_SIZE_IN_MEGABYTES 0
+#define BYTES_IN_GIGABYTES (1024*1024*1024)
+#define BYTES_IN_MEGABYTES (1024*1024)
+#define BYTES_IN_KILOBYTES 1024
+
 ///
 ///  System Wake-up Type.
 ///
-- 
2.28.0.windows.1


             reply	other threads:[~2022-04-22  7:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-22  6:55 Hsu, Roger [this message]
2022-04-25  1:05 ` 回复: [edk2-devel] [PATCH 1/2] MdePkg/Include: Update SMBIOS type 0 gaoliming

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220422065525.1364-1-roger.hsu@hpe.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox