1. 06 6月, 2023 1 次提交
  2. 09 2月, 2023 1 次提交
  3. 08 2月, 2023 1 次提交
  4. 05 2月, 2023 1 次提交
  5. 03 2月, 2023 1 次提交
  6. 01 2月, 2023 1 次提交
  7. 17 1月, 2023 2 次提交
  8. 16 1月, 2023 1 次提交
    • L
      wbq: fix wbq's FSM logic · 89918c18
      lixin 提交于
      * All the remain_set are set to the corresponding value before entering the s_release_req state
      * set remain_clr to 0 when state change from s_release_req(probe) to
        s_release_req(release)
      89918c18
  9. 19 12月, 2022 1 次提交
  10. 15 12月, 2022 1 次提交
  11. 13 12月, 2022 2 次提交
    • Y
      PMA: Update PMA Memmap · 8ccb75c0
      Yinan Xu 提交于
      Debug Module is allowed to accept instruction requests.
      8ccb75c0
    • Y
      PMA: Update PMA Memmap · ec082338
      Yinan Xu 提交于
      Note that in this commit, we merge CLINT, Reserved, and Debug into
      one PMA entry. The reserved address (0x3801_0000 - 0x3801_ffff) is
      marked as RW instead.
      
      This is due to limited entries of PMA and should be fixed in the
      future.
      ec082338
  12. 12 12月, 2022 2 次提交
  13. 07 12月, 2022 1 次提交
    • Y
      csr: fix interrupt number when updating cause · ae23fcf0
      Yinan Xu 提交于
      Rob detects interrupts before CSRs are updated. This does not cause
      errors in single core, because interrupts will not change in these
      cycles. However, in multi-core, interrupts may be cleared by other
      cores, resulting in updating the mcause with zero interrupts. This
      would cause errors in the software as the interrupt zero is reserved.
      ae23fcf0
  14. 05 12月, 2022 1 次提交
  15. 01 12月, 2022 1 次提交
  16. 27 11月, 2022 2 次提交
  17. 25 11月, 2022 2 次提交
  18. 24 11月, 2022 1 次提交
  19. 23 11月, 2022 4 次提交
  20. 22 11月, 2022 1 次提交
  21. 21 11月, 2022 4 次提交
  22. 17 11月, 2022 2 次提交
  23. 16 11月, 2022 3 次提交
  24. 15 11月, 2022 1 次提交
    • J
      ICache: fix TL id range bug · 5c005f64
      Jenius 提交于
      * expand id range including 2 miss entries + 1 release entries + 2
      prefetch entries
      5c005f64
  25. 14 11月, 2022 2 次提交