1. 17 8月, 2016 3 次提交
  2. 09 7月, 2016 2 次提交
    • A
      SPL: tiny-printf: avoid any BSS usage · 59d07ee0
      Andre Przywara 提交于
      As printf calls may be executed quite early, we should avoid using any
      BSS stored variables, since some boards put BSS in DRAM, which may not
      have been initialised yet.
      Explicitly mark those "static global" variables as belonging to the
      .data section, to keep tiny-printf clear of any BSS usage.
      Signed-off-by: NAndre Przywara <andre.przywara@arm.com>
      59d07ee0
    • S
      test/py: fix CONFIG_ tests · a82642f3
      Stephen Warren 提交于
      Some CONFIG_ variables were recently renamed, but test/py wasn't updated
      to match. This causes some tests to be skipped. Fix test/py so the tests
      are run.
      
      Fixes: 11636258 ("Rename reset to sysreset")
      Fixes: f1f9d4fa ("hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER")
      Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      a82642f3
  3. 08 7月, 2016 1 次提交
  4. 07 7月, 2016 4 次提交
  5. 06 7月, 2016 14 次提交
  6. 05 7月, 2016 3 次提交
  7. 04 7月, 2016 3 次提交
  8. 03 7月, 2016 1 次提交
  9. 02 7月, 2016 9 次提交