summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2014-05-01 11:48:47 +0000
committerjasper <jasper@openbsd.org>2014-05-01 11:48:47 +0000
commit07e9d13b6f6b832d9718e8c1b8df6a4ad32bc157 (patch)
tree0f01b72bc0a523c9f47a13747f0c7c25c1ac2780
parentAdd support for the french ANSSI FRP256v1 elliptic curve. (diff)
downloadwireguard-openbsd-07e9d13b6f6b832d9718e8c1b8df6a4ad32bc157.tar.xz
wireguard-openbsd-07e9d13b6f6b832d9718e8c1b8df6a4ad32bc157.zip
- add 'sunxi' to list of miniroot files
- add list of supported 'sunxi' and 'imx' hardware ok bmercer@
-rw-r--r--distrib/notes/armv7/contents6
-rw-r--r--distrib/notes/armv7/hardware20
-rw-r--r--distrib/notes/armv7/prep12
3 files changed, 30 insertions, 8 deletions
diff --git a/distrib/notes/armv7/contents b/distrib/notes/armv7/contents
index e3bd39248a1..090044f3168 100644
--- a/distrib/notes/armv7/contents
+++ b/distrib/notes/armv7/contents
@@ -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
diff --git a/distrib/notes/armv7/hardware b/distrib/notes/armv7/hardware
index 00fce552916..71e3add7f9e 100644
--- a/distrib/notes/armv7/hardware
+++ b/distrib/notes/armv7/hardware
@@ -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)
diff --git a/distrib/notes/armv7/prep b/distrib/notes/armv7/prep
index 72f44d96e8c..44db43dda5a 100644
--- a/distrib/notes/armv7/prep
+++ b/distrib/notes/armv7/prep
@@ -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.