mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
EmbeddedPkg: fix mdlint issues
Fix markdownlint formatting issues in README.
Uses the following settings:
{
"default": true,
"MD013": {"line_length": 120, "code_blocks": false, "tables": false},
"MD033": {"allowed_elements": ["br", "center", "img"]}
}
Signed-off-by: Sherry Fan <sherryfan@microsoft.com>
This commit is contained in:
parent
fda4926b08
commit
f1e6f26e92
1 changed files with 7 additions and 3 deletions
|
|
@ -1,4 +1,7 @@
|
|||
# DXE Phase Debug
|
||||
# Lauterbach T32 Scripts
|
||||
|
||||
## DXE Phase Debug
|
||||
|
||||
Allow your system to boot to the point that the DXE
|
||||
core is initialized (so that the System Table and Debug Information table is
|
||||
present in memory) and execute this script (using the toolbar button or
|
||||
|
|
@ -6,10 +9,11 @@ present in memory) and execute this script (using the toolbar button or
|
|||
address of the EFI_SYSTEM_TABLE, and can be found by the global `gST`.
|
||||
The script will scan memory for the debug info table and load modules in it.
|
||||
|
||||
# SEC/PEI Phase Debug
|
||||
## SEC/PEI Phase Debug
|
||||
|
||||
There is no way to autodetect where these images reside so you must pass an
|
||||
address for the memory-mapped Firmware Volume containing these images. To do
|
||||
this, enter 'do EfiLoadFv <addr>' where <addr> is the base address for the
|
||||
this, enter 'do EfiLoadFv \<addr\>' where \<addr\> is the base address for the
|
||||
firmware volume containing the SEC or PEI code. To be more efficient you may
|
||||
want to create a script that calls this, like MyBoardLoadSec.cmm which contains
|
||||
the call to EfiLoadFv. You can them map this script to a T32 menu or toolbar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue