patina_adv_logger: Add logger info v6 support#1296
patina_adv_logger: Add logger info v6 support#1296makubacki merged 1 commit intoOpenDevicePartnership:mainfrom
Conversation
|
I think it'd be best to support both v5 and v6 to not have adv logger restrict how patina versions can be matched to platforms. I'm leaving this in draft until I add the backward compatibility support for v5. |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
e27b5c0 to
b0624e7
Compare
Pushed the update to support both v5 and v6 adv logger info structures. I've verified both on QEMU. I am finishing testing on an Intel physical platform (against both v5 and v6). I'll report back when that is done but we can start reviews now. |
b0624e7 to
aabd37a
Compare
Support using the v6 logger info structure for the advanced logger. Previously, only v5 was supported, in this change only v6 is supported. A future change may add support for both. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
aabd37a to
89a81dd
Compare
Description
Support using the v6 logger info structure for the advanced logger.
Previously, only v5 was supported, in this change only v6 is supported. A future change may add support for both.
How This Was Tested
Integration Instructions