]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Scripts/LauterbachT32/Readme.md
EmbeddedPkg: convert Lauterbach README.txt to 7-bit safe Readme.md
[mirror_edk2.git] / EmbeddedPkg / Scripts / LauterbachT32 / Readme.md
CommitLineData
43241866
LL
1# DXE Phase Debug\r
2Update the memsize variable in EfiLoadDxe.cmm for the actual amount of memory\r
3available in your system. Allow your system to boot to the point that the DXE\r
4core is initialized (so that the System Table and Debug Information table is\r
5present in memory) and execute this script (using the toolbar button or\r
6'do EfiLoadDxe' from the command area). It will scan memory for the debug info\r
7table and load modules in it.\r
8\r
9# SEC/PEI Phase Debug\r
10There is no way to autodetect where these images reside so you must pass an\r
11address for the memory-mapped Firmware Volume containing these images. To do\r
12this, enter 'do EfiLoadFv <addr>' where <addr> is the base address for the\r
13firmware volume containing the SEC or PEI code. To be more efficient you may\r
14want to create a script that calls this, like MyBoardLoadSec.cmm which contains\r
15the call to EfiLoadFv. You can them map this script to a T32 menu or toolbar\r
16button for quick access.\r