1. 10 Sep, 2019 2 commits
    • Yann Gautier's avatar
      stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driver · ebf851ed
      Yann Gautier authored
      
      
      The STM32 console driver was pre-pending '\r' before '\n'.
      It is now managed by the framework with the flag:
      CONSOLE_FLAG_TRANSLATE_CRLF.
      Remove the code in driver, and add the flag for STM32MP1.
      
      Change-Id: I5d0d5d5c4abee0b7dc11c2f8707b1b5cf10149ab
      Signed-off-by: default avatarYann Gautier <yann.gautier@st.com>
      ebf851ed
    • Soby Mathew's avatar
      Merge changes from topic "yg/stm32mp1_wdg_updates" into integration · 0289ab9e
      Soby Mathew authored
      * changes:
        mmc: stm32_sdmmc2: correctly manage block size
        mmc: stm32_sdmmc2: manage max-frequency property from DT
        stm32mp1: move check_header() to common code
        stm32mp1: keep console during runtime
        stm32mp1: sp_min: initialize MMU and cache earlier
        stm32mp1: add support for LpDDR3
        stm32mp1: use a common function to check spinlock is available
        clk: stm32mp: enable RTCAPB clock for dual-core chips
        stm32mp1: check if the SoC is single core
        stm32mp1: print information about board
        stm32mp1: print information about SoC
        stm32mp1: add watchdog support
      0289ab9e
  2. 05 Sep, 2019 1 commit
  3. 03 Sep, 2019 2 commits
  4. 02 Sep, 2019 13 commits
  5. 29 Aug, 2019 3 commits
  6. 28 Aug, 2019 1 commit
  7. 27 Aug, 2019 1 commit
  8. 23 Aug, 2019 1 commit
  9. 21 Aug, 2019 1 commit
    • Alexei Fedorov's avatar
      AArch64: Disable Secure Cycle Counter · e290a8fc
      Alexei Fedorov authored
      
      
      This patch fixes an issue when secure world timing information
      can be leaked because Secure Cycle Counter is not disabled.
      For ARMv8.5 the counter gets disabled by setting MDCR_El3.SCCD
      bit on CPU cold/warm boot.
      For the earlier architectures PMCR_EL0 register is saved/restored
      on secure world entry/exit from/to Non-secure state, and cycle
      counting gets disabled by setting PMCR_EL0.DP bit.
      'include\aarch64\arch.h' header file was tided up and new
      ARMv8.5-PMU related definitions were added.
      
      Change-Id: I6f56db6bc77504634a352388990ad925a69ebbfa
      Signed-off-by: default avatarAlexei Fedorov <Alexei.Fedorov@arm.com>
      e290a8fc
  10. 20 Aug, 2019 8 commits
  11. 19 Aug, 2019 4 commits
  12. 16 Aug, 2019 3 commits