aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
4 daysinclude: Bump-up version to 1.5HEADv1.5masterAnup Patel1-1/+1
6 dayslib: sbi: check incoming dbtr shmem addressSergey Matyukevich1-6/+14
6 daysdocs: Fix wrong filenameJacob Lin1-1/+1
8 dayslib: sbi: fwft: return SBI_EINVAL rather than SBI_ERR_INVALID_PARAMClément Léger1-1/+1
8 dayslib: sbi: fwft: check feature value to be exactly 1 or 0Clément Léger1-4/+8
2024-06-19lib: sbi: implement SBI FWFT extensionClément Léger3-0/+56
2024-06-19lib: sbi: fwft: add support for SBI_FWFT_PTE_AD_HW_UPDATINGClément Léger2-0/+59
2024-06-19lib: sbi: fwft: add support for SBI_FWFT_MISALIGNED_EXC_DELEGClément Léger2-1/+41
2024-06-19lib: sbi: add support for firmware features extensionClément Léger5-0/+240
2024-06-18lib: sbi: Add support for Svade and Svadu extensionsYong-Xuan Wang3-0/+17
2024-06-18platform: generic: andes: Add support for RV32 to set up PMABen Zong-You Xie1-1/+8
2024-06-18platform: generic: andes: Refine Andes PMA related codeBen Zong-You Xie2-136/+81
2024-06-13lib: serial: fix RX path in litex-uartGabriel Somlo1-2/+8
2024-06-13lib: utils/reset: Try initializing all reset devices in dtXiang W1-5/+5
2024-06-13sbi: sbi_domain_context: Fix trap context for domain context switchingYu Chien Peter Lin2-6/+5
2024-06-13lib: utils/reset: Fix fdt_reset to search for more dt nodesXiang W1-13/+15
2024-06-13lib: utils/reset: Skip initialize reset when dt is not enabledXiang W1-0/+3
2024-06-13lib: utils/serial: Fix fdt_serial to match more dt nodesXiang W1-13/+13
2024-06-13lib: utils/serial: Skip initialize serial when dt is not enabledXiang W1-0/+7
2024-06-13lib: utils/irqchip: Skip initialize irqchip when dt is not enabledXiang W1-0/+3
2024-06-13lib: utils/timer: Skip initialize timer when dt is not enabledXiang W1-0/+3
2024-06-13lib: utils/ipi: Skip initialize ipi when dt is not enabledXiang W1-0/+3
2024-06-05lib: utils/fdt: Fix DT property for APLIC delegationAnup Patel1-1/+3
2024-05-23lib: utils/gpio: respect flag GPIO_FLAG_ACTIVE_LOWInochi Amaoto1-1/+13
2024-05-23lib: sbi: sse: handle missing writable attributesClément Léger1-19/+47
2024-05-23lib: utils/irqchip: Add sanity checks in imsic_get_data() and imsic_get_targe...Cyan Yang1-0/+6
2024-05-23firmware: Bring back FW_TEXT_START as an optional parameterAnup Patel6-4/+16
2024-05-16lib: utils/irqchip: Check before initializing imsicCheng Yang1-0/+8
2024-05-16platform: generic: thead: add Sophgo CV18XX/SG200X seriesInochi Amaoto1-0/+8
2024-05-15lib: sbi: Put event after use in sbi_sse_exit() loopAnup Patel1-2/+7
2024-05-15utils/reset: Add SG2042 hwmon MCU support.Inochi Amaoto4-0/+122
2024-05-13lib: sbi: simplify inline function in sbi_dtbr.cXiang W1-46/+32
2024-05-13lib: sbi: fix return type of sbi_dbtr_shmem_disabledXiang W1-3/+3
2024-05-13lib: sbi: Fixed memory permission check in sbi_dbtr_setup_shmemXiang W1-9/+3
2024-05-13lib: sbi: fix DBTR_SHMEM_MAKE_PHYS for RV64Xiang W1-1/+1
2024-05-13lib: sbi: Removal unnecessary check dbtr_thishart_state_ptrXiang W1-2/+0
2024-05-13lib: sbi: fix hart_shmem_baseXiang W1-7/+4
2024-05-09platform: generic: thead: add Canaan Kendryte K230Yangyu Chen1-0/+5
2024-05-09platform: generic: thead: separate T-Head PMU ErrataYangyu Chen2-2/+7
2024-05-09platform: andes: Change all occurrences of andes45 to andesBen Zong-You Xie11-84/+86
2024-05-09platform: andes: Rename files with the prefix andes45Ben Zong-You Xie3-0/+0
2024-05-07sbi: sbi_domain_context: Add spinlock for updating domain assigned_hartsAlvin Chang4-18/+55
2024-05-07lib: sbi: Refine the settings for switching to Virtual Supervisor Mode.Pope B.Lei1-4/+11
2024-05-07lib: sbi: sse: check handler entry to belong to supervisor modeClément Léger1-0/+6
2024-05-07lib: sbi: sse: use PRV_S instead of hardcoded value for modeClément Léger1-2/+2
2024-05-07lib: sbi: sse: call enable callback before sending IPIClément Léger1-3/+3
2024-05-07lib: sbi: sse: remove superfluous sbi_list_empty() checkClément Léger1-3/+0
2024-05-07lib: sbi: sse: simplify 32bits overflow checkClément Léger1-1/+1
2024-05-07lib: sbi: sse: rename sse_hart_unlock() to sse_enabled_event_unlock()Clément Léger1-5/+5
2024-05-07lib: sbi: sse: fix typos, comments and spacing errorsClément Léger2-23/+23