summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_emulate_csr.c
AgeCommit message (Expand)Author
2024-10-25lib: sbi: factorize previous mode computationClément Léger
2024-10-25lib: sbi: factorize previous virtualization mode read from regsClément Léger
2024-09-23lib: sbi: Respect scounteren when emulating the time CSRSamuel Holland
2024-07-04lib: sbi_emulate_csr: Do not log illegal CSR accessesSamuel Holland
2023-08-22lib: sbi_pmu: remove mhpm_count field in hart featureInochi Amaoto
2023-05-11lib: sbi: Remove unnecessary semicolonXiang W
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng
2022-05-07lib: sbi: Remove MCOUNTEREN and SCOUNTEREN hart featuresAnup Patel
2021-03-22lib: sbi: illegal CSR 0x306 access in hpm_allowed()Heinrich Schuchardt
2020-09-01lib: sbi: Improve HPM CSR read/write emulationAnup Patel
2020-03-28include: sbi_console: Remove scratch parameter from sbi_dprintf()Anup Patel
2020-03-28include: sbi_timer: Remove scratch parameter from most funcitonsAnup Patel
2020-03-28lib: sbi_emulate_csr: Remove scratch and hartid parameterAnup Patel
2020-03-08include: Move bits related defines and macros to sbi_bitops.hAnup Patel
2019-09-30lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSRAnup Patel
2019-08-09lib: Use sbi_dprintf() for invalid CSRsAnup Patel
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra