summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-23platform: generic: Initialize overrides with fdt_driverSamuel Holland
2025-04-23platform: generic: Remove platform override hooksSamuel Holland
2025-04-23platform: generic: Modify platform ops instead of using hooksSamuel Holland
2025-04-23platform: generic: Allow replacing platform operationsSamuel Holland
2025-04-23platform: generic: Add an init hook matching fdt_driverSamuel Holland
2025-04-23platform: generic: thead: Avoid casting away constSamuel Holland
2025-04-23platform: rzfive: Call andes_pma_setup_regions() only during cold bootSamuel Holland
2025-04-23platform: generic: andes: Remove inline definitionsSamuel Holland
2025-04-21lib: sbi_mpxy: Change MPXY state as per-domain dataAlvin Chang
2025-04-21lib: sbi: Handle length of extension name string exceed buffer size errorJimmy Ho
2025-04-15lib: sbi: Remove unnecessary SBI_INIT_LIST_HEADXiang W
2025-04-15lib: sbi: Simplify structure member offset checkingXiang W
2025-04-15lib: sbi: Fix SHMEM_PHYS_ADDR for RV32Xiang W
2025-04-15lib: sbi: Add parameter check in sbi_mpxy_set_shmem()Xiang W
2025-04-14lib: sbi: Allow programmable counters to monitor cycle/instret events for And...Leo Yu-Chi Liang
2025-04-14docs: pmu_support: fix example typosLeo Yu-Chi Liang
2025-04-14lib: sbi_ipi: Return error for invalid hartidsAndrew Jones
2025-04-14sbi: Introduce sbi_hartmask_weightAndrew Jones
2025-04-13Makefile: Avoid repeated evaluation of shell commandsSamuel Holland
2025-04-13lib: sbi: Enable Control Transfer Records (CTR) Ext using xstateen.Rajnesh Kanwal
2025-04-13lib: sbi_trap: Add support for vectored interruptsSamuel Holland
2025-03-28lib: Emit lr and sc instructions based on -march flagsChao-ying Fu
2025-03-27lib: utils/serial: Add PXA UARTs supportJunhui Liu
2025-03-27lib: sbi: sse: Add support for SSTATUS.SDTClément Léger
2025-03-27lib: sbi: sse: Add support for SSTATUS.SPELPClément Léger
2025-03-27lib: sbi: sse: Remove superfluous parenthesis around MSTATUS_* valuesClément Léger
2025-03-27lib: sbi: sse: Rename STATUS* interrupted flags to SSTATUS*Clément Léger
2025-03-27lib: sbi: sse: Return SBI_EDENIED for read only parameters.Clément Léger
2025-03-27lib: sbi: sse: Remove printf from sbi_sse_exit()Clément Léger
2025-03-27lib: sbi: sse: Update SSE event idsClément Léger
2025-03-26lib: utils: Make sure that hartid and the scratch are alignedRaj Vishwanathan
2025-03-24lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()Samuel Holland
2025-03-24lib: sbi_scratch: Add sbi_hart_count() and for_each_hartindex()Samuel Holland
2025-03-24lib: sbi_scratch: Optimize hartid and scratch lookupSamuel Holland
2025-03-24lib: sbi_scratch: Apply bounds check to platform hart_countSamuel Holland
2025-03-24lib: sbi: Avoid GOT indirection for global symbol referencesSamuel Holland
2025-03-24Revert "lib: utils/irqchip: Match against more specific compatible strings fi...Samuel Holland
2025-03-24lib: utils/fdt: Respect compatible string fallback prioritySamuel Holland
2025-03-23lib: sbi: Return SBI_EALREADY error code if SSE event is presentHimanshu Chauhan
2025-03-23scripts: Fix firmware binaries compilation in create-binary-archive.shAnup Patel
2025-03-23lib: tests: add bitwise operations unit testsDongdong Zhang
2025-03-23lib: sbi: Fix potential garbage data in string copy functionsDongdong Zhang
2025-03-23lib: add tests for sbi_ecall functionalityAkshay Behl
2025-02-19lib: sbi: fwft: Return SBI_ERR_DENIED_LOCKED when setting a locked featureClément Léger
2025-02-19include: sbi: Add SBI_ERR_DENIED_LOCKEDClément Léger
2025-02-19lib: utils/irqchip: Match against more specific compatible strings firstAlex Studer
2025-02-19lib: utils/fdt: Allocate fdt_pmu_evt_select on the heapSamuel Holland
2025-02-19lib: utils/fdt: Remove redundant PMU property length checksSamuel Holland
2025-02-19lib: utils: Constify FDT driver definitionsSamuel Holland
2025-02-19lib: sbi: sse: fix invalid errors returned for sse_hart_mask/unmask()Clément Léger