summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-23lib: sbi: sse: handle missing writable attributesClément Léger
2024-05-23lib: utils/irqchip: Add sanity checks in imsic_get_data() and imsic_get_targe...Cyan Yang
2024-05-23firmware: Bring back FW_TEXT_START as an optional parameterAnup Patel
2024-05-16lib: utils/irqchip: Check before initializing imsicCheng Yang
2024-05-16platform: generic: thead: add Sophgo CV18XX/SG200X seriesInochi Amaoto
2024-05-15lib: sbi: Put event after use in sbi_sse_exit() loopAnup Patel
2024-05-15utils/reset: Add SG2042 hwmon MCU support.Inochi Amaoto
2024-05-13lib: sbi: simplify inline function in sbi_dtbr.cXiang W
2024-05-13lib: sbi: fix return type of sbi_dbtr_shmem_disabledXiang W
2024-05-13lib: sbi: Fixed memory permission check in sbi_dbtr_setup_shmemXiang W
2024-05-13lib: sbi: fix DBTR_SHMEM_MAKE_PHYS for RV64Xiang W
2024-05-13lib: sbi: Removal unnecessary check dbtr_thishart_state_ptrXiang W
2024-05-13lib: sbi: fix hart_shmem_baseXiang W
2024-05-09platform: generic: thead: add Canaan Kendryte K230Yangyu Chen
2024-05-09platform: generic: thead: separate T-Head PMU ErrataYangyu Chen
2024-05-09platform: andes: Change all occurrences of andes45 to andesBen Zong-You Xie
2024-05-09platform: andes: Rename files with the prefix andes45Ben Zong-You Xie
2024-05-07sbi: sbi_domain_context: Add spinlock for updating domain assigned_hartsAlvin Chang
2024-05-07lib: sbi: Refine the settings for switching to Virtual Supervisor Mode.Pope B.Lei
2024-05-07lib: sbi: sse: check handler entry to belong to supervisor modeClément Léger
2024-05-07lib: sbi: sse: use PRV_S instead of hardcoded value for modeClément Léger
2024-05-07lib: sbi: sse: call enable callback before sending IPIClément Léger
2024-05-07lib: sbi: sse: remove superfluous sbi_list_empty() checkClément Léger
2024-05-07lib: sbi: sse: simplify 32bits overflow checkClément Léger
2024-05-07lib: sbi: sse: rename sse_hart_unlock() to sse_enabled_event_unlock()Clément Léger
2024-05-07lib: sbi: sse: fix typos, comments and spacing errorsClément Léger
2024-05-07lib: tests: Add test for spinlocksIvan Orlov
2024-05-07lib: tests: Add test for atomic_tIvan Orlov
2024-05-07lib: tests: Add test suite init functionIvan Orlov
2024-04-10firmware: remove FW_TEXT_STARTXiang W
2024-04-10lib: utils: check correct value in fdt_node_offset_by_compatibleHeinrich Schuchardt
2024-04-10lib: sbi: sse_event_get() may return NULLHeinrich Schuchardt
2024-04-10lib: sbi: Add missing sscrind and sscfg extensions in sbi_hart_ext[]Clément Léger
2024-04-08Makefile: Remove unnecessary dependenciesSamuel Holland
2024-04-07Makefile: Respect manual changes to .configSamuel Holland
2024-04-05sbi: sbi_domain_context: Check privilege spec version before accessing S-mode...Yu Chien Peter Lin
2024-04-05lib: sbi: Wakeup non-coldboot HARTs early in the coldboot pathAnup Patel
2024-04-05lib: sbi: Simplify wait_for_coldboot() implementationAnup Patel
2024-04-05platform: generic: allwinner: Optimize current hart scratch accessSamuel Holland
2024-04-05lib: utils/timer: Optimize current hart scratch accessSamuel Holland
2024-04-05include: sbi: Support byteorder macros in assemblyVivian Wang
2024-04-05lib: sbi: Add SSE support for PMU eventsClément Léger
2024-04-05lib: sbi: Implement SBI SSE extensionClément Léger
2024-04-05lib: sbi: Add support for Supervisor Software Events extensionClément Léger
2024-04-05firmware: remove copy-base relocationXiang W
2024-03-20platform: generic: allwinner: sun20i-d1: Remove duplicated CSR definitionsChristoph Müllner
2024-03-20docs: writing_tests: Make docs correspond the latest changesIvan Orlov
2024-03-19lib: sbi: Extend sbi_trap_error() to dump state in a nested trapAnup Patel
2024-03-19lib: sbi: Pass trap context pointer to sbi_ecall_handler()Anup Patel
2024-03-19lib: sbi: Remove regs parameter from trap irq handling functionsAnup Patel