- add 'sunxi' to list of miniroot files
authorjasper <jasper@openbsd.org>
Thu, 1 May 2014 11:48:47 +0000 (11:48 +0000)
committerjasper <jasper@openbsd.org>
Thu, 1 May 2014 11:48:47 +0000 (11:48 +0000)
- add list of supported 'sunxi' and 'imx' hardware

ok bmercer@

distrib/notes/armv7/contents
distrib/notes/armv7/hardware
distrib/notes/armv7/prep

index e3bd392..090044f 100644 (file)
@@ -1,4 +1,4 @@
-dnl    $OpenBSD: contents,v 1.3 2014/02/28 21:37:59 miod Exp $
+dnl    $OpenBSD: contents,v 1.4 2014/05/01 11:48:47 jasper Exp $
 TopPart
 
        miniroot-am335x-{:--:}OSrev.fs
@@ -17,6 +17,10 @@ TopPart
                        A miniroot filesystem to be used for
                        installation; PandaBoard (ES) version.
 
+       miniroot-sunxi-{:--:}OSrev.fs
+                       A miniroot filesystem to be used for
+                       installation; Allwinner A1X/A20 version.
+
 OpenBSDdistsets
 
 OpenBSDbsd
index 00fce55..71e3add 100644 (file)
@@ -1,4 +1,4 @@
-dnl    $OpenBSD: hardware,v 1.2 2014/02/28 00:55:02 afresh1 Exp $
+dnl    $OpenBSD: hardware,v 1.3 2014/05/01 11:48:47 jasper Exp $
 The following machines are targeted by OpenBSD/MACHINE:
 
     BeagleBoard, BeagleBoard xM
@@ -20,3 +20,21 @@ The following machines are targeted by OpenBSD/MACHINE:
          USB controller (ehci)
          watchdog controller (omdog)
          GPIO controller (omgpio)
+
+    Cubieboard, Cubieboard 2, pcDuino
+       Supported on-board devices:
+        standard serial port (com)
+        watchdog controller (sxidog)
+        ethernet controller (sxie)
+        USB controller (ehci)
+        AHCI controller (ahci)
+        GPIO controller (sxipio)
+
+    SABRE Lite, Nitrogen6X
+        Supported on-board devices:
+        standard serial port (com)
+        USB controller (ehci)
+        watchdog controller (imxdog)
+        ethernet controller (imxenet)
+        GPIO controller (imxgpio)
+        OTP controller (imxocotp)
index 72f44d9..44db43d 100644 (file)
@@ -1,10 +1,10 @@
-dnl    $OpenBSD: prep,v 1.3 2014/02/28 00:47:14 afresh1 Exp $
+dnl    $OpenBSD: prep,v 1.4 2014/05/01 11:48:47 jasper Exp $
 Please be aware that OpenBSD support for this platform is far from
 complete.
 
 At the moment the only way to boot the OpenBSD install is to copy the
-miniroot for your board "miniroot-{am335x,beagle,imx,panda}-{:--:}OSrev.fs"
-image to a sdcard.
+miniroot for your board "miniroot-{am335x,beagle,imx,panda,sunxi}-{:--:}OSrev.fs"
+image to an sdcard.
 
 As a result you need another machine to plug the sdcard in. Any
 machine type will do, as long as it supports sdcard storage devices.
@@ -18,7 +18,7 @@ When you have connected the BeagleBoard to you computer, a command such
 as "cu -l cuaU0 -s 115200" (assuming cuaU0 is your serial port device)
 should connect you to the board's console.
 
-Note: By default the BeagleBone Black will boot from the internal emmc. 
+Note: By default the BeagleBone Black will boot from the internal emmc.
 In order to make it boot from the micro sdcard, you will need to hold down
-the small button located by the sdcard slot while powering on the board. 
-Once you have done this the board will boot from the sdcard as the default. 
+the small button located by the sdcard slot while powering on the board.
+Once you have done this the board will boot from the sdcard as the default.