• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..14-Dec-2021-

EFI.CMMH A D14-Dec-2021647 3526

EfiLoadDxe.cmmH A D14-Dec-20212.8 KiB130107

EfiLoadFv.cmmH A D14-Dec-20212.9 KiB12694

EfiProcessPeImage.cmmH A D14-Dec-20211.7 KiB7259

EfiProcessTeImage.cmmH A D14-Dec-20211.7 KiB6554

Readme.mdH A D14-Dec-2021963 1715

T32.CMMH A D14-Dec-20211.3 KiB6048

Readme.md

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