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
/
utils
/
reset
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-16
lib: utils/reset: Hang the hart after RPMI system reset message
Rahul Pathak
1
-0
/
+3
2025-06-24
lib: rpmi: Make RPMI drivers as non-experimental
Rahul Pathak
1
-1
/
+0
2025-03-24
lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()
Samuel Holland
1
-4
/
+1
2025-02-19
lib: utils: Constify FDT driver definitions
Samuel Holland
1
-1
/
+1
2025-02-12
lib: utils: Initialize miscellaneous drivers in one pass
Samuel Holland
10
-40
/
+16
2024-12-21
lib: utils: Mark RPMI drivers as experimental
Samuel Holland
1
-0
/
+1
2024-12-06
lib/utils: reset: Add RPMI System Reset driver
Rahul Pathak
3
-0
/
+149
2024-11-28
lib: utils/reset: Use fdt_driver for initialization
Samuel Holland
8
-43
/
+11
2024-11-28
treewide: Make carray arrays const and NULL-terminated
Samuel Holland
1
-3
/
+2
2024-08-24
lib: utils/reset: Pass the FDT to fdt_reset_init()
Samuel Holland
1
-2
/
+1
2024-08-24
lib: utils/reset: Constify FDT pointers in parsing functions
Samuel Holland
7
-9
/
+9
2024-07-04
Makefile: change to using .carray.c for carray files
Ben Dooks
1
-1
/
+1
2024-06-13
lib: utils/reset: Try initializing all reset devices in dt
Xiang W
1
-5
/
+5
2024-06-13
lib: utils/reset: Fix fdt_reset to search for more dt nodes
Xiang W
1
-13
/
+15
2024-06-13
lib: utils/reset: Skip initialize reset when dt is not enabled
Xiang W
1
-0
/
+3
2024-05-15
utils/reset: Add SG2042 hwmon MCU support.
Inochi Amaoto
3
-0
/
+121
2023-11-16
utils/reset: Remove fdt_reset_thead
Guo Ren
5
-212
/
+0
2023-07-31
lib: utils/reset: Remove SiFive Test reset driver
Anup Patel
3
-44
/
+0
2023-07-31
lib: utils/reset: Add syscon based reboot and poweroff
Anup Patel
3
-0
/
+176
2023-01-22
lib: reset/fdt_reset_atcwdt200: Use defined macros and function in atcsmu.h
Yu Chien Peter Lin
2
-13
/
+9
2023-01-06
treewide: Replace TRUE/FALSE with true/false
Bin Meng
1
-6
/
+6
2022-10-23
lib: utils/reset: Add Andes fdt reset driver support
Yu Chien Peter Lin
3
-0
/
+129
2022-08-08
lib: utils/fdt: Use kconfig for enabling/disabling
Anup Patel
1
-0
/
+1
2022-08-08
lib: utils/gpio: Use kconfig for enabling/disabling drivers
Anup Patel
1
-0
/
+1
2022-08-08
lib: utils/sys: Use kconfig for enabling/disabling drivers
Anup Patel
1
-0
/
+2
2022-08-08
lib: utils/reset: Use kconfig for enabling/disabling drivers
Anup Patel
2
-14
/
+47
2022-05-30
lib: utils/fdt: Require match data to be const
Samuel Holland
1
-2
/
+2
2022-05-13
lib: utils/reset: Generate FDT reset driver list at compile-time
Anup Patel
3
-17
/
+20
2022-01-21
lib: fix pointer of type 'void *' used in arithmetic
Jukka Laitinen
2
-4
/
+4
2022-01-11
lib: utils/sys: Extend HTIF library to allow custom base address
Anup Patel
1
-1
/
+11
2021-11-12
lib: utils/reset: separate driver init func
Nikita Shubin
1
-16
/
+21
2021-11-12
lib: utils/reset: add priority to gpio reset
Nikita Shubin
1
-2
/
+8
2021-11-08
lib: sbi: error handling in fdt_reset_init()
Heinrich Schuchardt
1
-7
/
+6
2021-11-02
include: sbi_utils: Introduce an helper to get fdt base address
Alexandre Ghiti
1
-1
/
+1
2021-11-02
lib: utils/reset: Register separate GPIO system reset devices
Anup Patel
1
-19
/
+41
2021-10-21
lib: utils/irqchip: Automatically delegate T-HEAD PLIC access
Samuel Holland
1
-8
/
+0
2021-10-11
lib: sbi: convert reset to list
Nikita Shubin
3
-3
/
+3
2021-10-01
lib: utils: identify supported GPIO reset methods
Heinrich Schuchardt
1
-23
/
+21
2021-09-26
lib: utils/reset: use sbi_timer_mdelay() in gpio reset driver
Anup Patel
1
-10
/
+3
2021-09-14
lib: utils/reset: Add a sunxi watchdog reset driver
Samuel Holland
3
-0
/
+80
2021-09-14
lib: utils/reset: Sort fdt_reset driver list
Samuel Holland
2
-3
/
+3
2021-08-14
lib: utils: Extend fdt_get_node_addr_size() for multiple register sets
Anup Patel
1
-1
/
+1
2021-08-07
lib: utils/fdt: Change addr and size to uint64_t
Bin Meng
1
-1
/
+1
2021-07-27
lib: utils: support both of gpio-poweroff, gpio-reset
Heinrich Schuchardt
2
-2
/
+12
2021-07-27
lib: utils: remove unused variable in fdt_reset_init
Heinrich Schuchardt
1
-3
/
+0
2021-07-17
lib: utils/reset: Add generic GPIO reset driver
Green Wan
3
-0
/
+144
2021-07-05
lib: utils: reset: unify naming of 'sifive_test' device
Green Wan
3
-4
/
+4
2021-06-11
lib: utils: missing initialization in thead_reset_init
Heinrich Schuchardt
1
-4
/
+6
2021-05-24
lib: utils: Try other FDT drivers when we see SBI_ENODEV
Anup Patel
1
-0
/
+3
2021-04-28
lib: sbi: Simplify system reset platform operations
Anup Patel
4
-31
/
+28
[next]