MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturer

Add a new library, JedecJep106Lib which provides a service to return the
JEDEC JEP106 manufacturer string given the code and continuation bytes
values.

Signed-off-by: Rebecca Cran <rebecca@quicinc.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
Rebecca Cran
2023-02-14 09:58:29 -07:00
committed by mergify[bot]
parent f9278458b6
commit 5430f7f60d
5 changed files with 1898 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,25 @@
## @file
# Instance of JEDEC JEP106 Library
#
# JedecJep106Lib fetches the manufacturer string given the JEP106
# Code and Continuation Bytes.
#
# Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x0001001d
BASE_NAME = JedecJep106Lib
FILE_GUID = d48d43d7-ba31-4463-9433-ccb233cf0df7
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = JedecJep106Lib
[Sources]
JedecJep106Lib.c
[Packages]
MdePkg/MdePkg.dec