1. 13 Jul, 2018 3 commits
    • Sandrine Bailleux's avatar
      Tegra: Fix up INFO() message · c426fd70
      Sandrine Bailleux authored
      With commit cf24229e
      
       ("Run compiler on debug macros for type
      checking"), the compiler will now always evaluate INFO() macro
      calls, no matter the LOG_LEVEL value. Therefore, any variable
      referenced in the macro has to be be defined.
      
      Address this issue by removing the local variable and using the
      expression it was assigned directly in the INFO() call.
      
      Change-Id: Iedc23b3538c1e162372e85390881e50718e50bf3
      Signed-off-by: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
      c426fd70
    • Sandrine Bailleux's avatar
      Fix verbose messages in SDEI code · 6f4ee720
      Sandrine Bailleux authored
      
      
      Fix mismatches between the format specifier and the corresponding
      variable type.
      
      Change-Id: Ib9004bd9baa9ba24a50000bea4f2418e1bf7e743
      Signed-off-by: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
      6f4ee720
    • Sandrine Bailleux's avatar
      Run compiler on debug macros for type checking · cf24229e
      Sandrine Bailleux authored
      
      
      Even if the log output is too low for a message to be printed out on
      the console by the debug macros, it should still be evaluated by the
      compiler to get some type checking and validation of the format
      specifiers. To do so, introduce the no_tf_log() macro that encloses
      the call to tf_log() in an always-false condition.
      
      This avoids the problem of discovering build issues only when we build
      the firmware with the right LOG_LEVEL value.
      
      Change-Id: Ic0fd252ab691d0187fd925756a4837aca1cbfd7b
      Signed-off-by: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
      cf24229e
  2. 12 Jul, 2018 4 commits
  3. 11 Jul, 2018 22 commits
  4. 10 Jul, 2018 5 commits
  5. 09 Jul, 2018 1 commit
  6. 06 Jul, 2018 2 commits
  7. 05 Jul, 2018 3 commits