Home
last modified time | relevance | path

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

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