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