mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/4] add (U)EFI watchdog
@ 2019-02-15 12:43 Oleksij Rempel
  2019-02-15 12:43 ` [PATCH v2 1/4] efi: add prototype and definition for set_watchdog_timer Oleksij Rempel
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Oleksij Rempel @ 2019-02-15 12:43 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

changes v2:
- efi_wdt_set_timeout() should return error if we get error from (U)EFI
- use device_platform_driver()
- spelling and formatting fixes in the documentation.

Oleksij Rempel (4):
  efi: add prototype and definition for set_watchdog_timer
  watchdog: add (U)EFI driver
  efi_defconfig: enable watchdog support
  Documentation: efi: provide (U)EFI watchdog documentation

 Documentation/boards/efi.rst   | 36 ++++++++++++++++++-
 arch/x86/configs/efi_defconfig |  3 ++
 common/efi/efi.c               |  9 ++++-
 drivers/watchdog/Kconfig       |  6 ++++
 drivers/watchdog/Makefile      |  1 +
 drivers/watchdog/efi_wdt.c     | 64 ++++++++++++++++++++++++++++++++++
 include/efi.h                  |  5 ++-
 7 files changed, 121 insertions(+), 3 deletions(-)
 create mode 100644 drivers/watchdog/efi_wdt.c

-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-02-18  8:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-15 12:43 [PATCH v2 0/4] add (U)EFI watchdog Oleksij Rempel
2019-02-15 12:43 ` [PATCH v2 1/4] efi: add prototype and definition for set_watchdog_timer Oleksij Rempel
2019-02-15 12:43 ` [PATCH v2 2/4] watchdog: add (U)EFI driver Oleksij Rempel
2019-02-15 12:43 ` [PATCH v2 3/4] efi_defconfig: enable watchdog support Oleksij Rempel
2019-02-15 12:43 ` [PATCH v2 4/4] Documentation: efi: provide (U)EFI watchdog documentation Oleksij Rempel
2019-02-18  8:54 ` [PATCH v2 0/4] add (U)EFI watchdog Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox