Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf add ODROID-C1 install kernel



details:   https://anonhg.NetBSD.org/src/rev/466b8e568149
branches:  trunk
changeset: 336745:466b8e568149
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Mar 16 22:16:42 2015 +0000

description:
add ODROID-C1 install kernel

diffstat:

 sys/arch/evbarm/conf/ODROID-C1         |   7 +++----
 sys/arch/evbarm/conf/ODROID-C1_INSTALL |  10 ++++++++++
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (43 lines):

diff -r b8e561639448 -r 466b8e568149 sys/arch/evbarm/conf/ODROID-C1
--- a/sys/arch/evbarm/conf/ODROID-C1    Mon Mar 16 21:37:35 2015 +0000
+++ b/sys/arch/evbarm/conf/ODROID-C1    Mon Mar 16 22:16:42 2015 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ODROID-C1,v 1.8 2015/03/08 12:45:35 jmcneill Exp $
+#      $NetBSD: ODROID-C1,v 1.9 2015/03/16 22:16:42 jmcneill Exp $
 #
 #      Odroid-C1 (Amlogic S805) based SBC (Single Board Computer)
 #
@@ -194,8 +194,7 @@
 amlogicrng0    at amlogicio0
 
 # SDHC controller
-amlogicsdhc0   at amlogicio0 port 1    # SD card
-#amlogicsdhc0  at amlogicio0 port 2    # EMMC
+amlogicsdhc0   at amlogicio0
 sdmmc*         at amlogicsdhc?
 ld*            at sdmmc?
 
@@ -221,7 +220,7 @@
 # Pseudo-Devices
 
 # disk/mass storage pseudo-devices
-pseudo-device  md                      # memory disk device (ramdisk)
+#pseudo-device md                      # memory disk device (ramdisk)
 pseudo-device  vnd                     # disk-like interface to files
 #pseudo-device fss                     # file system snapshot device
 pseudo-device  drvctl                  # driver control
diff -r b8e561639448 -r 466b8e568149 sys/arch/evbarm/conf/ODROID-C1_INSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/conf/ODROID-C1_INSTALL    Mon Mar 16 22:16:42 2015 +0000
@@ -0,0 +1,10 @@
+#      $NetBSD: ODROID-C1_INSTALL,v 1.1 2015/03/16 22:16:42 jmcneill Exp $
+#
+#       ODROID-C1_INSTALL -- Hardkernel ODROID-C1 kernel with
+#      installation-sized ramdisk
+#
+
+include "arch/evbarm/conf/ODROID-C1"
+include "arch/evbarm/conf/INSTALL"
+
+options        BOOTHOWTO=RB_SINGLE



Home | Main Index | Thread Index | Old Index