/* * Functions for UI */ #define DO_NOTHING 0 /* Default */ #define DO_LOAD 1 /* Execute download */ #define DO_DECOMPRESS 2 /* Execute decompress */ #define DO_GO 3 /* Execute image */ #define DO_DECOMP_GO 4 /* Execute decompress and run image */ #define DO_ALL 5 /* Execute download, decompress, and run */ #define DO_MEM_DUMP 6 /* Execute memory dump */ #define DO_COPY_MEM 8 /* Execute copy memory */ #define DO_BOOT_IMAGE 9 /* Execute boot command */