u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] rtc: driver for Goldfish RTC
@ 2023-12-30 23:52 Heinrich Schuchardt
  2023-12-30 23:53 ` [PATCH 1/2] " Heinrich Schuchardt
  2023-12-30 23:53 ` [PATCH 2/2] riscv: qemu: imply GOLDFISH_RTC Heinrich Schuchardt
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2023-12-30 23:52 UTC (permalink / raw)
  To: Tom Rini
  Cc: Bin Meng, Simon Glass, Sergei Antonov, Chris Packham, u-boot,
	Heinrich Schuchardt

The Goldfish RTC is a virtual device which may be supplied by QEMU.
It is enabled by default on QEMU's RISC-V virt machine.

Provide a driver and enable it by default on RISC-V QEMU.

Heinrich Schuchardt (2):
  rtc: driver for Goldfish RTC
  riscv: qemu: imply GOLDFISH_RTC

 board/emulation/qemu-riscv/Kconfig |   2 +
 drivers/rtc/Kconfig                |   7 ++
 drivers/rtc/Makefile               |   1 +
 drivers/rtc/goldfish_rtc.c         | 105 +++++++++++++++++++++++++++++
 4 files changed, 115 insertions(+)
 create mode 100644 drivers/rtc/goldfish_rtc.c

-- 
2.43.0


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

end of thread, other threads:[~2023-12-30 23:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-30 23:52 [PATCH 0/2] rtc: driver for Goldfish RTC Heinrich Schuchardt
2023-12-30 23:53 ` [PATCH 1/2] " Heinrich Schuchardt
2023-12-30 23:53 ` [PATCH 2/2] riscv: qemu: imply GOLDFISH_RTC Heinrich Schuchardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).