]> xenbits.xensource.com Git - ovmf.git/commit
MdeModulePkg: Add TraceHubDebugSysTLib library
authorGua Guo <gua.guo@intel.com>
Wed, 10 May 2023 02:15:35 +0000 (10:15 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 11 May 2023 07:26:38 +0000 (07:26 +0000)
commit0f0422cedc752d305d8d12a25b11e1dff4d8ff8b
tree613581c4ff815a4d87a68a3830a26517247a9888
parent3d50fdc5c6878b865a4b244430c3f26b77943996
MdeModulePkg: Add TraceHubDebugSysTLib library

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4144

This Library provides API to dump Trace Hub message.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Guo Gua <gua.guo@intel.com>
Cc: Chan Laura <laura.chan@intel.com>
Cc: Prakashan Krishnadas Veliyathuparambil <krishnadas.veliyathuparambil.prakashan@intel.com>
Cc: K N Karthik <karthik.k.n@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Guo Gua <gua.guo@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: K N Karthik <karthik.k.n@intel.com>
Reviewed-by: Chan Laura <laura.chan@intel.com>
Acked-by: Liming Gao <gaoliming@byosoft.com.cn>
15 files changed:
MdeModulePkg/Include/Guid/TraceHubDebugInfoHob.h [new file with mode: 0644]
MdeModulePkg/Library/TraceHubDebugSysTLib/BaseTraceHubDebugSysTLib.c [new file with mode: 0644]
MdeModulePkg/Library/TraceHubDebugSysTLib/BaseTraceHubDebugSysTLib.inf [new file with mode: 0644]
MdeModulePkg/Library/TraceHubDebugSysTLib/DxeSmmTraceHubDebugSysTLib.c [new file with mode: 0644]
MdeModulePkg/Library/TraceHubDebugSysTLib/DxeSmmTraceHubDebugSysTLib.inf [new file with mode: 0644]
MdeModulePkg/Library/TraceHubDebugSysTLib/InternalTraceHubApi.c [new file with mode: 0644]
MdeModulePkg/Library/TraceHubDebugSysTLib/InternalTraceHubApi.h [new file with mode: 0644]
MdeModulePkg/Library/TraceHubDebugSysTLib/InternalTraceHubApiCommon.c [new file with mode: 0644]
MdeModulePkg/Library/TraceHubDebugSysTLib/InternalTraceHubApiCommon.h [new file with mode: 0644]
MdeModulePkg/Library/TraceHubDebugSysTLib/PeiTraceHubDebugSysTLib.c [new file with mode: 0644]
MdeModulePkg/Library/TraceHubDebugSysTLib/PeiTraceHubDebugSysTLib.inf [new file with mode: 0644]
MdeModulePkg/Library/TraceHubDebugSysTLib/Readme.md [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg/MdeModulePkg.uni