aboutsummaryrefslogtreecommitdiff
path: root/lib/utils/reset
AgeCommit message (Expand)AuthorFilesLines
2025-09-16lib: utils/reset: Hang the hart after RPMI system reset messageRahul Pathak1-0/+3
2025-06-24lib: rpmi: Make RPMI drivers as non-experimentalRahul Pathak1-1/+0
2025-03-24lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()Samuel Holland1-4/+1
2025-02-19lib: utils: Constify FDT driver definitionsSamuel Holland1-1/+1
2025-02-12lib: utils: Initialize miscellaneous drivers in one passSamuel Holland10-40/+16
2024-12-21lib: utils: Mark RPMI drivers as experimentalSamuel Holland1-0/+1
2024-12-06lib/utils: reset: Add RPMI System Reset driverRahul Pathak3-0/+149
2024-11-28lib: utils/reset: Use fdt_driver for initializationSamuel Holland8-43/+11
2024-11-28treewide: Make carray arrays const and NULL-terminatedSamuel Holland1-3/+2
2024-08-24lib: utils/reset: Pass the FDT to fdt_reset_init()Samuel Holland1-2/+1
2024-08-24lib: utils/reset: Constify FDT pointers in parsing functionsSamuel Holland7-9/+9
2024-07-04Makefile: change to using .carray.c for carray filesBen Dooks1-1/+1
2024-06-13lib: utils/reset: Try initializing all reset devices in dtXiang W1-5/+5
2024-06-13lib: utils/reset: Fix fdt_reset to search for more dt nodesXiang W1-13/+15
2024-06-13lib: utils/reset: Skip initialize reset when dt is not enabledXiang W1-0/+3
2024-05-15utils/reset: Add SG2042 hwmon MCU support.Inochi Amaoto3-0/+121
2023-11-16utils/reset: Remove fdt_reset_theadGuo Ren5-212/+0
2023-07-31lib: utils/reset: Remove SiFive Test reset driverAnup Patel3-44/+0
2023-07-31lib: utils/reset: Add syscon based reboot and poweroffAnup Patel3-0/+176
2023-01-22lib: reset/fdt_reset_atcwdt200: Use defined macros and function in atcsmu.hYu Chien Peter Lin2-13/+9
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng1-6/+6
2022-10-23lib: utils/reset: Add Andes fdt reset driver supportYu Chien Peter Lin3-0/+129
2022-08-08lib: utils/fdt: Use kconfig for enabling/disablingAnup Patel1-0/+1
2022-08-08lib: utils/gpio: Use kconfig for enabling/disabling driversAnup Patel1-0/+1
2022-08-08lib: utils/sys: Use kconfig for enabling/disabling driversAnup Patel1-0/+2
2022-08-08lib: utils/reset: Use kconfig for enabling/disabling driversAnup Patel2-14/+47
2022-05-30lib: utils/fdt: Require match data to be constSamuel Holland1-2/+2
2022-05-13lib: utils/reset: Generate FDT reset driver list at compile-timeAnup Patel3-17/+20
2022-01-21lib: fix pointer of type 'void *' used in arithmeticJukka Laitinen2-4/+4
2022-01-11lib: utils/sys: Extend HTIF library to allow custom base addressAnup 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 accessSamuel 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 driverSamuel 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