]> git.proxmox.com Git - mirror_edk2.git/blame - ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc
Fix path in script
[mirror_edk2.git] / ArmRealViewEbPkg / Debugger_scripts / EBLoadSecSyms.inc
CommitLineData
afdfe8f0 1// returns the base address of the SEC FV in flash on the EB board\r
2// change this address for where your platform's SEC FV is located\r
3// (or make it more intelligent to search for it)\r
4define /r FindFv()\r
5{\r
6 return 0x40000000;\r
7}\r
8.\r
9\r
4bc6ab83 10include /s 'ZZZZZZ/EfiFuncs.inc'\r
afdfe8f0 11error=continue\r
12unload ,all\r
13error=abort\r
14LoadPeiSec()\r
15include C:\loadfiles.inc\r
16\r