Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dstate.h66 struct sandbox_state { struct
67 const char *cmd; /* Command to execute */
68 bool interactive; /* Enable cmdline after execute */
69 bool run_distro_boot; /* Automatically run distro bootcommands */
70 const char *fdt_fname; /* Filename of FDT binary */
71 const char *parse_err; /* Error to report from parsing */
72 int argc; /* Program arguments */
73 char **argv; /* Command line arguments */
74 const char *jumped_fname; /* Jumped from previous U_Boot */
75 uint8_t *ram_buf; /* Emulated RAM buffer */
[all …]
/openbmc/u-boot/drivers/remoteproc/
H A Dsandbox_testproc.c20 enum sandbox_state { enum