1. 01 Mar, 2021 1 commit
  2. 25 Feb, 2021 4 commits
  3. 24 Feb, 2021 6 commits
  4. 23 Feb, 2021 3 commits
  5. 22 Feb, 2021 3 commits
  6. 19 Feb, 2021 4 commits
  7. 18 Feb, 2021 1 commit
  8. 17 Feb, 2021 1 commit
  9. 16 Feb, 2021 5 commits
  10. 15 Feb, 2021 1 commit
    • Andre Przywara's avatar
      plat/arm: juno: Condition Juno entropy source with CRC instructions · eb18ce32
      Andre Przywara authored
      
      
      The Juno Trusted Entropy Source has a bias, which makes the generated
      raw numbers fail a FIPS 140-2 statistic test.
      
      To improve the quality of the numbers, we can use the CPU's CRC
      instructions, which do a decent job on conditioning the bits.
      
      This adds a *very* simple version of arm_acle.h, which is typically
      provided by the compiler, and contains the CRC instrinsics definitions
      we need. We need the original version by using -nostdinc.
      
      Change-Id: I83d3e6902d6a1164aacd5060ac13a38f0057bd1a
      Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
      eb18ce32
  11. 12 Feb, 2021 4 commits
  12. 11 Feb, 2021 7 commits