summaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)AuthorFilesLines
2022-06-13lib: sbi_hsm: Assume a consistent resume addressSamuel Holland1-26/+20
2022-06-13lib: sbi_hsm: Call a device hook during hart resumeSamuel Holland1-0/+8
2022-06-13lib: sbi_trap: Redirect exception based on hedelegdramforever1-9/+6
2022-06-01lib: sbi_illegal_insn: Add emulation for fence.tsoSamuel Holland1-1/+13
2022-05-30lib: sbi_illegal_insn: Constify illegal_insn_tableSamuel Holland1-1/+1
2022-05-30lib: sbi_timer: Drop unnecessary get_platform_ticks wrapperSamuel Holland1-6/+1
2022-05-30lib: sbi: fix system_opcode_insnXiang W1-0/+8
2022-05-07lib: sbi_platform: Add callback to populate HART extensionsAnup Patel1-4/+14
2022-05-07lib: sbi: Add sbi_hart_update_extension() functionAnup Patel1-5/+38
2022-05-07lib: sbi: Detect hart features only once for each hartAnup Patel1-3/+11
2022-05-07lib: sbi: Convert hart features into hart extensionsAnup Patel5-75/+67
2022-05-07lib: sbi: Fix AIA feature detectionAnup Patel1-4/+3
2022-05-07lib: sbi: Remove MENVCFG hart featureAnup Patel1-20/+12
2022-05-07lib: sbi: Remove MCOUNTINHIBT hart featureAnup Patel2-20/+13
2022-05-07lib: sbi: Remove MCOUNTEREN and SCOUNTEREN hart featuresAnup Patel3-27/+9
2022-05-07lib: sbi: Update the name of ISA string printed at boot timeAnup Patel1-1/+1
2022-05-07lib: sbi: Remove 's' and 'u' from misa_string() outputAnup Patel1-1/+1
2022-05-07lib: sbi: Detect and print privileged spec versionAnup Patel2-6/+48
2022-05-07lib: sbi: Fix mhpmeventh access for rv32 in absence of sscofpmfAtish Patra2-2/+10
2022-04-28lib: sbi: Fix mstatus_init() for RV32 when Sscofpmf is not availableAnup Patel1-1/+3
2022-04-28lib: sbi: Implement Sstc extensionAtish Patra2-3/+50
2022-04-17lib: sbi/hart: preserve csr validation valueDmitry Dunaev1-3/+3
2022-04-11lib: irqchip/imsic: configure mstateenMayuresh Chitale1-0/+6
2022-04-11lib: sbi: Detect Smstateen CSRs at boot-timeMayuresh Chitale1-0/+25
2022-04-05lib: sbi: Enable Svpbmt extension in the menvcfg CSRAnup Patel1-0/+10
2022-04-05lib: sbi: Enable Zicbo[m|z] extensions in the menvcfg CSRAnup Patel1-1/+32
2022-04-05lib: sbi: Detect menvcfg CSR at boot timeAtish Patra1-0/+9
2022-03-27lib: Add error messages via conditional compilation for the futureXiang W1-1/+3
2022-03-27lib: pmp_set/pmp_get moved errors from runtime to compile timeXiang W1-2/+2
2022-02-28lib: sbi: Add a simple external interrupt handling frameworkAnup Patel4-30/+63
2022-02-15lib: sbi: verbose sbi_domain_root_add_memregionNikita Shubin1-2/+6
2022-02-15lib: sbi: fix typo in is_region_subsetNikita Shubin1-1/+1
2022-02-15lib: sbi: Enable mie.MEIE bit for IPIs based on external interrupts.Anup Patel2-5/+8
2022-02-15include: sbi: Introduce nascent_init() platform callbackAnup Patel1-0/+8
2022-02-15lib: sbi: Add sbi_trap_set_external_irqfn() APIAnup Patel1-0/+29
2022-02-15lib: sbi: Use AIA CSRs for local interrupts when availableAnup Patel1-11/+46
2022-02-15lib: sbi: Detect AIA CSRs at boot-timeAnup Patel1-0/+11
2022-02-04lib: fix compilation when strings.h is includedPetro Karashchenko3-12/+12
2022-02-04lib: sbi: Disable interrupt and inhibit counting in M-mode during initAtish Patra1-0/+18
2022-02-04lib: sbi: Disable interrupt during config matchingAtish Patra1-3/+7
2022-02-04lib: sbi: Map only the counters enabled in hardwareAtish Patra1-1/+5
2022-01-21lib: fix pointer of type 'void *' used in arithmeticJukka Laitinen2-5/+5
2021-12-23firmware: Move memcpy/memset mapping to fw_base.SAnup Patel1-6/+0
2021-12-22lib: sbi: simplify pmp_set(), pmp_get()Heinrich Schuchardt1-8/+2
2021-12-11lib: sbi: Fix compile errors using -Os optionAnup Patel1-0/+6
2021-12-11lib: pmu: check SSCOF before maskingNikita Shubin1-1/+2
2021-12-03lib: pmu: support the event ID encoded by a bitmap.Vincent Chen1-11/+24
2021-12-02lib: sbi: Improve fatal error handlingJessica Clarke2-3/+18
2021-11-30lib: sbi: Resolve the uninitialized complaint in sbi_pmuDong Du1-1/+1
2021-11-30lib: sbi: Fix missing spaceNikita Shubin1-1/+1