1. Feb 15, 2024
  2. Feb 06, 2024
    • Jan Matyas's avatar
      Fixes and cleanup in riscv batch and related functions · 67a3d4fe
      Jan Matyas authored
      
      
      Fixes:
      
      - Data types of address & data parameters in riscv_batch_add_*()
        and riscv*_fill_dm*() changed to uint64_t and uint32_t.
      
      - Corrected the comparison in riscv_batch_full().
      
      - Corrected assertions in riscv_batch_get_dmi_read_op()
        and riscv_batch_get_dmi_read_data().
      
      Cleanup:
      
      - Simplified calloc() fail handling in riscv_batch_alloc().
      
      - Added explicit NULL assignments in riscv_batch_alloc()
        for clarity and readability. Don't rely on calloc().
      
      - Removed suffix `_u64` from riscv_*_fill_dm*() since it
        does not have any meaning.
      
      - Renamed *dmi_write_u64_bits() to *get_dmi_scan_length()
        which better describes its purpose.
      
      Change-Id: Id70e5968528d64b2ee5476f1c00e08459a1e291d
      Signed-off-by: default avatarJan Matyas <jan.matyas@codasip.com>
      67a3d4fe
  3. Jan 30, 2024
  4. Jan 29, 2024
  5. Jan 26, 2024
  6. Jan 25, 2024
  7. Jan 24, 2024
  8. Jan 23, 2024
  9. Jan 18, 2024
  10. Jan 17, 2024
  11. Jan 16, 2024
  12. Jan 11, 2024