summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-21platform: sifive_fu740: fix reset when watchdog is runningAurelien Jarno1-0/+25
2022-01-21platform: sifive_fu740: do not use a global in da9063_reset/shutdownAurelien Jarno1-5/+5
2022-01-11lib: utils/sys: Extend HTIF library to allow custom base addressSDK_v2.0.0Anup Patel4-14/+103
2022-01-11lib: utils/ipi: Fix size check in aclint_mswi_cold_init()Anup Patel1-1/+1
2021-12-24include: Bump-up version to 1.0OpenSBI-v1.0-48f91eeAnup Patel1-2/+2
2021-12-23firmware: Move memcpy/memset mapping to fw_base.SAnup Patel2-6/+28
2021-12-22lib: sbi: simplify pmp_set(), pmp_get()Heinrich Schuchardt1-8/+2
2021-12-16Makefile: Improve the method to disable -m(no-)save-restore optionXiang W1-4/+7
2021-12-11lib: sbi: Fix compile errors using -Os optionAnup Patel1-0/+6
2021-12-11Makefile: Fix -msave-restore compile warning with CLANG-10 (or lower)Anup Patel1-4/+10
2021-12-11lib: pmu: check SSCOF before maskingNikita Shubin1-1/+2
2021-12-11docs/platform: spike: Enhance Spike examplesTsukasa OI1-1/+12
2021-12-03lib: pmu: support the event ID encoded by a bitmap.Vincent Chen4-27/+50
2021-12-02lib: sbi: Improve fatal error handlingJessica Clarke4-21/+24
2021-11-30lib: sbi: Resolve the uninitialized complaint in sbi_pmuDong Du1-1/+1
2021-11-30lib: sbi: Fix missing spaceNikita Shubin1-1/+1
2021-11-23lib: sbi: Fix spelling of "address" in sbi_domain.cOpenSBI-v0.9-22d556dVagrant Cascadian1-1/+1
2021-11-18lib: utils: Add LiteX UART supportGabriel Somlo5-0/+123