public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/1] MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturer
@ 2023-04-08  1:48 Rebecca Cran
  2023-04-08  1:48 ` [PATCH v3 1/1] " Rebecca Cran
  0 siblings, 1 reply; 3+ messages in thread
From: Rebecca Cran @ 2023-04-08  1:48 UTC (permalink / raw)
  To: devel, 'Michael D Kinney', 'Zhiguang Liu',
	Liming Gao
  Cc: Rebecca Cran

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-08  2:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-08  1:48 [PATCH v3 0/1] MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturer Rebecca Cran
2023-04-08  1:48 ` [PATCH v3 1/1] " Rebecca Cran
2023-04-08  2:43   ` [edk2-devel] " Michael D Kinney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox