1. 22 7月, 2015 1 次提交
    • S
      Add a dhrystone benchmark command · d1389403
      Simon Glass 提交于
      Drystone provides a convenient sanity check that the CPU is running at full
      speed. Add this as a command which can be enabled as needed.
      
      Note: I investigated using Coremark for this but there was a license
      agreement and I could not work out if it was GPL-compatible.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      d1389403
  2. 09 7月, 2015 1 次提交
  3. 11 6月, 2015 1 次提交
    • M
      blackfin: fix undefined reference to srand and rand · 3850dbe8
      Masahiro Yamada 提交于
      Commit 9ba9e85f (net: Fix NET_RANDOM_ETHADDR dependencies)
      accidentally dropped CONFIG_LIB_RAND defines for 14 Blackfin boards.
      
      Prior to that commit, those boards defined CONFIG_LIB_RAND, but not
      CONFIG_NET_RANDOM_ETHADDR.  So, commit 9ba9e85f should not have
      touched them, but in fact it ripped CONFIG_LIB_RAND off from all the
      header files, which caused undefined reference to srand and rand.
      CONFIG_LIB_RAND=y must be revived for such boards.
      
      BTW, this commit indeed makes it better, but even with this fix,
      three boards (bf533-stamp, bf538f-ezkit, cm-bf548) still can not
      build due to region 'ram' overflowed error.  This was cause by
      commit 6eed3786 (net: Move the CMD_NET config to defconfigs)
      because CMD_NET selects NET, and NET selects REGEX.  Eventually,
      some boards were newly enabled with CONFIG_REGEX, increasing the
      memory footprint.  A patch is expected to fix the build error.
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      3850dbe8
  4. 02 6月, 2015 1 次提交
  5. 15 5月, 2015 1 次提交
  6. 10 5月, 2015 1 次提交
  7. 19 4月, 2015 1 次提交
  8. 26 2月, 2015 1 次提交
  9. 30 1月, 2015 2 次提交
  10. 24 10月, 2014 2 次提交
  11. 25 9月, 2014 2 次提交