|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | rdl_state_le |
| struct | bootrom_id_le |
Macros | |
| #define | DL_GETSTATE 0 /* returns the rdl_state_t struct */ |
| #define | DL_CHECK_CRC 1 /* currently unused */ |
| #define | DL_GO 2 /* execute downloaded image */ |
| #define | DL_START 3 /* initialize dl state */ |
| #define | DL_REBOOT 4 /* reboot the device in 2 seconds */ |
| #define | DL_GETVER 5 /* returns the bootrom_id_t struct */ |
| #define | DL_GO_PROTECTED |
| #define | DL_EXEC 7 /* jump to a supplied address */ |
| #define | DL_RESETCFG |
| #define | DL_DEFER_RESP_OK |
| #define | DL_WAITING 0 /* waiting to rx first pkt */ |
| #define | DL_READY |
| #define | DL_BAD_HDR 2 /* hdr was corrupted */ |
| #define | DL_BAD_CRC 3 /* compressed image was corrupted */ |
| #define | DL_RUNNABLE 4 /* download was successful,waiting for go cmd */ |
| #define | DL_START_FAIL 5 /* failed to initialize correctly */ |
| #define | DL_NVRAM_TOOBIG |
| #define | DL_IMAGE_TOOBIG |
| #define | RDL_CHUNK 1500 /* size of each dl transfer */ |
| #define | TRX_OFFSETS_DLFWLEN_IDX 0 |
| #define | TRX_OFFSETS_JUMPTO_IDX 1 |
| #define | TRX_OFFSETS_NVM_LEN_IDX 2 |
| #define | TRX_OFFSETS_DLBASE_IDX 0 |
| #define DL_DEFER_RESP_OK |
| #define DL_GO_PROTECTED |
| #define DL_IMAGE_TOOBIG |
| #define DL_NVRAM_TOOBIG |
| #define DL_READY |
| #define DL_RESETCFG |
| #define DL_START 3 /* initialize dl state */ |
| #define DL_START_FAIL 5 /* failed to initialize correctly */ |
1.8.2