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