public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
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 v2 0/1] MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturer
Date: Fri,  7 Apr 2023 10:19:08 -0600	[thread overview]
Message-ID: <20230407161909.43499-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 v1 and v2:

o Added EFIAPI to functions.

GitHub branch: https://github.com/bcran/edk2/tree/jep106
GitHub PR:     https://github.com/tianocore/edk2/pull/4255

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          |   41 +
 MdePkg/Library/JedecJep106Lib/JedecJep106Lib.c   | 1864 ++++++++++++++++++++
 5 files changed, 1935 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


             reply	other threads:[~2023-04-07 16:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-07 16:19 Rebecca Cran [this message]
2023-04-07 16:19 ` [PATCH v2 1/1] MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturer Rebecca Cran
2023-04-07 20:25   ` Michael D Kinney
2023-04-07 22:42     ` Rebecca Cran
     [not found]     ` <1753C85A6247B7C4.11060@groups.io>
2023-04-07 22:58       ` [edk2-devel] " Rebecca Cran
2023-04-07 23:06         ` Michael D Kinney
2023-04-07 23:10           ` Rebecca Cran
2023-04-07 23:18             ` 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=20230407161909.43499-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