1. 04 Sep, 2018 1 commit
  2. 30 Aug, 2018 8 commits
  3. 22 Aug, 2018 1 commit
  4. 15 Aug, 2018 1 commit
  5. 13 Aug, 2018 1 commit
  6. 10 Aug, 2018 8 commits
  7. 03 Aug, 2018 3 commits
  8. 02 Aug, 2018 1 commit
  9. 30 Jul, 2018 1 commit
  10. 26 Jul, 2018 1 commit
  11. 24 Jul, 2018 6 commits
  12. 19 Jul, 2018 1 commit
    • Roberto Vargas's avatar
      cci: Wait before reading status register · ae551a13
      Roberto Vargas authored
      
      
      The functions cci_enable_snoop_dvm_reqs and cci_disable_snoop_dvm_reqs write
      in the SNOOP_CTRL_REGISTER of the slave interface and it polls the status
      register to be sure that the operation is finished before leaving the
      functions. If the write in SNOOP_CTRL_REGISTER is reordered after the first
      read in the status register then these functions can finish before
      enabling/disabling snoops and DVM messages.
      
      The CCI500 TRM specifies:
      
      	Wait for the completion of the write to the Snoop Control Register
      	before testing the change_pending bit.
      
      Change-Id: Idc7685963f412be1c16bcd3c6e3cca826e2fdf38
      Signed-off-by: default avatarRoberto Vargas <roberto.vargas@arm.com>
      ae551a13
  13. 18 Jul, 2018 7 commits