index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.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
/
include
/
sbi
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-13
lib: sbi: Add functions to map/unmap shared memory
Himanshu Chauhan
1
-0
/
+2
2023-07-13
lib: sbi: Add support for Smepmp
Himanshu Chauhan
1
-0
/
+15
2023-07-13
lib: sbi: Add smepmp in hart extensions
Himanshu Chauhan
1
-0
/
+2
2023-07-13
include: sbi: Add Smepmp specific access flags for PMP entries
Himanshu Chauhan
1
-6
/
+78
2023-07-13
lib: sbi: Add functions to manipulate PMP entries
Himanshu Chauhan
1
-0
/
+6
2023-07-13
include: sbi: Add macro definitions for mseccfg CSR
Himanshu Chauhan
1
-0
/
+12
2023-07-09
lib: sbi: Alphabetically sort HART ISA extensions
Anup Patel
1
-5
/
+5
2023-07-09
lib: sbi: Add Zihpm as a HART ISA extension
Anup Patel
1
-0
/
+2
2023-07-09
lib: sbi: Add Zicntr as a HART ISA extension
Anup Patel
1
-2
/
+2
2023-06-23
include: Bump-up version to 1.3
v1.3
Anup Patel
1
-1
/
+1
2023-06-05
lib: sbi: Use scratch space to save per-HART domain pointer
Anup Patel
1
-5
/
+1
2023-06-05
lib: sbi: Print scratch size and usage at boot time
Anup Patel
1
-0
/
+3
2023-06-05
lib: sbi: Introduce simple heap allocator
Anup Patel
1
-0
/
+44
2023-06-05
platform: Allow platforms to specify heap size
Anup Patel
2
-13
/
+33
2023-06-05
include: sbi_scratch: Add helper macros to access data type
Anup Patel
1
-0
/
+17
2023-06-04
lib: sbi: Align system suspend errors with spec
Andrew Jones
1
-1
/
+8
2023-05-21
lib: sbi: Document sbi_ecall_extension members
Andrew Jones
1
-0
/
+35
2023-05-21
lib: sbi: Introduce register_extensions extension callback
Andrew Jones
1
-0
/
+1
2023-05-11
lib: sbi: Simplify BITS_PER_LONG definition
Xiang W
1
-7
/
+1
2023-05-11
lib: sbi: Remove unnecessary semicolon
Xiang W
1
-1
/
+1
2023-04-14
lib: sbi: Optimize sbi_tlb queue waiting
Xiang W
1
-0
/
+10
2023-04-07
lib: sbi_pmu: Align the event type offset as per SBI specification
Yu Chien Peter Lin
1
-2
/
+2
2023-04-07
lib: sbi: Implement SBI CPPC extension
Sunil V L
1
-0
/
+35
2023-04-07
include: Add defines for SBI CPPC extension
Sunil V L
1
-0
/
+34
2023-04-06
lib: sbi: Introduce sbi_entry_count() function
Anup Patel
1
-0
/
+2
2023-04-06
lib: sbi: Fix how to check whether the domain contains fw_region
Xiang W
1
-0
/
+2
2023-03-10
lib: sbi: Clear IPIs before init_warm_startup in non-boot harts
Evgenii Shatokhin
1
-0
/
+2
2023-03-10
lib: sbi: Refactor the calls to sbi_hart_switch_mode()
Evgenii Shatokhin
1
-2
/
+4
2023-03-10
lib: sbi_pmu: Add hartid parameter PMU device ops
Mayuresh Chitale
1
-6
/
+8
2023-03-10
lib: sbi_pmu: Introduce fw_counter_write_value API
Mayuresh Chitale
1
-3
/
+8
2023-03-10
lib: sbi_pmu: Update sbi_pmu dev ops
Mayuresh Chitale
1
-5
/
+4
2023-03-10
lib: sbi_pmu: Reserve space for implementation specific firmware events
Mayuresh Chitale
1
-0
/
+11
2023-03-10
lib: sbi_pmu: Implement sbi_pmu_counter_fw_read_hi
Mayuresh Chitale
1
-0
/
+1
2023-03-10
lib: sbi_pmu: add callback for counter width
Mayuresh Chitale
1
-0
/
+5
2023-02-27
platform: generic: Add system suspend test
Andrew Jones
1
-0
/
+1
2023-02-27
lib: sbi: Add system_suspend_allowed domain property
Andrew Jones
1
-0
/
+2
2023-02-27
lib: sbi: Add system suspend skeleton
Andrew Jones
2
-0
/
+34
2023-02-27
lib: sbi_hsm: Export some functions
Andrew Jones
1
-0
/
+4
2023-02-27
include: sbi: Remove extid parameter from vendor_ext_provider() callback
Anup Patel
1
-5
/
+4
2023-02-27
lib: sbi: Align SBI vendor extension id with mvendorid CSR
Anup Patel
1
-9
/
+8
2023-02-27
lib: sbi_hart: Enable hcontext and scontext
Nylon Chen
1
-0
/
+2
2023-02-10
lib: sbi: Add console_puts() callback in the console device
Anup Patel
1
-0
/
+3
2023-02-10
lib: sbi: Add sbi_domain_check_addr_range() function
Anup Patel
1
-0
/
+15
2023-02-09
lib: sbi: Add sbi_ngets() function
Anup Patel
1
-0
/
+2
2023-02-09
lib: sbi: Add sbi_nputs() function
Anup Patel
1
-0
/
+2
2023-02-09
include: Add defines for SBI debug console extension
Anup Patel
1
-0
/
+6
2023-02-09
include: sbi: Fix BSWAPx() macros for big-endian host
Anup Patel
1
-10
/
+14
2023-02-08
include: types: Add typedefs for endianness
Rahul Pathak
1
-0
/
+7
2023-02-08
include: Add support for byteorder/endianness conversion
Rahul Pathak
1
-0
/
+57
2023-01-23
firmware: Add RW section offset in scratch
Himanshu Chauhan
1
-10
/
+14
[prev]
[next]