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
2023-09-10
platform: Allow platforms to specify the size of tlb fifo
Xiang W
1
-2
/
+2
2023-09-10
lib: sbi_pmu: keep overflow interrupt of stopped hpm counter disabled
Inochi Amaoto
1
-0
/
+3
2023-09-10
lib: sbi_pmu: ensure update hpm counter before starting counting
Inochi Amaoto
1
-6
/
+8
2023-09-06
lib: sbi: improve the definition of SBI_IPI_EVENT_MAX
Xiang W
1
-0
/
+5
2023-08-22
lib: sbi_pmu: remove mhpm_count field in hart feature
Inochi Amaoto
3
-32
/
+21
2023-08-18
lib: sbi: Add support for smcntrpmf
Kaiwen Xue
3
-2
/
+63
2023-08-06
lib: sbi: Fix typo for finding fixed event counter
Kaiwen Xue
1
-2
/
+2
2023-08-06
lib: utils/fdt: Fix fdt_parse_isa_extensions() implementation
Anup Patel
1
-43
/
+79
2023-08-06
lib: sbi_pmu: Enable noncontigous hpm event and counters
Mayuresh Chitale
3
-19
/
+52
2023-07-31
lib: utils/reset: Remove SiFive Test reset driver
Anup Patel
6
-114
/
+0
2023-07-31
lib: utils/reset: Add syscon based reboot and poweroff
Anup Patel
3
-0
/
+176
2023-07-31
lib: utils/regmap: Add simple FDT based syscon regmap driver
Anup Patel
3
-0
/
+272
2023-07-31
lib: utils/regmap: Add simple FDT based regmap framework
Anup Patel
4
-0
/
+106
2023-07-31
lib: utils/regmap: Add generic regmap access library
Anup Patel
4
-0
/
+135
2023-07-31
include: sbi_utils: Remove driver pointer from struct i2c_adapter
Anup Patel
2
-6
/
+0
2023-07-31
lib: sbi: Update system suspend to spec
Andrew Jones
1
-1
/
+1
2023-07-31
libfdt: fix SPDX license identifiers
Heinrich Schuchardt
16
-16
/
+16
2023-07-13
lib: sbi: Map/Unmap debug console shared memory buffers
Himanshu Chauhan
1
-0
/
+3
2023-07-13
lib: sbi: Add functions to map/unmap shared memory
Himanshu Chauhan
1
-0
/
+42
2023-07-13
lib: sbi: Add support for Smepmp
Himanshu Chauhan
1
-19
/
+115
2023-07-13
lib: sbi: Change the order of PMP initialization
Himanshu Chauhan
1
-9
/
+17
2023-07-13
lib: sbi: Grant SU R/W/X permissions to whole memory
Himanshu Chauhan
1
-4
/
+10
2023-07-13
lib: utils: Add detection of Smepmp from ISA string in FDT
Himanshu Chauhan
1
-0
/
+111
2023-07-13
lib: sbi: Add smepmp in hart extensions
Himanshu Chauhan
1
-0
/
+3
2023-07-13
lib: sbi: Add functions to manipulate PMP entries
Himanshu Chauhan
1
-0
/
+42
2023-07-12
lib: utils/gpio: Fix RV32 compile error for designware GPIO driver
Anup Patel
1
-2
/
+2
2023-07-12
lib: sbi: Fix missing '\0' when buffer szie equal 1
Xiang W
1
-0
/
+6
2023-07-12
lib: sbi: Fix timing of clearing tbuf
Xiang W
1
-16
/
+19
2023-07-12
lib: sbi: Fix printc
Xiang W
1
-3
/
+2
2023-07-12
lib: sbi: Simplify prints
Xiang W
1
-17
/
+4
2023-07-12
lib: sbi: Fix printi
Xiang W
1
-13
/
+23
2023-07-12
lib: sbi: print add 'o' type
Xiang W
1
-3
/
+4
2023-07-12
lib: sbi: implifying the parameters of printi
Xiang W
1
-77
/
+50
2023-07-12
lib: sbi: Add ' ' '\'' flags for print
Xiang W
1
-0
/
+4
2023-07-12
lib: sbi: Add '+' flags for print
Xiang W
1
-9
/
+16
2023-07-12
lib: sbi: print not fill '0' when left-aligned
Xiang W
1
-0
/
+2
2023-07-12
lib: sbi: Fix how print gets flags
Xiang W
1
-11
/
+19
2023-07-09
lib: sbi: Fix Priv spec version for [m|s]counteren and mcountinhibit CSRs
Ley Foon Tan
1
-1
/
+1
2023-07-09
lib: sbi: Rename hart_pmu_get_allowed_bits() function
Anup Patel
1
-2
/
+2
2023-07-09
lib: sbi: Alphabetically sort HART ISA extensions
Anup Patel
1
-8
/
+8
2023-07-09
lib: sbi: Add Zihpm as a HART ISA extension
Anup Patel
1
-0
/
+8
2023-07-09
lib: sbi: Add Zicntr as a HART ISA extension
Anup Patel
2
-4
/
+4
2023-07-09
lib: utils: Fix sbi_hartid_to_scratch() usage in ACLINT drivers
Anup Patel
2
-2
/
+12
2023-07-07
gpio/desginware: add Synopsys DesignWare APB GPIO support
Ben Dooks
3
-0
/
+147
2023-07-05
lib: sbi_pmu: Avoid out of bounds access
Heinrich Schuchardt
1
-0
/
+2
2023-07-05
lib: sbi: fix comment indent
Gianluca Guida
1
-4
/
+4
2023-06-23
lib: sbi: check A2 register in ecall_dbcn_handler.
Gianluca Guida
1
-2
/
+5
2023-06-15
platform/lib: Set no-map attribute on all PMP regions
Alexandre Ghiti
1
-39
/
+10
2023-06-06
lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointer
Anup Patel
2
-17
/
+70
2023-06-05
lib: utils/irqchip: Don't check hartid in imsic_update_hartid_table()
Anup Patel
1
-3
/
+0
[prev]
[next]