index
:
opensbi.git
master
release-1.3.x
release-1.5.x
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-23
lib: sbi: add zicfilp/zicfiss and elp cfi state reflect back in status
Deepak Gupta
2
-0
/
+22
2024-09-23
lib: sbi_domain_context: Fix file permissions
Samuel Holland
1
-0
/
+0
2024-09-23
lib: sbi: Respect scounteren when emulating the time CSR
Samuel Holland
1
-3
/
+2
2024-09-23
lib: sbi: fwft: add support for SBI_FWFT_POINTER_MASKING_PMLEN
Samuel Holland
2
-0
/
+68
2024-09-20
lib: sbi: Fix writes to emulated 32-bit htimedelta CSR
Samuel Holland
1
-7
/
+8
2024-09-20
lib: sbi: Use a linked list to track domains
Samuel Holland
2
-24
/
+12
2024-08-24
lib: Delete redundant `ulong`
Zhang RunMin
3
-19
/
+19
2024-08-24
lib: utils: fdt_domain: Make opensbi-domain optional in CPU node
Gregor Haas
1
-4
/
+4
2024-08-24
lib: sse: remove unused sse_inject_out() parameter
Clément Léger
1
-7
/
+3
2024-08-24
util: atcsmu.c: modify sbi_printf() formatting
Yu Chien Peter Lin
1
-9
/
+6
2024-08-24
util: atcsmu.c: fix typo "%s/hard/hart/"
Leo Yu-Chi Liang
1
-1
/
+1
2024-08-24
lib: utils/serial: Pass the FDT to fdt_serial_init()
Samuel Holland
1
-2
/
+1
2024-08-24
lib: utils/reset: Pass the FDT to fdt_reset_init()
Samuel Holland
1
-2
/
+1
2024-08-24
lib: utils/timer: Constify FDT pointers in parsing functions
Samuel Holland
3
-3
/
+3
2024-08-24
lib: utils/serial: Constify FDT pointers in parsing functions
Samuel Holland
10
-13
/
+13
2024-08-24
lib: utils/reset: Constify FDT pointers in parsing functions
Samuel Holland
7
-9
/
+9
2024-08-24
lib: utils/regmap: Constify FDT pointers in parsing functions
Samuel Holland
2
-5
/
+5
2024-08-24
lib: utils/irqchip: Constify FDT pointers in parsing functions
Samuel Holland
4
-8
/
+8
2024-08-24
lib: utils/ipi: Constify FDT pointers in parsing functions
Samuel Holland
3
-4
/
+4
2024-08-24
lib: utils/i2c: Constify FDT pointers in parsing functions
Samuel Holland
3
-7
/
+7
2024-08-24
lib: utils/gpio: Constify FDT pointers in parsing functions
Samuel Holland
4
-6
/
+6
2024-08-24
lib: utils/fdt: Constify FDT parsing functions
Samuel Holland
3
-39
/
+56
2024-08-23
lib: utils: fdt_domain: Use consistent device-tree address when next-arg1 is ...
Yu Chien Peter Lin
1
-2
/
+1
2024-08-23
lib: sbi: Enhance CSR Handling in system_opcode_insn
Dongdong Zhang
1
-14
/
+24
2024-08-09
lib: sbi: Implement aligned memory allocators
Gregor Haas
1
-6
/
+69
2024-08-09
lib: sbi: Allocate from beginning of heap blocks
Gregor Haas
1
-1
/
+2
2024-08-09
lib: sbi: Support multiple heaps
Gregor Haas
1
-54
/
+68
2024-08-02
lib: sbi: check result of pmp_get() in is_pmp_entry_mapped()
Carlos López
1
-1
/
+2
2024-08-02
lib: sbi: fwft: fix incorrect size passed to sbi_zalloc()
Carlos López
1
-1
/
+1
2024-08-02
lib: sbi: dbtr: fix potential NULL pointer dereferences
Carlos López
1
-3
/
+3
2024-07-24
lib: sbi: Introduce an early console buffer for caching early prints
Anup Patel
2
-1
/
+32
2024-07-24
lib: sbi: Allow forceful queueing of data in sbi_fifo_enqueue()
Anup Patel
3
-30
/
+44
2024-07-24
lib: sbi: Optimize fifo enqueue/dequeue for basic data types
Anup Patel
1
-3
/
+40
2024-07-24
lib: sbi: Remove sbi_console_init() and console_init() platform callback
Anup Patel
2
-15
/
+0
2024-07-24
lib: sbi_hsm: Save/restore menvcfg only when it exists
Samuel Holland
1
-4
/
+8
2024-07-23
lib: utils/fdt: Add support for parsing riscv,isa-extensions
Conor Dooley
1
-4
/
+23
2024-07-23
lib: tests: add math test suite
Dongdong Zhang
2
-0
/
+49
2024-07-23
lib: tests: enhance test output with colored pass/fail messages
Dongdong Zhang
1
-2
/
+9
2024-07-04
Makefile: change to using .carray.c for carray files
Ben Dooks
10
-10
/
+10
2024-07-04
lib: sbi_emulate_csr: Do not log illegal CSR accesses
Samuel Holland
1
-9
/
+0
2024-06-28
lib: sbi: check incoming dbtr shmem address
Sergey Matyukevich
1
-6
/
+14
2024-06-26
lib: sbi: fwft: return SBI_EINVAL rather than SBI_ERR_INVALID_PARAM
Clément Léger
1
-1
/
+1
2024-06-26
lib: sbi: fwft: check feature value to be exactly 1 or 0
Clément Léger
1
-4
/
+8
2024-06-19
lib: sbi: implement SBI FWFT extension
Clément Léger
3
-0
/
+56
2024-06-19
lib: sbi: fwft: add support for SBI_FWFT_PTE_AD_HW_UPDATING
Clément Léger
2
-0
/
+59
2024-06-19
lib: sbi: fwft: add support for SBI_FWFT_MISALIGNED_EXC_DELEG
Clément Léger
2
-1
/
+41
2024-06-19
lib: sbi: add support for firmware features extension
Clément Léger
3
-0
/
+190
2024-06-18
lib: sbi: Add support for Svade and Svadu extensions
Yong-Xuan Wang
1
-0
/
+12
2024-06-13
lib: serial: fix RX path in litex-uart
Gabriel Somlo
1
-2
/
+8
2024-06-13
lib: utils/reset: Try initializing all reset devices in dt
Xiang W
1
-5
/
+5
[prev]
[next]