summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-08-24util: atcsmu.c: modify sbi_printf() formattingYu Chien Peter Lin
2024-08-24util: atcsmu.c: fix typo "%s/hard/hart/"Leo Yu-Chi Liang
2024-08-24lib: utils/serial: Pass the FDT to fdt_serial_init()Samuel Holland
2024-08-24lib: utils/reset: Pass the FDT to fdt_reset_init()Samuel Holland
2024-08-24lib: utils/timer: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/serial: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/reset: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/regmap: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/irqchip: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/ipi: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/i2c: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/gpio: Constify FDT pointers in parsing functionsSamuel Holland
2024-08-24lib: utils/fdt: Constify FDT parsing functionsSamuel Holland
2024-08-23lib: utils: fdt_domain: Use consistent device-tree address when next-arg1 is ...Yu Chien Peter Lin
2024-08-23lib: sbi: Enhance CSR Handling in system_opcode_insnDongdong Zhang
2024-08-09lib: sbi: Implement aligned memory allocatorsGregor Haas
2024-08-09lib: sbi: Allocate from beginning of heap blocksGregor Haas
2024-08-09lib: sbi: Support multiple heapsGregor Haas
2024-08-02lib: sbi: check result of pmp_get() in is_pmp_entry_mapped()Carlos López
2024-08-02lib: sbi: fwft: fix incorrect size passed to sbi_zalloc()Carlos López
2024-08-02lib: sbi: dbtr: fix potential NULL pointer dereferencesCarlos López
2024-07-24lib: sbi: Introduce an early console buffer for caching early printsAnup Patel
2024-07-24lib: sbi: Allow forceful queueing of data in sbi_fifo_enqueue()Anup Patel
2024-07-24lib: sbi: Optimize fifo enqueue/dequeue for basic data typesAnup Patel
2024-07-24lib: sbi: Remove sbi_console_init() and console_init() platform callbackAnup Patel
2024-07-24lib: sbi_hsm: Save/restore menvcfg only when it existsSamuel Holland
2024-07-23lib: utils/fdt: Add support for parsing riscv,isa-extensionsConor Dooley
2024-07-23lib: tests: add math test suiteDongdong Zhang
2024-07-23lib: tests: enhance test output with colored pass/fail messagesDongdong Zhang
2024-07-04Makefile: change to using .carray.c for carray filesBen Dooks
2024-07-04lib: sbi_emulate_csr: Do not log illegal CSR accessesSamuel Holland
2024-06-28lib: sbi: check incoming dbtr shmem addressSergey Matyukevich
2024-06-26lib: sbi: fwft: return SBI_EINVAL rather than SBI_ERR_INVALID_PARAMClément Léger
2024-06-26lib: sbi: fwft: check feature value to be exactly 1 or 0Clément Léger
2024-06-19lib: sbi: implement SBI FWFT extensionClément Léger
2024-06-19lib: sbi: fwft: add support for SBI_FWFT_PTE_AD_HW_UPDATINGClément Léger
2024-06-19lib: sbi: fwft: add support for SBI_FWFT_MISALIGNED_EXC_DELEGClément Léger
2024-06-19lib: sbi: add support for firmware features extensionClément Léger
2024-06-18lib: sbi: Add support for Svade and Svadu extensionsYong-Xuan Wang
2024-06-13lib: serial: fix RX path in litex-uartGabriel Somlo
2024-06-13lib: utils/reset: Try initializing all reset devices in dtXiang W
2024-06-13sbi: sbi_domain_context: Fix trap context for domain context switchingYu Chien Peter Lin
2024-06-13lib: utils/reset: Fix fdt_reset to search for more dt nodesXiang W
2024-06-13lib: utils/reset: Skip initialize reset when dt is not enabledXiang W
2024-06-13lib: utils/serial: Fix fdt_serial to match more dt nodesXiang W
2024-06-13lib: utils/serial: Skip initialize serial when dt is not enabledXiang W
2024-06-13lib: utils/irqchip: Skip initialize irqchip when dt is not enabledXiang W
2024-06-13lib: utils/timer: Skip initialize timer when dt is not enabledXiang W
2024-06-13lib: utils/ipi: Skip initialize ipi when dt is not enabledXiang W
2024-06-05lib: utils/fdt: Fix DT property for APLIC delegationAnup Patel