u-boot/arch/sandbox/cpu
Simon Glass 70db4212fc sandbox: add getopt support
This adds simple command-line parsing to sandbox. The idea is that it
sets up the state with options provided, and this state can then be
queried later, as needed.

New flags are declared with the SB_CMDLINE_OPT_SHORT helper macro,
pointers are automatically gathered up in a special section, and
then the core code takes care of gathering them up and processing
at runtime.  This way there is no central place where we have to
store a list of flags with ifdefs.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-03-12 11:06:01 -04:00
..
Makefile sandbox: add concept of sandbox state 2012-03-12 11:06:00 -04:00
cpu.c sandbox: Add timer simulation 2011-12-10 17:54:04 -05:00
os.c sandbox: add getopt support 2012-03-12 11:06:01 -04:00
start.c sandbox: add getopt support 2012-03-12 11:06:01 -04:00
state.c sandbox: add concept of sandbox state 2012-03-12 11:06:00 -04:00
u-boot.lds sandbox: add getopt support 2012-03-12 11:06:01 -04:00