Skip to content
Snippets Groups Projects
  1. Jan 09, 2014
  2. Dec 09, 2013
  3. Jul 24, 2013
  4. May 01, 2013
    • Simon Glass's avatar
      sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file · f828bf25
      Simon Glass authored
      
      With sandbox it is tricky to add an FDT to the image at build time (or
      later) since we build an ELF file, not a plain binary, and the address
      space of the whole U-Boot is not accessible in the emulated memory map
      of sandbox.
      
      Sandbox can read files directly from the host, though, so add an option
      to read an FDT from a host file on start-up.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      f828bf25
  5. Mar 12, 2012
    • Simon Glass's avatar
      sandbox: add getopt support · 70db4212
      Simon Glass authored
      
      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: default avatarSimon Glass <sjg@chromium.org>
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      70db4212
    • Simon Glass's avatar
      sandbox: add concept of sandbox state · 6fb62078
      Simon Glass authored
      
      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: default avatarSimon Glass <sjg@chromium.org>
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      6fb62078
  6. Nov 17, 2009
  7. Oct 18, 2008
  8. Aug 28, 2008
  9. Jan 17, 2008
  10. Aug 18, 2007
  11. Aug 17, 2007
  12. Aug 16, 2007
  13. Jul 10, 2007
  14. Mar 31, 2006
  15. Oct 10, 2004
  16. Sep 09, 2002
  17. Aug 27, 2002
  18. Dec 28, 2000
  19. Dec 14, 2000
  20. Nov 12, 2000
Loading