Home
last modified time | relevance | path

Searched defs:sandbox_state (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/sandbox/include/asm/
Dstate.h49 struct sandbox_state { struct
50 const char *cmd; /* Command to execute */
51 bool interactive; /* Enable cmdline after execute */
52 bool run_distro_boot; /* Automatically run distro bootcommands */
53 const char *fdt_fname; /* Filename of FDT binary */
54 const char *parse_err; /* Error to report from parsing */
55 int argc; /* Program arguments */
56 char **argv; /* Command line arguments */
57 const char *jumped_fname; /* Jumped from previous U_Boot */
58 uint8_t *ram_buf; /* Emulated RAM buffer */
[all …]
/external/u-boot/drivers/remoteproc/
Dsandbox_testproc.c20 enum sandbox_state { enum