1. 03 Mar, 2021 1 commit
  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 5 commits
  12. 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
  13. 12 Feb, 2021 3 commits