commit | 20bf89a535dabc634ae46f526048cb4e96a19f2a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 15 15:51:15 2012 -0800 |
committer | Mike Frysinger <vapier@gentoo.org> | Mon Mar 12 11:06:00 2012 -0400 |
tree | 339e41496993526f0c83bb995bb109b4b4ce47a8 | |
parent | 2f60d14394fc6b2105ee4e8e16da83c7c0efd0ef [diff] |
sandbox: add concept of sandbox state The state exists through the life of U-Boot. It can be adjusted by command line options and perhaps later through a config file. It is available to U-Boot through state_...() calls (within sandbox code). The primary purpose of this is to contain the "hardware" state. It should only be used by sandbox internal code. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>