public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/1] MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturer
@ 2023-04-07 16:19 Rebecca Cran
  2023-04-07 16:19 ` [PATCH v2 1/1] " Rebecca Cran
  0 siblings, 1 reply; 8+ messages in thread
From: Rebecca Cran @ 2023-04-07 16:19 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 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


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

end of thread, other threads:[~2023-04-07 23:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-07 16:19 [PATCH v2 0/1] MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturer Rebecca Cran
2023-04-07 16:19 ` [PATCH v2 1/1] " 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

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