aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-08-24lib: utils/fdt: Add fdt_get_address_rw() helperSamuel Holland1-1/+6
2024-08-24lib: utils/serial: Pass the FDT to fdt_serial_init()Samuel Holland1-2/+2
2024-08-24lib: utils/reset: Pass the FDT to fdt_reset_init()Samuel Holland1-2/+2
2024-08-24lib: utils/timer: Constify FDT pointers in parsing functionsSamuel Holland1-1/+1
2024-08-24lib: utils/serial: Constify FDT pointers in parsing functionsSamuel Holland1-1/+1
2024-08-24lib: utils/reset: Constify FDT pointers in parsing functionsSamuel Holland1-3/+3
2024-08-24lib: utils/regmap: Constify FDT pointers in parsing functionsSamuel Holland1-3/+3
2024-08-24lib: utils/irqchip: Constify FDT pointers in parsing functionsSamuel Holland1-1/+1
2024-08-24lib: utils/ipi: Constify FDT pointers in parsing functionsSamuel Holland1-1/+1
2024-08-24lib: utils/i2c: Constify FDT pointers in parsing functionsSamuel Holland1-2/+2
2024-08-24lib: utils/gpio: Constify FDT pointers in parsing functionsSamuel Holland1-2/+2
2024-08-24lib: utils/fdt: Constify FDT parsing functionsSamuel Holland3-31/+31
2024-08-24lib: utils/regmap: Fix typo in commentSamuel Holland1-1/+1
2024-08-24lib: utils/fdt: Fix fdt_add_cpu_idle_states() prototypeSamuel Holland1-1/+1
2024-08-23lib: sbi: Enhance CSR Handling in system_opcode_insnDongdong Zhang2-2/+17
2024-08-09lib: sbi: Implement aligned memory allocatorsGregor Haas1-0/+9
2024-08-09lib: sbi: Support multiple heapsGregor Haas1-6/+51
2024-08-02include: Adjust Sscofpmf mhpmevent mask for upper 8 bitsEric Lin1-1/+1
2024-07-24include: sbi: Add macros to create FIFO as local or global variableAnup Patel1-0/+12
2024-07-24lib: sbi: Allow forceful queueing of data in sbi_fifo_enqueue()Anup Patel1-1/+1
2024-07-24lib: sbi: Remove sbi_console_init() and console_init() platform callbackAnup Patel2-19/+0
2024-06-30include: Bump-up version to 1.5v1.5Anup Patel1-1/+1
2024-06-19lib: sbi: add support for firmware features extensionClément Léger2-0/+50
2024-06-18lib: sbi: Add support for Svade and Svadu extensionsYong-Xuan Wang2-0/+5
2024-06-13sbi: sbi_domain_context: Fix trap context for domain context switchingYu Chien Peter Lin1-1/+1
2024-05-07sbi: sbi_domain_context: Add spinlock for updating domain assigned_hartsAlvin Chang1-0/+3
2024-05-07lib: sbi: sse: fix typos, comments and spacing errorsClément Léger1-12/+12
2024-05-07lib: tests: Add test suite init functionIvan Orlov1-0/+2
2024-04-05lib: sbi: Simplify wait_for_coldboot() implementationAnup Patel1-1/+5
2024-04-05include: sbi: Support byteorder macros in assemblyVivian Wang1-25/+30
2024-04-05lib: sbi: Add SSE support for PMU eventsClément Léger1-0/+3
2024-04-05lib: sbi: Add support for Supervisor Software Events extensionClément Léger3-1/+173
2024-03-19lib: sbi: Pass trap context pointer to sbi_ecall_handler()Anup Patel1-2/+2
2024-03-19lib: sbi: Remove regs parameter from trap irq handling functionsAnup Patel1-0/+2
2024-03-19lib: sbi: Remove regs paramter of sbi_irqchip_process()Anup Patel1-3/+2
2024-03-19lib: sbi: Simplify parameters of sbi_illegal_insn_handler()Anup Patel1-2/+2
2024-03-19lib: sbi: Simplify parameters of misaligned and access fault handlersAnup Patel1-8/+4
2024-03-19lib: sbi: Introduce trap contextAnup Patel1-1/+28
2024-03-19include: sbi: Add trap_context pointer in struct sbi_scratchAnup Patel1-3/+12
2024-03-19lib: sbi: Remove sbi_trap_exit() and related codeAnup Patel2-14/+3
2024-03-19lib: sbi: Remove epc from struct sbi_trap_infoSamuel Holland1-10/+6
2024-03-11lib: sbi: call platform load/store emulatorsBo Gan1-0/+45
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 Gan1-1/+12
2024-03-11lib: sbi: change prototype of sbi_misaligned_load/store_handlerBo Gan1-4/+5
2024-03-11lib: sbi: change prototype of sbi_trap_redirectBo Gan1-1/+1
2024-03-11include: sbi: rename sbi_misaligned_ldst.h to sbi_trap_ldst.hBo Gan1-2/+2
2024-03-10lib: sbi: Add initial domain context management supportQingyu Shang2-0/+83
2024-03-10lib: Add SBIUnit testing macros and functionsIvan Orlov1-0/+71
2024-03-05lib: sbi_misaligned_ldst: Add handling of C.LHU/C.LH and C.SHNylon Chen1-0/+7