From: "Rebecca Cran" <rebecca@bsdio.com>
To: devel@edk2.groups.io,
'Michael D Kinney' <michael.d.kinney@intel.com>,
'Zhiguang Liu' <zhiguang.liu@intel.com>,
Liming Gao <gaoliming@byosoft.com.cn>
Cc: Rebecca Cran <rebecca@bsdio.com>
Subject: [PATCH v3 0/1] MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturer
Date: Fri, 7 Apr 2023 19:48:39 -0600 [thread overview]
Message-ID: <20230408014840.56602-1-rebecca@bsdio.com> (raw)
MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturer
This library will be used by new SPDType17Lib that I'm working on which
contstructs a SMBIOS Type17 table from SPD data from DIMMs.
Changes between v2 and v3:
o Added GLOBAL_REMOVE_IF_UNREFERENCED.
o Removed ASSERT.
o Removed function to return the length of the longest string.
Rebecca Cran (1):
MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturer
MdePkg/MdePkg.dec | 3 +
MdePkg/MdePkg.dsc | 2 +
MdePkg/Library/JedecJep106Lib/JedecJep106Lib.inf | 25 +
MdePkg/Include/Library/JedecJep106Lib.h | 29 +
MdePkg/Library/JedecJep106Lib/JedecJep106Lib.c | 1841 ++++++++++++++++++++
5 files changed, 1900 insertions(+)
create mode 100644 MdePkg/Library/JedecJep106Lib/JedecJep106Lib.inf
create mode 100644 MdePkg/Include/Library/JedecJep106Lib.h
create mode 100644 MdePkg/Library/JedecJep106Lib/JedecJep106Lib.c
--
2.34.1
next reply other threads:[~2023-04-08 1:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-08 1:48 Rebecca Cran [this message]
2023-04-08 1:48 ` [PATCH v3 1/1] MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturer Rebecca Cran
2023-04-08 2:43 ` [edk2-devel] " Michael D Kinney
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=20230408014840.56602-1-rebecca@bsdio.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