summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-07lib: sbi: Remove MCOUNTINHIBT hart featureAnup Patel3-28/+19
2022-05-07lib: sbi: Remove MCOUNTEREN and SCOUNTEREN hart featuresAnup Patel4-38/+16
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 Patel3-6/+63
2022-05-07lib: sbi: Fix mhpmeventh access for rv32 in absence of sscofpmfAtish Patra2-2/+10
2022-05-07include: sbi: Define SBI_PMU_HW_EVENT_MAX to 256Jun Liang Tan1-1/+1
2022-04-28lib: sbi: Fix mstatus_init() for RV32 when Sscofpmf is not availableAnup Patel1-1/+3
2022-04-28lib: sbi: Implement Sstc extensionAtish Patra4-4/+57
2022-04-28docs: pmu: Improve the PMU DT bindingsAtish Patra1-18/+31
2022-04-17lib: sbi/hart: preserve csr validation valueDmitry Dunaev1-3/+3
2022-04-17include: correct the definition of MSTATUS_VSVincent Chen1-1/+1
2022-04-17lib: utils/serial: support 'reg-offset' propertyZong Li10-8/+23
2022-04-11lib: irqchip/imsic: configure mstateenMayuresh Chitale1-0/+6
2022-04-11lib: sbi: Detect Smstateen CSRs at boot-timeMayuresh Chitale2-1/+28
2022-04-11lib: sbi: Add Smstateen extension definesMayuresh Chitale1-0/+44
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 Patra2-1/+12
2022-04-05include: Add defines for [m|h|s]envcfg CSRsAnup Patel1-0/+27
2022-03-27include: Use static asserts for FW_DYNAMIC_INFO_xxx_OFFSET definesXiang W1-0/+35
2022-03-27include: Use static asserts for SBI_SCRATCH_xxx_OFFSET definesXiang W1-0/+60
2022-03-27include: Use static asserts for SBI_PLATFORM_xxx_OFFSET definesXiang W1-0/+50
2022-03-27lib: Add error messages via conditional compilation for the futureXiang W1-1/+3
2022-03-27firmware: Fix code for accessing hart_count and stack_sizeXiang W1-1/+1
2022-03-27lib: pmp_set/pmp_get moved errors from runtime to compile timeXiang W1-2/+2
2022-02-28lib: utils: serial: Initial commit of xlnx-uartliteAlistair Francis7-1/+144
2022-02-28lib: sbi: Add a simple external interrupt handling frameworkAnup Patel7-34/+109
2022-02-15lib: sbi: verbose sbi_domain_root_add_memregionNikita Shubin2-3/+9
2022-02-15lib: sbi: fix typo in is_region_subsetNikita Shubin1-1/+1
2022-02-15lib: utils: Disable appropriate APLIC DT nodes in fdt_fixups()Anup Patel2-3/+26
2022-02-15lib: utils/irqchip: Add FDT based driver for APLICAnup Patel5-0/+222
2022-02-15lib: utils/irqchip: Add APLIC initialization libraryAnup Patel3-0/+327
2022-02-15lib: utils: Disable appropriate IMSIC DT nodes in fdt_fixups()Anup Patel2-4/+45
2022-02-15lib: utils/irqchip: Add FDT based driver for IMSICAnup Patel6-0/+230
2022-02-15lib: utils/irqchip: Add IMSIC libraryAnup Patel3-0/+338
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 Patel2-0/+28
2022-02-15lib: utils/irqchip: Allow multiple FDT irqchip driversAnup Patel1-7/+30
2022-02-15lib: sbi: Add sbi_trap_set_external_irqfn() APIAnup Patel2-0/+31
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 Patel2-1/+14
2022-02-15include: sbi: Add AIA related CSR definesAnup Patel1-0/+76
2022-02-04lib: utils/serial: Round UART8250 baud rate divisor to nearest integerVF_SDK_510_V1.2.1VF_SDK_510_V1.1.2VF_SDK_510_V1.0.2SDK_v2.3.3SDK_v2.3.0SDK_v2.1.1SDK_v2.1.0Jakub Luzny1-1/+1
2022-02-04lib: fix compilation when strings.h is includedPetro Karashchenko5-89/+19
2022-02-04Makefile: fix build with binutils 2.38Aurelien Jarno1-1/+8
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 Patra2-4/+9
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 Laitinen13-27/+27