1. Apr 04, 2019
    • Anup Patel's avatar
      lib: More improvements to sbi_fifo · 9dc95021
      Anup Patel authored
      
      
      This patch does following improvements to sbi_fifo:
      1. Use valid SBI_Exxxx error codes instead of -1
      2. The sbi_fifo_is_full() and sbi_fifo_is_empty() did
         not acquire qlock before accessing head and tail
         hence fixed it
      3. Added avail member for ease in debugging and simplifying
         head/tail updates.
      
      Due to above changes size of sbi_fifo changes from 48 bytes
      to 56 bytes.
      
      Signed-off-by: default avatarAnup Patel <anup.patel@wdc.com>
      9dc95021
    • Anup Patel's avatar
      docs: Update mailing list details in contributing.md · 6dc1b0f6
      Anup Patel authored
      
      
      We now have an OpenSBI mailing list available for development
      and discussiong so update contributing.md accordingly. The
      Github PR based review and issue tracking will also continue
      to exist.
      
      Signed-off-by: default avatarAnup Patel <anup.patel@wdc.com>
      6dc1b0f6
  2. Apr 03, 2019
  3. Apr 01, 2019
  4. Mar 29, 2019
  5. Mar 18, 2019
  6. Mar 14, 2019
  7. Mar 13, 2019
  8. Mar 10, 2019
  9. Mar 07, 2019
  10. Mar 06, 2019
  11. Mar 05, 2019
  12. Feb 28, 2019
  13. Feb 27, 2019
  14. Feb 26, 2019
  15. Feb 22, 2019