summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2013-10-22 16:24:11 +0000
committerjasper <jasper@openbsd.org>2013-10-22 16:24:11 +0000
commitfca88bf1ebb380c6b874fb38166847c814cf36f2 (patch)
treeb6720fd3bc6ed592e94b6813dd83defde64067b9
parentIn pf_test_state_icmp(), actually copy pd->hdr.any back into the mbuf as (diff)
downloadwireguard-openbsd-fca88bf1ebb380c6b874fb38166847c814cf36f2.tar.xz
wireguard-openbsd-fca88bf1ebb380c6b874fb38166847c814cf36f2.zip
- expand hardware list with iMX boards
- mention miniroot-imx ok patrick@
-rw-r--r--distrib/notes/armv7/contents6
-rw-r--r--distrib/notes/armv7/prep4
-rw-r--r--distrib/notes/armv7/whatis8
3 files changed, 11 insertions, 7 deletions
diff --git a/distrib/notes/armv7/contents b/distrib/notes/armv7/contents
index 60aad918488..186ab1cae49 100644
--- a/distrib/notes/armv7/contents
+++ b/distrib/notes/armv7/contents
@@ -1,4 +1,4 @@
-dnl $OpenBSD: contents,v 1.1 2013/09/04 20:00:26 patrick Exp $
+dnl $OpenBSD: contents,v 1.2 2013/10/22 16:24:11 jasper Exp $
TopPart
miniroot-am335x-{:--:}OSrev.fs
@@ -9,6 +9,10 @@ TopPart
A miniroot filesystem to be used for
installation; BeagleBoard version.
+ miniroot-imx-{:--:}OSrev.fs
+ A miniroot filesystem to be used for
+ installation; i.MX6 version.
+
miniroot-panda-{:--:}OSrev.fs
A miniroot filesystem to be used for
installation; PandaBoard (ES) version.
diff --git a/distrib/notes/armv7/prep b/distrib/notes/armv7/prep
index 41711feeb9b..0144c69ef1f 100644
--- a/distrib/notes/armv7/prep
+++ b/distrib/notes/armv7/prep
@@ -1,9 +1,9 @@
-dnl $OpenBSD: prep,v 1.1 2013/09/04 20:00:26 patrick Exp $
+dnl $OpenBSD: prep,v 1.2 2013/10/22 16:24:11 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,panda}-{:--:}OSrev.fs"
+miniroot for your board "miniroot-{am335x,beagle,imx,panda}-{:--:}OSrev.fs"
image to a sdcard.
As a result you need another machine to plug the sdcard in. Any
diff --git a/distrib/notes/armv7/whatis b/distrib/notes/armv7/whatis
index b1aae09b420..4532630f949 100644
--- a/distrib/notes/armv7/whatis
+++ b/distrib/notes/armv7/whatis
@@ -1,6 +1,6 @@
-dnl $OpenBSD: whatis,v 1.1 2013/09/04 20:00:27 patrick Exp $
+dnl $OpenBSD: whatis,v 1.2 2013/10/22 16:24:11 jasper Exp $
OpenBSD/MACHINE runs on the BeagleBoard and newer xM models, as well as
-PandaBoard, PandaBoard ES, BeagleBone, and BeagleBone Black. Hardware
-support is currently very limited, but this port is a heavy work in
-progress.
+PandaBoard, PandaBoard ES, BeagleBone, BeagleBone Black, SABRE Lite and
+Nitrogen6X. Hardware support is currently limited, but this port is a
+heavy work in progress.