]> git.proxmox.com Git - mirror_edk2.git/blame - 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
CommitLineData
2ef2b01e 1//\r
1ebd6c11 2// Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
3402aac7 3//\r
a1594be9 4// SPDX-License-Identifier: BSD-2-Clause-Patent\r
2ef2b01e
A
5//\r
6\r
7include 'ZZZZZZ/rvi_symbols_macros.inc'\r
8\r
9macro write_symbols_file("ZZZZZZ/rvi_symbols.tmp", 0x00000000, 0x10000000)\r
10\r
11host "bash -o igncr ZZZZZZ/rvi_convert_symbols.sh ZZZZZZ/rvi_symbols.tmp ZZZZZZ/rvi_symbols.inc"\r
12include 'ZZZZZZ/rvi_symbols.inc'\r
13load /NI /NP 'ZZZZZZ/rvi_dummy.axf' ;.constdata\r
14unload rvi_dummy.axf\r
15delfile rvi_dummy.axf\r
16\r
17\r