]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/Debugger_scripts/rvi_load_symbols.inc
BeagleBoardPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BeagleBoardPkg / Debugger_scripts / rvi_load_symbols.inc
1 //
2 // Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
3 //
4 // SPDX-License-Identifier: BSD-2-Clause-Patent
5 //
6
7 include 'ZZZZZZ/rvi_symbols_macros.inc'
8
9 macro write_symbols_file("ZZZZZZ/rvi_symbols.tmp", 0x00000000, 0x10000000)
10
11 host "bash -o igncr ZZZZZZ/rvi_convert_symbols.sh ZZZZZZ/rvi_symbols.tmp ZZZZZZ/rvi_symbols.inc"
12 include 'ZZZZZZ/rvi_symbols.inc'
13 load /NI /NP 'ZZZZZZ/rvi_dummy.axf' ;.constdata
14 unload rvi_dummy.axf
15 delfile rvi_dummy.axf
16
17