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:
committed by
mergify[bot]
parent
f9278458b6
commit
5430f7f60d
1839
MdePkg/Library/JedecJep106Lib/JedecJep106Lib.c
Normal file
1839
MdePkg/Library/JedecJep106Lib/JedecJep106Lib.c
Normal file
File diff suppressed because it is too large
Load Diff
25
MdePkg/Library/JedecJep106Lib/JedecJep106Lib.inf
Normal file
25
MdePkg/Library/JedecJep106Lib/JedecJep106Lib.inf
Normal 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
|
Reference in New Issue
Block a user