From: kn Date: Fri, 9 Sep 2022 12:55:43 +0000 (+0000) Subject: Add mips64/octeon bits X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=38f94180e004cbf3ddeaa8cf7681d9af520b2dc0;p=openbsd Add mips64/octeon bits Still fails due to the disklabel/vnd kernel race but running into failing 'installboot -p' helps exercising the fsck/newfs exit code fix. REGRESS_EXIT_EARLY=1 runs past the prepare target without the diff but properly stops with it as installboot now exits 1 if system(3) fails. --- diff --git a/regress/usr.sbin/installboot/Makefile b/regress/usr.sbin/installboot/Makefile index 8eeab25854f..a64d190f010 100644 --- a/regress/usr.sbin/installboot/Makefile +++ b/regress/usr.sbin/installboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2022/09/07 10:07:39 kn Exp $ +# $OpenBSD: Makefile,v 1.26 2022/09/09 12:55:43 kn Exp $ INSTALLBOOT ?= /usr/sbin/installboot DRY_RUN = ${INSTALLBOOT} -n @@ -24,6 +24,10 @@ USE_SOFTRAID ?= No FORMAT_DISK = fdisk -iy -b '2048@1:06' STAGENAMES = ofwboot USE_SOFTRAID ?= No +.elif ${MACHINE} == "octeon" +FORMAT_DISK = fdisk -iy -b '65536@64:C' +STAGENAMES = boot +USE_SOFTRAID ?= No .elif ${MACHINE} == "powerpc64" FORMAT_DISK = fdisk -iy -b '32768@32768:C' STAGENAMES = boot