1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ROMIMAGE_MACRO_H
3 #define __ROMIMAGE_MACRO_H
5 /* The LIST command is used to include comments in the script */
9 /* The ED command is used to write a 32-bit word */
22 /* The EW command is used to write a 16-bit word */
35 /* The EB command is used to write an 8-bit word */
48 /* The WAIT command is used to delay the execution */
63 /* The DD command is used to read a 32-bit word */
64 .macro DD
, addr
, addr2
, nr
74 #endif /* __ROMIMAGE_MACRO_H */