summaryrefslogtreecommitdiff
path: root/lib/utils/reset
AgeCommit message (Expand)AuthorFilesLines
2022-01-11lib: utils/sys: Extend HTIF library to allow custom base addressSDK_v2.0.0Anup Patel1-1/+11
2021-11-12lib: utils/reset: separate driver init funcNikita Shubin1-16/+21
2021-11-12lib: utils/reset: add priority to gpio resetNikita Shubin1-2/+8
2021-11-08lib: sbi: error handling in fdt_reset_init()Heinrich Schuchardt1-7/+6
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti1-1/+1
2021-11-02lib: utils/reset: Register separate GPIO system reset devicesAnup Patel1-19/+41
2021-10-21lib: utils/irqchip: Automatically delegate T-HEAD PLIC accessOpenSBI-v0.9-78c2b19Samuel Holland1-8/+0
2021-10-11lib: sbi: convert reset to listNikita Shubin3-3/+3
2021-10-01lib: utils: identify supported GPIO reset methodsHeinrich Schuchardt1-23/+21
2021-09-26lib: utils/reset: use sbi_timer_mdelay() in gpio reset driverAnup Patel1-10/+3
2021-09-14lib: utils/reset: Add a sunxi watchdog reset driverOpenSBI-v0.9-395ff7eSamuel Holland3-0/+80
2021-09-14lib: utils/reset: Sort fdt_reset driver listSamuel Holland2-3/+3
2021-08-14lib: utils: Extend fdt_get_node_addr_size() for multiple register setsAnup Patel1-1/+1
2021-08-07lib: utils/fdt: Change addr and size to uint64_tBin Meng1-1/+1
2021-07-27lib: utils: support both of gpio-poweroff, gpio-resetHeinrich Schuchardt2-2/+12
2021-07-27lib: utils: remove unused variable in fdt_reset_initHeinrich Schuchardt1-3/+0
2021-07-17lib: utils/reset: Add generic GPIO reset driverGreen Wan3-0/+144
2021-07-05lib: utils: reset: unify naming of 'sifive_test' deviceGreen Wan3-4/+4
2021-06-11lib: utils: missing initialization in thead_reset_initHeinrich Schuchardt1-4/+6
2021-05-24lib: utils: Try other FDT drivers when we see SBI_ENODEVAnup Patel1-0/+3
2021-04-28lib: sbi: Simplify system reset platform operationsAnup Patel4-31/+28
2021-04-22lib: utils: reset: Add T-HEAD sample platform reset driverGuo Ren5-0/+206
2020-12-01lib: sbi: Improve system reset platform operationsAnup Patel3-3/+12
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel1-1/+1
2020-05-01lib: utils: Add simple FDT reset frameworkAnup Patel4-0/+126