summaryrefslogtreecommitdiff
path: root/lib/utils/reset
AgeCommit message (Expand)Author
2025-09-16lib: utils/reset: Hang the hart after RPMI system reset messageRahul Pathak
2025-06-24lib: rpmi: Make RPMI drivers as non-experimentalRahul Pathak
2025-03-24lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()Samuel Holland
2025-02-19lib: utils: Constify FDT driver definitionsSamuel Holland
2025-02-12lib: utils: Initialize miscellaneous drivers in one passSamuel Holland
2024-12-21lib: utils: Mark RPMI drivers as experimentalSamuel Holland
2024-12-06lib/utils: reset: Add RPMI System Reset driverRahul Pathak
2024-11-28lib: utils/reset: Use fdt_driver for initializationSamuel Holland
2024-11-28treewide: Make carray arrays const and NULL-terminatedSamuel Holland
2024-08-24lib: utils/reset: Pass the FDT to fdt_reset_init()Samuel Holland
2024-08-24lib: utils/reset: Constify FDT pointers in parsing functionsSamuel Holland
2024-07-04Makefile: change to using .carray.c for carray filesBen Dooks
2024-06-13lib: utils/reset: Try initializing all reset devices in dtXiang W
2024-06-13lib: utils/reset: Fix fdt_reset to search for more dt nodesXiang W
2024-06-13lib: utils/reset: Skip initialize reset when dt is not enabledXiang W
2024-05-15utils/reset: Add SG2042 hwmon MCU support.Inochi Amaoto
2023-11-16utils/reset: Remove fdt_reset_theadGuo Ren
2023-07-31lib: utils/reset: Remove SiFive Test reset driverAnup Patel
2023-07-31lib: utils/reset: Add syscon based reboot and poweroffAnup Patel
2023-01-22lib: reset/fdt_reset_atcwdt200: Use defined macros and function in atcsmu.hYu Chien Peter Lin
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng
2022-10-23lib: utils/reset: Add Andes fdt reset driver supportYu Chien Peter Lin
2022-08-08lib: utils/fdt: Use kconfig for enabling/disablingAnup Patel
2022-08-08lib: utils/gpio: Use kconfig for enabling/disabling driversAnup Patel
2022-08-08lib: utils/sys: Use kconfig for enabling/disabling driversAnup Patel
2022-08-08lib: utils/reset: Use kconfig for enabling/disabling driversAnup Patel
2022-05-30lib: utils/fdt: Require match data to be constSamuel Holland
2022-05-13lib: utils/reset: Generate FDT reset driver list at compile-timeAnup Patel
2022-01-21lib: fix pointer of type 'void *' used in arithmeticJukka Laitinen
2022-01-11lib: utils/sys: Extend HTIF library to allow custom base addressAnup Patel
2021-11-12lib: utils/reset: separate driver init funcNikita Shubin
2021-11-12lib: utils/reset: add priority to gpio resetNikita Shubin
2021-11-08lib: sbi: error handling in fdt_reset_init()Heinrich Schuchardt
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti
2021-11-02lib: utils/reset: Register separate GPIO system reset devicesAnup Patel
2021-10-21lib: utils/irqchip: Automatically delegate T-HEAD PLIC accessSamuel Holland
2021-10-11lib: sbi: convert reset to listNikita Shubin
2021-10-01lib: utils: identify supported GPIO reset methodsHeinrich Schuchardt
2021-09-26lib: utils/reset: use sbi_timer_mdelay() in gpio reset driverAnup Patel
2021-09-14lib: utils/reset: Add a sunxi watchdog reset driverSamuel Holland
2021-09-14lib: utils/reset: Sort fdt_reset driver listSamuel Holland
2021-08-14lib: utils: Extend fdt_get_node_addr_size() for multiple register setsAnup Patel
2021-08-07lib: utils/fdt: Change addr and size to uint64_tBin Meng
2021-07-27lib: utils: support both of gpio-poweroff, gpio-resetHeinrich Schuchardt
2021-07-27lib: utils: remove unused variable in fdt_reset_initHeinrich Schuchardt
2021-07-17lib: utils/reset: Add generic GPIO reset driverGreen Wan
2021-07-05lib: utils: reset: unify naming of 'sifive_test' deviceGreen Wan
2021-06-11lib: utils: missing initialization in thead_reset_initHeinrich Schuchardt
2021-05-24lib: utils: Try other FDT drivers when we see SBI_ENODEVAnup Patel
2021-04-28lib: sbi: Simplify system reset platform operationsAnup Patel