3 * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
5 * SPDX-License-Identifier: GPL-2.0+
11 /* all values are for little endian systems */
12 #define AIS_MAGIC_WORD 0x41504954
16 AIS_CMD_LOAD = 0x58535901,
17 AIS_CMD_VALCRC = 0x58535902,
18 AIS_CMD_ENCRC = 0x58535903,
19 AIS_CMD_DISCRC = 0x58535904,
20 AIS_CMD_JMP = 0x58535905,
21 AIS_CMD_JMPCLOSE = 0x58535906,
22 AIS_CMD_BOOTTBL = 0x58535907,
23 AIS_CMD_FILL = 0x5853590A,
24 AIS_CMD_FNLOAD = 0x5853590D,
25 AIS_CMD_SEQREAD = 0x58535963,
38 uint32_t parms[AIS_FCN_MAX];
41 struct ais_cmd_jmpclose {
46 #define CMD_DATA_STR "DATA"
70 enum aisimage_fld_types {
81 #endif /* _AISIMAGE_H_ */