1. 13 Sep, 2019 9 commits
  2. 12 Sep, 2019 20 commits
  3. 11 Sep, 2019 6 commits
  4. 10 Sep, 2019 5 commits
    • Jolly Shah's avatar
      plat: xilinx: zynqmp: Initialize IPI table from zynqmp_config_setup() · 705bed5d
      Jolly Shah authored
      
      
      Common ipi_table needs to be initialized before using any
      IPI command (i.e send/receive). Move zynqmp ipi config table
      initialization from sip_svc_setup() to zynqmp_config_setup().
      
      Change-Id: Ic8aaa0728a43936cd4c6e1ed590e01ba8f0fbf5b
      Signed-off-by: default avatarTejas Patel <tejas.patel@xilinx.com>
      Signed-off-by: default avatarJolly Shah <jolly.shah@xilinx.com>
      705bed5d
    • 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
    • Justin Chadwell's avatar
      Add python configuration for editorconfig · 40b06510
      Justin Chadwell authored
      
      
      As it currently is, python files are formatted using the general rules
      in .editorconfig - this means that 8-character hard tabs are used, which
      is not the recommended behaviour according to the PEP-8 standard.  This
      patch correct this, and additionally limits the line length to 79
      characters as required by the standard.
      
      Change-Id: I3b5c0aff12034c4184d4555aab36490cdb3885da
      Signed-off-by: default avatarJustin Chadwell <justin.chadwell@arm.com>
      40b06510
    • Hung-Te Lin's avatar
      mediatek: mt8183: Support coreboot configuration · 0d8cb493
      Hung-Te Lin authored
      
      
      When built for coreboot, we want to enable coreboot library to have
      better integration. For example, serial console should be initialized by
      coreboot_serial instead of hard-coded values.
      
      Most coreboot configuration will enable memory console, which needs
      larger XLAT_TABLES so MAX_XLAT_TABLES is increased; and to support that,
      TZRAM_SIZE also need to be enlarged.
      
      Change-Id: I08cf22df2fa26e48284e323d22ad8ce73a6ea803
      Signed-off-by: default avatarHung-Te Lin <hungte@chromium.org>
      0d8cb493