1. 12 Jan, 2021 6 commits
  2. 11 Jan, 2021 19 commits
  3. 07 Jan, 2021 1 commit
  4. 06 Jan, 2021 4 commits
  5. 05 Jan, 2021 2 commits
  6. 04 Jan, 2021 4 commits
  7. 31 Dec, 2020 1 commit
  8. 29 Dec, 2020 1 commit
    • Alexei Fedorov's avatar
      Plat AXG: Fix PLAT_MAX_PWR_LVL value · 47f2445a
      Alexei Fedorov authored
      
      
      This patch fixes AXG platform build error:
      plat/amlogic/axg/axg_pm.c: In function 'axg_pwr_domain_off':
      plat/amlogic/axg/axg_pm.c:124:43: error: array subscript 2
       is above array bounds of 'const plat_local_state_t[2]'
       {aka 'const unsigned char[2]'}
      by changing PLAT_MAX_PWR_LVL from MPIDR_AFFLVL1 to MPIDR_AFFLVL2
      in plat\amlogic\axg\include\platform_def.h.
      
      Change-Id: I9a701e8f26231e62f844920aec5830664f3fb324
      Signed-off-by: default avatarAlexei Fedorov <Alexei.Fedorov@arm.com>
      47f2445a
  9. 23 Dec, 2020 2 commits
    • Madhukar Pappireddy's avatar
      Merge changes I8cd2c1c9,I697711ee,I4a0ec150,I4f8064b9,Ie22cb2a3, ... into integration · c390ecd6
      Madhukar Pappireddy authored
      * changes:
        ti: k3: Introduce lite device board support
        ti: k3: common: sec_proxy: Introduce sec_proxy_lite definition
        ti: k3: Move USE_COHERENT_MEM only for the generic board
        ti: k3: drivers: ti_sci: Update ti_sci_msg_req_reboot to include domain
        ti: k3: common: sec_proxy: Fill non-message data fields with 0x0
        ti: k3: common: Make plat_get_syscnt_freq2 check CNT_FID0 GTC reg
        ti: k3: common: Enable A72 erratum 1319367
        ti: k3: common: Enable A53 erratum 1530924
        maintainers: Update maintainers for TI port
      c390ecd6
    • Pali Rohár's avatar
      marvell: uart: a3720: Implement console_a3700_core_flush · e63e4140
      Pali Rohár authored
      
      
      Implementation is simple, just wait for the TX FIFO to be empty.
      
      Without this patch TF-A on A3720 truncate the last line:
      
        NOTICE:  BL31: Built : 16:1
      
      With this patch TF-A on A3720 print correctly also the last line:
      
        NOTICE:  BL31: Built : 19:03:31, Dec 23 2020
      Signed-off-by: default avatarPali Rohár <pali@kernel.org>
      Change-Id: I2f2ea42beab66ba132afdb400ca7898c5419db09
      e63e4140