summaryrefslogtreecommitdiffstats
path: root/ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc
blob: c2df81b23e589d67f489cb258f82a01fd2a64a5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// returns the base address of the SEC FV in flash on the EB board
// change this address for where your platform's SEC FV is located
// (or make it more intelligent to search for it)
define /r FindFv()
{
  return 0x40000000;
}
.

include /s 'ZZZZZZ/ArmRealViewEbPkg/Debugger_scripts/EfiFuncs.inc'
error=continue
unload ,all
error=abort
LoadPeiSec()
include C:\loadfiles.inc