aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-07lib: tests: Add test for spinlocksIvan Orlov2-0/+44
2024-05-07lib: tests: Add test for atomic_tIvan Orlov2-0/+146
2024-05-07lib: tests: Add test suite init functionIvan Orlov2-0/+5
2024-04-10firmware: remove FW_TEXT_STARTXiang W15-39/+15
2024-04-10lib: utils: check correct value in fdt_node_offset_by_compatibleHeinrich Schuchardt1-1/+1
2024-04-10lib: sbi: sse_event_get() may return NULLHeinrich Schuchardt1-1/+1
2024-04-10lib: sbi: Add missing sscrind and sscfg extensions in sbi_hart_ext[]Clément Léger1-0/+5
2024-04-08Makefile: Remove unnecessary dependenciesSamuel Holland1-1/+1
2024-04-07Makefile: Respect manual changes to .configSamuel Holland1-19/+24
2024-04-05sbi: sbi_domain_context: Check privilege spec version before accessing S-mode...Yu Chien Peter Lin1-2/+4
2024-04-05lib: sbi: Wakeup non-coldboot HARTs early in the coldboot pathAnup Patel1-2/+9
2024-04-05lib: sbi: Simplify wait_for_coldboot() implementationAnup Patel2-68/+8
2024-04-05platform: generic: allwinner: Optimize current hart scratch accessSamuel Holland1-1/+1
2024-04-05lib: utils/timer: Optimize current hart scratch accessSamuel Holland1-15/+3
2024-04-05include: sbi: Support byteorder macros in assemblyVivian Wang1-25/+30
2024-04-05lib: sbi: Add SSE support for PMU eventsClément Léger3-0/+60
2024-04-05lib: sbi: Implement SBI SSE extensionClément Léger3-0/+64
2024-04-05lib: sbi: Add support for Supervisor Software Events extensionClément Léger7-1/+1322
2024-04-05firmware: remove copy-base relocationXiang W5-115/+11
2024-03-20platform: generic: allwinner: sun20i-d1: Remove duplicated CSR definitionsChristoph Müllner1-18/+9
2024-03-20docs: writing_tests: Make docs correspond the latest changesIvan Orlov1-4/+1
2024-03-19lib: sbi: Extend sbi_trap_error() to dump state in a nested trapAnup Patel1-45/+60
2024-03-19lib: sbi: Pass trap context pointer to sbi_ecall_handler()Anup Patel3-4/+5
2024-03-19lib: sbi: Remove regs parameter from trap irq handling functionsAnup Patel2-7/+8
2024-03-19lib: sbi: Remove regs paramter of sbi_irqchip_process()Anup Patel4-11/+10
2024-03-19lib: sbi: Simplify parameters of sbi_illegal_insn_handler()Anup Patel3-6/+7
2024-03-19lib: sbi: Simplify parameters of misaligned and access fault handlersAnup Patel3-47/+40
2024-03-19lib: sbi: Introduce trap contextAnup Patel3-46/+103
2024-03-19include: sbi: Add trap_context pointer in struct sbi_scratchAnup Patel2-4/+14
2024-03-19lib: sbi: Remove sbi_trap_exit() and related codeAnup Patel4-44/+3
2024-03-19lib: sbi: Remove epc from struct sbi_trap_infoSamuel Holland6-27/+8
2024-03-19docs/writing_tests: Update tests pathsIvan Orlov1-11/+10
2024-03-19lib: tests: Move tests to a separate directoryIvan Orlov7-14/+14
2024-03-11lib: sbi: call platform load/store emulatorsBo Gan2-2/+80
2024-03-11include: sbi: add emulate_load/store handler to platform opsBo Gan1-0/+8
2024-03-11lib: sbi: abstract out insn decoding to unify mem fault handlersBo Gan3-39/+127
2024-03-11lib: sbi: change prototype of sbi_misaligned_load/store_handlerBo Gan3-45/+35
2024-03-11lib: sbi: change prototype of sbi_trap_redirectBo Gan2-2/+2
2024-03-11include: sbi: rename sbi_misaligned_ldst.h to sbi_trap_ldst.hBo Gan3-4/+4
2024-03-11lib: sbi: rename sbi_misaligned_ldst.c to sbi_trap_ldst.cBo Gan2-1/+1
2024-03-10lib: sbi: Add initial domain context management supportQingyu Shang6-2/+242
2024-03-10lib: tests: Add sbi_console testIvan Orlov3-0/+110
2024-03-10lib: tests: Add a test for sbi_bitmapIvan Orlov2-0/+105
2024-03-10lib: Add SBIUnit testing macros and functionsIvan Orlov6-0/+126
2024-03-10docs: Add documentation about tests and SBIUnitIvan Orlov2-0/+134
2024-03-09firmware: fw_base.S: fix _reset_regsXiang W1-5/+3
2024-03-09firmware: fw_base.S: Remove _relocate_lotteryXiang W1-11/+6
2024-03-09firmware: fw_dynamic.S: Remove _bad_dynamic_infoXiang W1-8/+2
2024-03-09firmware: fw_base: Simplified setup trap handlerXiang W1-12/+4
2024-03-09firmware: fw_base.S: Simplify address getXiang W1-33/+11