summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-19lib: utils/gpio: Fix RV32 compile error for designware GPIO driverv1.3.1release-1.3.xAnup Patel
2023-07-09lib: utils: Fix sbi_hartid_to_scratch() usage in ACLINT driversAnup Patel
2023-07-07gpio/desginware: add Synopsys DesignWare APB GPIO supportBen Dooks
2023-07-05lib: sbi_pmu: Avoid out of bounds accessHeinrich Schuchardt
2023-07-05lib: sbi: fix comment indentGianluca Guida
2023-06-23include: Bump-up version to 1.3v1.3Anup Patel
2023-06-23lib: sbi: check A2 register in ecall_dbcn_handler.Gianluca Guida
2023-06-21lib: reset: Move fdt_reset_init into generic_early_initGuo Ren
2023-06-21firmware: Fix find hart indexXiang W
2023-06-15platform/lib: Set no-map attribute on all PMP regionsAlexandre Ghiti
2023-06-14README.md: Improve project copyright informationAnup Patel
2023-06-14docs: Add OpenSBI logo and use it in the top-level README.mdAnup Patel
2023-06-06lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointerAnup Patel
2023-06-05lib: utils/irqchip: Don't check hartid in imsic_update_hartid_table()Anup Patel
2023-06-05lib: utils/irqchip: Use scratch space to save per-HART PLIC pointerAnup Patel
2023-06-05lib: utils/timer: Use scratch space to save per-HART MTIMER pointerAnup Patel
2023-06-05lib: utils/ipi: Use scratch space to save per-HART MSWI pointerAnup Patel
2023-06-05lib: utils/fdt: Use heap in FDT domain parsingAnup Patel
2023-06-05lib: utils/timer: Use heap in ACLINT MTIMER driverAnup Patel
2023-06-05lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC driversAnup Patel
2023-06-05lib: utils/ipi: Use heap in ACLINT MSWI driverAnup Patel
2023-06-05lib: utils/i2c: Use heap in DesignWare and SiFive I2C driversAnup Patel
2023-06-05lib: utils/gpio: Use heap in SiFive and StartFive GPIO driversAnup Patel
2023-06-05lib: sbi: Use scratch space to save per-HART domain pointerAnup Patel
2023-06-05lib: sbi: Use heap for root domain creationAnup Patel
2023-06-05lib: sbi_pmu: Use heap for per-HART PMU stateAnup Patel
2023-06-05lib: sbi: Print scratch size and usage at boot timeAnup Patel
2023-06-05lib: sbi: Introduce simple heap allocatorAnup Patel
2023-06-05platform: Allow platforms to specify heap sizeAnup Patel
2023-06-05include: sbi_scratch: Add helper macros to access data typeAnup Patel
2023-06-04lib: sbi: Align system suspend errors with specAndrew Jones
2023-06-04lib: utils/ipi: buffer overrun aclint_mswi_cold_initHeinrich Schuchardt
2023-05-26lib: utils: Improve fdt_timerXiang W
2023-05-26lib: utils: Improve fdt_ipiXiang W
2023-05-26lib: utils: Improve fdt_serial_initXiang W
2023-05-26lib: sbi: Fix return of sbi_console_initXiang W
2023-05-22Makefile: Dereference symlinks on installFilip Filmar
2023-05-21lib: sbi: Document sbi_ecall_extension membersAndrew Jones
2023-05-21lib: sbi: Remove 0/1 probe implementationsAndrew Jones
2023-05-21lib: sbi: Optimize probe of srst/suspXiang W
2023-05-21lib: sbi: Only register available extensionsAndrew Jones
2023-05-21lib: sbi: pmu: Remove unnecessary probe functionAndrew Jones
2023-05-21lib: sbi: Narrow vendor extension rangeAndrew Jones
2023-05-21lib: sbi: Introduce register_extensions extension callbackAndrew Jones
2023-05-11lib: sbi: Simplify BITS_PER_LONG definitionXiang W
2023-05-11lib: sbi: Simplify sbi_ipi_process remove gotoXiang W
2023-05-11lib: sbi: Remove unnecessary semicolonXiang W
2023-04-20lib: sbi: Add debug print when sbi_pmu_init failsTan En De
2023-04-17lib: sbi: Don't check SBI error range for legacy console getcharAnup Patel
2023-04-17lib: sbi: Fix counter index calculation for SBI_PMU_CFG_FLAG_SKIP_MATCHAlexandre Ghiti