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_utils
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-02
include: sbi_utils: Introduce an helper to get fdt base address
Alexandre Ghiti
1
-0
/
+6
2021-09-26
lib: sbi: Add timer frequency to struct sbi_timer_device
Anup Patel
1
-0
/
+1
2021-09-26
lib: utils/fdt: Add fdt_parse_timebase_frequency() function
Anup Patel
1
-0
/
+2
2021-08-14
lib: utils/timer: Simplify MTIMER synchronization
Anup Patel
1
-1
/
+6
2021-08-14
lib: utils/fdt: Extend fdt_parse_aclint_node() function
Anup Patel
1
-1
/
+2
2021-08-14
lib: utils: Extend fdt_get_node_addr_size() for multiple register sets
Anup Patel
1
-2
/
+2
2021-08-14
lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMP
Anup Patel
1
-5
/
+11
2021-08-07
lib: utils/fdt: Change addr and size to uint64_t
Bin Meng
1
-3
/
+3
2021-07-17
lib: utils/gpio: Add simple FDT based GPIO framework
Anup Patel
1
-0
/
+34
2021-07-17
lib: utils/gpio: Add generic GPIO configuration library
Anup Patel
1
-0
/
+99
2021-07-17
lib: utils/fdt: Add fdt_parse_phandle_with_args() API
Anup Patel
1
-0
/
+11
2021-07-11
utils: fdt: Add fdt helper functions to parse PMU DT nodes
Atish Patra
1
-0
/
+46
2021-06-24
platform: Replace CLINT library usage with ACLINT library
Anup Patel
1
-41
/
+0
2021-06-24
lib: utils: Add FDT parsing API common for both ACLINT and CLINT
Anup Patel
1
-4
/
+3
2021-06-24
lib: utils/ipi: Add ACLINT MSWI library
Anup Patel
1
-0
/
+33
2021-06-24
lib: utils/timer: Add ACLINT MTIMER library
Anup Patel
1
-0
/
+41
2021-05-06
lib: utils/serial: Add support for Gaisler APBUART
Daniel Cederman
2
-0
/
+20
2021-04-28
lib: sbi: Simplify system reset platform operations
Anup Patel
3
-13
/
+1
2021-04-28
lib: sbi: Simplify ipi platform operations
Anup Patel
2
-10
/
+0
2021-04-28
lib: sbi: Simplify timer platform operations
Anup Patel
2
-15
/
+0
2021-04-28
lib: sbi: Simplify console platform operations
Anup Patel
5
-21
/
+1
2021-04-01
lib/utils: Drop the 'compat' parameter of fdt_plic_fixup()
Bin Meng
1
-2
/
+1
2020-12-16
lib: utils: Remove fdt_domain_get() function
Anup Patel
1
-11
/
+0
2020-12-16
lib: utils: Allow FDT domain iteration functions to fail
Anup Patel
1
-7
/
+11
2020-12-04
lib: utils: Add helper routines to populate domains from FDT
Anup Patel
1
-0
/
+80
2020-12-01
lib: sbi: Improve system reset platform operations
Anup Patel
3
-4
/
+11
2020-06-19
platform: Add support for Shakti C-class SoC from IIT-M
Vijai Kumar K
2
-0
/
+21
2020-06-15
platform/lib: Allow the OS to map the regions that are protected by PMP
Alexandre Ghiti
1
-0
/
+14
2020-05-23
lib: utils: Add fdt_parse_clint_node() function
Anup Patel
1
-0
/
+5
2020-05-23
lib: utils: Allow CLINT functions to be used for multiple CLINTs
Anup Patel
1
-3
/
+20
2020-05-23
lib: utils: Extend fdt_find_match() Implementation
Anup Patel
1
-1
/
+2
2020-05-23
lib: utils: Allow PLIC functions to be used for multiple PLICs
Anup Patel
2
-13
/
+14
2020-05-23
lib: utils: Remove redundant parameters from PLIC init functions
Anup Patel
1
-2
/
+2
2020-05-01
lib: utils: Add simple FDT reset framework
Anup Patel
1
-0
/
+25
2020-05-01
lib: utils: Add simple FDT serial framework
Anup Patel
1
-0
/
+28
2020-05-01
lib: utils: Add simple FDT irqchip framework
Anup Patel
1
-0
/
+26
2020-05-01
lib: utils: Add simple FDT ipi framework
Anup Patel
1
-0
/
+32
2020-05-01
lib: utils: Add simple FDT timer framework
Anup Patel
1
-0
/
+35
2020-05-01
lib: utils: Add fdt_parse_plic_node() function
Anup Patel
1
-0
/
+3
2020-05-01
lib: utils: Add fdt_parse_max_hart_id() API
Anup Patel
1
-0
/
+2
2020-05-01
lib: utils: Add fdt_parse_hart_id() function
Anup Patel
1
-0
/
+4
2020-05-01
lib: utils: Add fdt_parse_sifive_uart_node() function
Anup Patel
1
-0
/
+3
2020-05-01
lib: utils: Make fdt_get_node_addr_size() public function
Anup Patel
1
-0
/
+3
2020-05-01
lib: utils: Add FDT match table based node lookup
Anup Patel
1
-0
/
+11
2020-05-01
lib: utils: Rename fdt_parse_clint() to fdt_parse_compat_addr()
Anup Patel
1
-2
/
+2
2020-05-01
lib: utils: Remove redundant clint_ipi_sync() declaration
Anup Patel
1
-2
/
+0
2020-05-01
lib: utils: Add fdt_parse_uart8250_node() function
Anup Patel
1
-0
/
+3
2020-05-01
lib: utils: Improve fdt_parse_uart8250() API
Anup Patel
1
-0
/
+2
2020-04-27
lib: utils: Add SiFive test device
Anup Patel
1
-0
/
+19
2020-04-27
include: sbi_platform: Combine reboot and shutdown into one callback
Anup Patel
1
-1
/
+1
[next]