1. 08 12月, 2017 1 次提交
    • S
      Revert "sandbox: remove os_putc() and os_puts()" · 0b189b6c
      Simon Glass 提交于
      While sandbox works OK without the special-case code, it does result in
      console output being stored in the pre-console buffer while sandbox starts
      up. If there is a crash or a problem then there is no indication of what
      is going on.
      
      For ease of debugging it seems better to revert this change.
      
      This reverts commit 47b98ad0.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      0b189b6c
  2. 09 10月, 2017 1 次提交
  3. 29 7月, 2017 1 次提交
  4. 09 6月, 2017 1 次提交
    • T
      sandbox: Fix comparison of unsigned enum expression warning · e2bc87d4
      Tom Rini 提交于
      In os_dirent_get_typename() we are checking that type falls within the
      known values of the enum os_dirent_t.  With clang-3.8 testing this value
      as being >= 0 results in a warning as it will always be true.  This
      assumes of course that we are only given valid data.  Given that we want
      to sanity check the input, we change this to check that it falls within
      the range of the first to the last entry in the given enum.
      
      Cc: Simon Glass <sjg@chromium.org>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      e2bc87d4
  5. 12 10月, 2016 4 次提交
  6. 15 7月, 2016 1 次提交
  7. 04 6月, 2015 1 次提交
  8. 06 5月, 2015 1 次提交
  9. 27 11月, 2014 1 次提交
  10. 23 11月, 2014 1 次提交
  11. 24 6月, 2014 1 次提交
  12. 18 3月, 2014 3 次提交
  13. 07 3月, 2014 1 次提交
  14. 25 1月, 2014 1 次提交
  15. 09 1月, 2014 3 次提交
  16. 10 12月, 2013 1 次提交
  17. 22 11月, 2013 1 次提交
  18. 24 7月, 2013 1 次提交
  19. 26 6月, 2013 1 次提交
    • S
      sandbox: Support trace feature · e2ee100f
      Simon Glass 提交于
      Support tracing on sandbox by adding suitable CONFIG options. To enable it,
      compile U-Boot with FTRACE=1.
      
      The timer functions are marked to skip tracing, since these are called from
      the tracing code itself, and we want to avoid an infinite loop.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      e2ee100f
  20. 05 3月, 2013 1 次提交
  21. 01 3月, 2013 1 次提交
  22. 12 3月, 2012 5 次提交
  23. 11 12月, 2011 2 次提交
  24. 04 11月, 2011 1 次提交
  25. 18 10月, 2011 2 次提交
  26. 13 4月, 2010 1 次提交
  27. 15 1月, 2008 1 次提交