mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 16:42:56 -08:00
Beagle has been replaced by armv7.
This commit is contained in:
parent
a0fcad67ad
commit
0d877978ca
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2013/03/26 18:06:00 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2013/09/04 20:00:21 patrick Exp $
|
||||
|
||||
SUBDIR= special notes
|
||||
|
||||
.if make(obj)
|
||||
SUBDIR+=alpha amd64 armish beagle hp300 hppa i386 landisk loongson luna88k \
|
||||
SUBDIR+=alpha amd64 armish armv7 hp300 hppa i386 landisk loongson luna88k \
|
||||
macppc mvme68k mvme88k octeon sgi socppc sparc sparc64 vax zaurus
|
||||
.elif exists(${MACHINE})
|
||||
SUBDIR+=${MACHINE}
|
||||
|
5
distrib/armv7/Makefile
Normal file
5
distrib/armv7/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2013/09/04 20:00:21 patrick Exp $
|
||||
|
||||
SUBDIR= ramdisk miniroot
|
||||
|
||||
.include <bsd.subdir.mk>
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2011/07/27 20:44:53 drahn Exp $
|
||||
# $OpenBSD: Makefile,v 1.1 2013/09/04 20:00:22 patrick Exp $
|
||||
|
||||
REV= ${OSrev}
|
||||
|
||||
@ -45,10 +45,10 @@ ${IMAGE}: rd_setup do_files rd_teardown
|
||||
.endif
|
||||
|
||||
bsd:
|
||||
cd ${TOP}/../../sys/arch/beagle/conf && config RAMDISK
|
||||
cd ${TOP}/../../sys/arch/beagle/compile/RAMDISK && \
|
||||
cd ${TOP}/../../sys/arch/armv7/conf && config RAMDISK-OMAP
|
||||
cd ${TOP}/../../sys/arch/armv7/compile/RAMDISK-OMAP && \
|
||||
${MAKE} clean && exec ${MAKE}
|
||||
cp ${TOP}/../../sys/arch/beagle/compile/RAMDISK/bsd bsd
|
||||
cp ${TOP}/../../sys/arch/armv7/compile/RAMDISK-OMAP/bsd bsd
|
||||
|
||||
rd_setup:
|
||||
dd if=/dev/zero of=${IMAGE} bs=512 count=${NBLKS}
|
4
distrib/armv7/ramdisk/Makefile.inc
Normal file
4
distrib/armv7/ramdisk/Makefile.inc
Normal file
@ -0,0 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.1 2013/09/04 20:00:23 patrick Exp $
|
||||
|
||||
CRUNCHGENOPTS= -E
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: install.md,v 1.8 2013/07/30 02:49:54 bmercer Exp $
|
||||
# $OpenBSD: install.md,v 1.1 2013/09/04 20:00:23 patrick Exp $
|
||||
#
|
||||
#
|
||||
# Copyright (c) 1996 The NetBSD Foundation, Inc.
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: list,v 1.2 2012/10/30 18:39:43 krw Exp $
|
||||
# $OpenBSD: list,v 1.1 2013/09/04 20:00:23 patrick Exp $
|
||||
|
||||
SRCDIRS distrib/special
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
@ -1,5 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2013/06/01 01:23:21 bmercer Exp $
|
||||
|
||||
SUBDIR= ramdisk miniroot
|
||||
|
||||
.include <bsd.subdir.mk>
|
@ -1,4 +0,0 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.1 2011/03/14 16:40:23 drahn Exp $
|
||||
|
||||
CRUNCHGENOPTS= -E
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2013/04/01 13:03:07 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2013/09/04 20:00:26 patrick Exp $
|
||||
|
||||
NOPROG=
|
||||
NOMAN=
|
||||
@ -18,7 +18,7 @@ all: $(TARG)
|
||||
|
||||
allarchs:
|
||||
@cd $(.CURDIR); \
|
||||
for arch in alpha amd64 armish aviion beagle hp300 hppa i386 landisk \
|
||||
for arch in alpha amd64 armish armv7 aviion hp300 hppa i386 landisk \
|
||||
loongson luna88k macppc mvme68k mvme88k octeon sgi socppc \
|
||||
sparc sparc64 vax zaurus; \
|
||||
do ${MAKE} M=$$arch; done
|
||||
|
@ -1,4 +1,4 @@
|
||||
dnl $OpenBSD: contents,v 1.4 2013/07/26 20:07:29 miod Exp $
|
||||
dnl $OpenBSD: contents,v 1.1 2013/09/04 20:00:26 patrick Exp $
|
||||
TopPart
|
||||
|
||||
miniroot-am335x-{:--:}OSrev.fs
|
@ -1,12 +1,12 @@
|
||||
dnl $OpenBSD: features,v 1.3 2013/07/26 20:07:29 miod Exp $
|
||||
dnl $OpenBSD: features,v 1.1 2013/09/04 20:00:26 patrick Exp $
|
||||
dnl
|
||||
dnl This file lists almost all the conditional features of this port,
|
||||
dnl which are used to provide accurate installation notes.
|
||||
dnl
|
||||
dnl Information about the installer script features should be in sync with
|
||||
dnl src/distrib/beagle/install.md
|
||||
dnl src/distrib/armv7/install.md
|
||||
dnl and the list files in
|
||||
dnl src/distrib/beagle/ramdisk/list
|
||||
dnl src/distrib/armv7/ramdisk/list
|
||||
dnl
|
||||
dnl ====
|
||||
dnl
|
@ -1,4 +1,4 @@
|
||||
dnl $OpenBSD: hardware,v 1.2 2013/07/16 18:15:10 florian Exp $
|
||||
dnl $OpenBSD: hardware,v 1.1 2013/09/04 20:00:26 patrick Exp $
|
||||
The following machines are targeted by OpenBSD/MACHINE:
|
||||
|
||||
BeagleBoard, BeagleBoard xM
|
@ -1,4 +1,4 @@
|
||||
dnl $OpenBSD: install,v 1.4 2013/08/02 17:11:54 florian Exp $
|
||||
dnl $OpenBSD: install,v 1.1 2013/09/04 20:00:26 patrick Exp $
|
||||
OpenBSDInstallPrelude
|
||||
|
||||
OpenBSDInstallPart2
|
@ -1,4 +1,4 @@
|
||||
dnl $OpenBSD: prep,v 1.3 2013/08/07 19:24:54 bmercer Exp $
|
||||
dnl $OpenBSD: prep,v 1.1 2013/09/04 20:00:26 patrick Exp $
|
||||
Please be aware that OpenBSD support for this platform is far from
|
||||
complete.
|
||||
|
2
distrib/notes/armv7/upgrade
Normal file
2
distrib/notes/armv7/upgrade
Normal file
@ -0,0 +1,2 @@
|
||||
dnl $OpenBSD: upgrade,v 1.1 2013/09/04 20:00:27 patrick Exp $
|
||||
OpenBSDUpgrade({:-your usual boot device-:})
|
@ -1,4 +1,4 @@
|
||||
dnl $OpenBSD: whatis,v 1.2 2013/09/02 09:16:56 rapha Exp $
|
||||
dnl $OpenBSD: whatis,v 1.1 2013/09/04 20:00:27 patrick Exp $
|
||||
|
||||
OpenBSD/MACHINE runs on the BeagleBoard and newer xM models, as well as
|
||||
PandaBoard, PandaBoard ES, BeagleBone, and BeagleBone Black. Hardware
|
@ -1,4 +1,4 @@
|
||||
dnl $OpenBSD: xfer,v 1.1 2011/03/22 18:33:51 jasper Exp $
|
||||
dnl $OpenBSD: xfer,v 1.1 2013/09/04 20:00:27 patrick Exp $
|
||||
|
||||
Installation is supported from several media types, including:
|
||||
|
@ -1,2 +0,0 @@
|
||||
dnl $OpenBSD: upgrade,v 1.1 2011/03/22 18:33:51 jasper Exp $
|
||||
OpenBSDUpgrade({:-your usual boot device-:})
|
Loading…
Reference in New Issue
Block a user