3 * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
5 * See file CREDITS for list of people who contributed to this
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
27 /* all values are for little endian systems */
28 #define AIS_MAGIC_WORD 0x41504954
32 AIS_CMD_LOAD = 0x58535901,
33 AIS_CMD_VALCRC = 0x58535902,
34 AIS_CMD_ENCRC = 0x58535903,
35 AIS_CMD_DISCRC = 0x58535904,
36 AIS_CMD_JMP = 0x58535905,
37 AIS_CMD_JMPCLOSE = 0x58535906,
38 AIS_CMD_BOOTTBL = 0x58535907,
39 AIS_CMD_FILL = 0x5853590A,
40 AIS_CMD_FNLOAD = 0x5853590D,
41 AIS_CMD_SEQREAD = 0x58535963,
54 uint32_t parms[AIS_FCN_MAX];
57 struct ais_cmd_jmpclose {
62 #define CMD_DATA_STR "DATA"
86 enum aisimage_fld_types {
97 #endif /* _AISIMAGE_H_ */