Home
last modified time | relevance | path

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

/u-boot/arch/sandbox/include/asm/
A Dstate.h66 struct sandbox_state { struct
67 const char *cmd; /* Command to execute */
70 const char *fdt_fname; /* Filename of FDT binary */
72 int argc; /* Program arguments */
73 char **argv; /* Command line arguments */
75 uint8_t *ram_buf; /* Emulated RAM buffer */
76 unsigned long ram_size; /* Size of RAM buffer */
79 bool write_ram_buf; /* Write RAM buffer on exit */
85 bool show_lcd; /* Show LCD on start-up */
94 bool run_unittests; /* Run unit tests */
[all …]
/u-boot/drivers/remoteproc/
A Dsandbox_testproc.c22 enum sandbox_state { enum

Completed in 6 milliseconds