On 3/9/23 7:53 PM, gaoliming via groups.io wrote:
+/**
+  Looks up the JEP-106 manufacturer.
+
+  @param Code              Last non-zero byte of the manufacturer's
ID code.
+  @param ContinuationBytes Number of continuation bytes indicated in
JEP-106.
+
+  @return The manufacturer string, or NULL if an error occurred or the
+          combination of Code and ContinuationBytes are not valid.
+
+**/
+CONST CHAR8 *
+Jep106GetManufacturerName (
+  IN UINT8  Code,
+  IN UINT8  ContinuationBytes
+  );
+
Library API needs EFIAPI.

Thanks, I'll fix it.


+/**
+ Returns the length of the longest manufacturer name.
+
+@return The length of the longest manufacturer name.
+
+**/
+UINTN
+Jep106GetLongestManufacturerName (
+  VOID
+  );
+
What usage is for this new API?

I have a new SPD Type17 library I'm working on that will use this.


--
Rebecca Cran



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#101171): https://edk2.groups.io/g/devel/message/101171
Mute This Topic: https://groups.io/mt/97512168/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to