1. e656b34 sysreset: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  2. ac5adc1 sysreset: Change Kconfig GPIO dependency by Michal Simek · 1 year, 5 months ago
  3. 6b31e61 x86: sysreset: Set up LPC only after relocation by Simon Glass · 1 year, 7 months ago
  4. 2722a9b sandbox: mark sandbox_exit() as no return. by Heinrich Schuchardt · 1 year, 8 months ago
  5. 18bcd4a sysreset: psci: add psci_sysreset_get_status by Peng Fan · 1 year, 8 months ago
  6. bd6980b sysreset: psci: enable DM_FLAG_PRE_RELOC by Peng Fan · 1 year, 8 months ago
  7. 95c015f Merge branch 'next' by Tom Rini · 1 year, 8 months ago
  8. 431e414 sysreset: gpio: fix gpio_reboot_request return value by Jonathan Liu · 1 year, 8 months ago
  9. 16f1f54 Correct SPL uses of DISPLAY_AER_FULL by Simon Glass · 1 year, 9 months ago
  10. 5b7e747 Correct SPL uses of DISPLAY_AER_BRIEF by Simon Glass · 1 year, 10 months ago
  11. dab05e3 sysreset: at91: Correct Makefile rule for SYSRESET_AT91 by Simon Glass · 1 year, 10 months ago
  12. bdcfc7d reset: at91: Add reset driver for basic assert/deassert operations by Sergiu Moga · 1 year, 11 months ago
  13. ef1dc58 sysreset: at91: add compatible with microchip, sama7g5-rstc by Eugen Hristev · 2 years ago
  14. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  15. ac12a2f dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years, 2 months ago
  16. f718707 RISC-V: enable CONFIG_SYSRESET_SBI by default by Heinrich Schuchardt · 2 years, 3 months ago
  17. 2d44572 sysreset: socfpga: Use parent device for reading base address by Paweł Anikiel · 2 years, 5 months ago
  18. e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 7 months ago
  19. 65c723f sysreset: Add Atmel/Microchip sysreset driver by Sergiu Moga · 2 years, 8 months ago
  20. 774c9af Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 10 months ago
  21. 9f97ced microblaze: branch to base vector address on reset by Ovidiu Panait · 3 years ago
  22. 9a41ed3 sysreset: watchdog: watchdog cannot power off by Heinrich Schuchardt · 3 years, 1 month ago
  23. 3a8713a watchdog: Automatically register device with sysreset by Samuel Holland · 3 years, 1 month ago
  24. 90722ba sysreset: watchdog: Move watchdog reference to plat data by Samuel Holland · 3 years, 1 month ago
  25. 83e32fa sysreset: Mark driver probe functions as static by Samuel Holland · 3 years, 1 month ago
  26. d9263d5 sysreset: Add uclass Kconfig dependency to drivers by Samuel Holland · 3 years, 1 month ago
  27. cc382ff sysreset: provide SBI based sysreset driver by Heinrich Schuchardt · 3 years, 3 months ago
  28. 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 4 months ago
  29. 814f303 sysreset: provide type of reset in do_reset cmd by Igor Opaniuk · 3 years, 8 months ago
  30. 7999cfd sysreset: psci: use psci driver exported functions by Igor Opaniuk · 3 years, 8 months ago
  31. d280d81 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 9 months ago
  32. 8a71416 arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64 by Siew Chin Lim · 3 years, 9 months ago
  33. a0aba78 dm: sysreset: Add a Kconfig option for the 'reset' command by Bin Meng · 3 years, 9 months ago
  34. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · 4 years ago
  35. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  36. 8f7f490 aspeed: Add AST2600 platform support by Chia-Wei, Wang · 4 years ago
  37. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
  38. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
  39. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
  40. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
  41. 71d5777 x86: sysreset: Move priv/plat structs to headers by Simon Glass · 4 years ago
  42. 12905d6 sysreset: Use a shorter error with SPL by Simon Glass · 4 years ago
  43. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  44. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  45. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  46. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  47. 5d9950d treewide: Update email address Patrick Delaunay and Patrice Chotard by Patrice Chotard · 4 years ago
  48. a391451 Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 1 month ago
  49. 2cd98f5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 1 month ago
  50. 1c67844 sandbox: implement reset by Heinrich Schuchardt · 4 years, 1 month ago
  51. a055da8 x86: Fix up driver names to avoid dtoc warnings by Simon Glass · 4 years, 2 months ago
  52. 6b30ac3 sysreset: Add poweroff-gpio driver by Sebastian Reichel · 4 years, 3 months ago
  53. cb90bd3 sandbox: Drop ad-hoc device declarations in SPL by Simon Glass · 4 years, 2 months ago
  54. 5de2f33 treewide: Fix wrong CONFIG_IS_ENABLED() handling by Alper Nebi Yasak · 4 years, 2 months ago
  55. 3f78b53 sysreset: socfpga: agilex: Enable sysreset support by Chee Hong Ang · 4 years, 4 months ago
  56. 673e98e sysreset: socfpga: soc64: Rename SYSRESET SoCFPGA driver for S10 to SoC64 by Chee Hong Ang · 4 years, 4 months ago
  57. ada921f sysreset: ti: Fix not calling dev_err with a device by Sean Anderson · 4 years, 2 months ago
  58. 32822d0 treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  59. 2224260 dm: sysreset: wait after reset message by Heinrich Schuchardt · 4 years, 4 months ago
  60. 9133175 sysreset: syscon: Support value property by Bin Meng · 4 years, 5 months ago
  61. 961ca84 sysreset: syscon: Don't assume default value for offset and mask property by Bin Meng · 4 years, 5 months ago
  62. 4df2d0d sysreset: Add Octeon sysreset driver by Stefan Roese · 4 years, 5 months ago
  63. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  64. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  65. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  66. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  67. 1aa3089 sysreset: add reset controller based reboot driver by developer · 4 years, 7 months ago
  68. 5046109 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 8 months ago
  69. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  70. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  71. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  72. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · 5 years ago
  73. fed4c95 arm: socfpga: Convert reset manager from struct to defines by Ley Foon Tan · 5 years ago
  74. b007e2e sysreset_mpc83xx: fix mcp83xx -> mpc83xx typo by Rasmus Villemoes · 5 years ago
  75. 5c2aabf x86: Move acpi_s3.h to a common location by Simon Glass · 5 years ago
  76. d22c135 x86: sysreset: Allow reset driver to be included in SPL/TPL by Simon Glass · 5 years ago
  77. e008ebf sysreset: move stm32mp sysreset poweroff implementation to sysreset uclass by Urja Rannikko · 6 years ago
  78. 25394e7 sysreset: switch to using SYSRESET_POWER_OFF for poweroff by Urja Rannikko · 6 years ago
  79. e5f741a spl: kconfig: separate sysreset and firmware drivers from misc by Simon Goldschmidt · 5 years ago
  80. ebfb9fb sysreset: socfpga: stratix10: add sysreset driver by Simon Goldschmidt · 5 years ago
  81. be36639 sysreset: socfpga: gen5: add sysreset driver by Simon Goldschmidt · 5 years ago
  82. 31e872e Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  83. 0e82655 sysreset: syscon: add support for power off by Patrick Delaunay · 6 years ago
  84. 2fe5b91 sandbox: Exit when SYSRESET_POWER_OFF is requested by Simon Glass · 6 years ago
  85. a373e51 sysreset: select DM_GPIO instead of GPIO by Chris Packham · 6 years ago
  86. ebe750b Merge tag 'rockchip-for-v2019.07-rc1' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  87. 525ea47 sysreset: enable driver support in SPL/TPL by Kever Yang · 6 years ago
  88. 8ea4982 x86: sysreset: Implement the get_last() method by Simon Glass · 6 years ago
  89. 90bf4d9 x86: sysreset: Implement power-off if available by Simon Glass · 6 years ago
  90. a21dda9 x86: sysreset: Separate out the EFI code by Simon Glass · 6 years ago
  91. 9fbe17c rockchip: use 'arch-rockchip' as header file path by Kever Yang · 6 years ago
  92. 9dd211e sysreset: syscon: remove POWER reset cause by Patrick Delaunay · 6 years ago
  93. a48fc80 sysreset: use syscon_regmap_lookup_by_phandle by Patrick Delaunay · 6 years ago
  94. f6cc0db x86: Add efi runtime reset by Alexander Graf · 6 years ago
  95. 7e4d49c sandbox: sysreset: Update to support power-on reset by Simon Glass · 6 years ago
  96. 8204f50 sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  97. 07fbba5 sysreset: Add a way to find the last reset by Simon Glass · 6 years ago
  98. b8b4d2a sysreset: Tidy up a few comments and logging by Simon Glass · 6 years ago
  99. 82ef4ba mpc83xx: Add sysreset driver by Mario Six · 6 years ago
  100. b6da1fb test: Add tests for sysreset_get_status by Mario Six · 6 years ago