]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc
Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to have...
[mirror_edk2.git] / ArmRealViewEbPkg / Debugger_scripts / EBLoadSecSyms.inc
diff --git a/ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc b/ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc
new file mode 100755 (executable)
index 0000000..c2df81b
--- /dev/null
@@ -0,0 +1,16 @@
+// returns the base address of the SEC FV in flash on the EB board\r
+// change this address for where your platform's SEC FV is located\r
+// (or make it more intelligent to search for it)\r
+define /r FindFv()\r
+{\r
+  return 0x40000000;\r
+}\r
+.\r
+\r
+include /s 'ZZZZZZ/ArmRealViewEbPkg/Debugger_scripts/EfiFuncs.inc'\r
+error=continue\r
+unload ,all\r
+error=abort\r
+LoadPeiSec()\r
+include C:\loadfiles.inc\r
+\r