1. 03 Mar, 2021 7 commits
  2. 02 Mar, 2021 5 commits
  3. 01 Mar, 2021 2 commits
  4. 25 Feb, 2021 5 commits
  5. 24 Feb, 2021 6 commits
  6. 23 Feb, 2021 3 commits
  7. 22 Feb, 2021 3 commits
  8. 19 Feb, 2021 4 commits
  9. 18 Feb, 2021 1 commit
  10. 17 Feb, 2021 1 commit
  11. 16 Feb, 2021 3 commits
    • Andre Przywara's avatar
      plat/arm: juno: Use TRNG entropy source for SMCCC TRNG interface · cb5f0faa
      Andre Przywara authored
      
      
      Now that we have a framework for the SMCCC TRNG interface, and the
      existing Juno entropy code has been prepared, add the few remaining bits
      to implement this interface for the Juno Trusted Entropy Source.
      
      We retire the existing Juno specific RNG interface, and use the generic
      one for the stack canary generation.
      
      Change-Id: Ib6a6e5568cb8e0059d71740e2d18d6817b07127d
      Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
      cb5f0faa
    • Yann Gautier's avatar
      docs: stm32mp1: correct formatting issues · f1127926
      Yann Gautier authored
      
      
      Add blank lines before lists and code example.
      Signed-off-by: default avatarYann Gautier <yann.gautier@foss.st.com>
      Change-Id: I901646e0be74227af983079d0cbe05c6a217fab6
      f1127926
    • Pali Rohár's avatar
      marvell: uart: a3720: Increase TX FIFO EMPTY timeout from 2ms to 3ms · 0d06b058
      Pali Rohár authored
      
      
      TX FIFO has space for 32 characters. With default UART baudrate 115200 it
      takes more than 2ms to transmit all 32 characters, so wait at least 3ms
      before flushing TX FIFO.
      
      If WTMI firmware transmitted something via UART before TF-A was booted,
      some characters may still wait in TX FIFO when TF-A is initializing UART
      driver. So wait at least 3ms to ensure that HW has enough time to transmit
      all characters waiting in TX FIFO.
      
      This fixes an issue where sometimes characters transmitted on UART by our
      custom WTMI image are lost.
      Signed-off-by: default avatarPali Rohár <pali@kernel.org>
      Change-Id: I8ea4ea58e4ba3e0c0d7f47e679171b9b94442f19
      0d06b058