Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/riscv/conf RISC-V: Add the Google Goldfish RTC to t...



details:   https://anonhg.NetBSD.org/src/rev/5a4d95eb17b1
branches:  trunk
changeset: 374615:5a4d95eb17b1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon May 08 07:52:55 2023 +0000

description:
RISC-V: Add the Google Goldfish RTC to the GENERIC.common

diffstat:

 sys/arch/riscv/conf/GENERIC.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r aad65a6ce35c -r 5a4d95eb17b1 sys/arch/riscv/conf/GENERIC.common
--- a/sys/arch/riscv/conf/GENERIC.common        Mon May 08 07:51:44 2023 +0000
+++ b/sys/arch/riscv/conf/GENERIC.common        Mon May 08 07:52:55 2023 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.common,v 1.1 2023/05/07 12:41:48 skrll Exp $
+#      $NetBSD: GENERIC.common,v 1.2 2023/05/08 07:52:55 skrll Exp $
 #
 #      GENERIC common RISC-V kernel config items shared between 32 and 64
 #      kernels
@@ -140,6 +140,9 @@ com*                at fdt?                 # UART
 # Firmware devices
 #qemufwcfg*    at fdt?                 # QEMU Firmware Configuration device
 
+# RTC devices
+gfrtc*                 at fdt?                 # Google Goldfish RTC
+
 # USB
 xhci*          at fdt?                 # XHCI
 usb*           at usbus?



Home | Main Index | Thread Index | Old Index