summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/TraceHubDebugSysTLib/Readme.md
diff options
context:
space:
mode:
authorkx <kx@radix.pro>2024-06-04 06:43:08 +0300
committerkx <kx@radix.pro>2024-06-04 06:43:08 +0300
commit7e2ccccace24636f29ddc210b94606abd4c7e42b (patch)
tree545d43ea12671048956cafeb12303e84d601e571 /MdeModulePkg/Library/TraceHubDebugSysTLib/Readme.md
parent27b044605cd5f6b33a3d231576003850b3fe305b (diff)
downloadedk2-trunk.tar.xz
Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunk
Diffstat (limited to 'MdeModulePkg/Library/TraceHubDebugSysTLib/Readme.md')
-rw-r--r--MdeModulePkg/Library/TraceHubDebugSysTLib/Readme.md52
1 files changed, 26 insertions, 26 deletions
diff --git a/MdeModulePkg/Library/TraceHubDebugSysTLib/Readme.md b/MdeModulePkg/Library/TraceHubDebugSysTLib/Readme.md
index 9e798a41bf..34f2a553a1 100644
--- a/MdeModulePkg/Library/TraceHubDebugSysTLib/Readme.md
+++ b/MdeModulePkg/Library/TraceHubDebugSysTLib/Readme.md
@@ -1,26 +1,26 @@
-## Introduction of TrcaceHubDebugSysTLib ##
-TrcaceHubDebugSysTLib library is a top level library for dumping Trace Hub messages.
-It provides Trace Hub related APIs to dump Trace Hub message via MIPI SYS-T submodule.
-User need to properly configure following Trace Hub related PCDs and HOB.
- (See MdeModulePkg.dec to get detailed definition for PCDs below)
- - PcdTraceHubDebugLevel
- - PcdEnableTraceHubDebugMsg
- - PcdTraceHubDebugMmioAddress
- (See TraceHubDebugInfoHob.h to get detailed definition for HOB below)
- - gTraceHubDebugInfoHobGuid
-
-## BaseTraceHubDebugSysTLib.inf ##
-System prints Trace Hub message in SEC/PEI/DXE/SMM based on fixed PCDs.
-Only support single Trace Hub debug instance.
-
-## PeiTraceHubDebugSysTLib.inf ##
-System prints Trace Hub message in PEI based on fixed PCDs and HOB.
-System applies Trace Hub HOB once it detect gTraceHubDebugInfoHobGuid HOB.
-Trace Hub PCDs will be applied if no HOB exist.
-
-## DxeSmmTraceHubDebugSysTLib.inf ##
-System prints Trace Hub message in DXE/SMM based on fixed PCDs and HOB.
-Trace Hub PCDs will be applied if no HOB exist.
-
-## Note ##
-Trace Hub debug library not support DXE_RUNTIME_DRIVER type of module currently.
+## Introduction of TrcaceHubDebugSysTLib ##
+TrcaceHubDebugSysTLib library is a top level library for dumping Trace Hub messages.
+It provides Trace Hub related APIs to dump Trace Hub message via MIPI SYS-T submodule.
+User need to properly configure following Trace Hub related PCDs and HOB.
+ (See MdeModulePkg.dec to get detailed definition for PCDs below)
+ - PcdTraceHubDebugLevel
+ - PcdEnableTraceHubDebugMsg
+ - PcdTraceHubDebugMmioAddress
+ (See TraceHubDebugInfoHob.h to get detailed definition for HOB below)
+ - gTraceHubDebugInfoHobGuid
+
+## BaseTraceHubDebugSysTLib.inf ##
+System prints Trace Hub message in SEC/PEI/DXE/SMM based on fixed PCDs.
+Only support single Trace Hub debug instance.
+
+## PeiTraceHubDebugSysTLib.inf ##
+System prints Trace Hub message in PEI based on fixed PCDs and HOB.
+System applies Trace Hub HOB once it detect gTraceHubDebugInfoHobGuid HOB.
+Trace Hub PCDs will be applied if no HOB exist.
+
+## DxeSmmTraceHubDebugSysTLib.inf ##
+System prints Trace Hub message in DXE/SMM based on fixed PCDs and HOB.
+Trace Hub PCDs will be applied if no HOB exist.
+
+## Note ##
+Trace Hub debug library not support DXE_RUNTIME_DRIVER type of module currently.