installboot.8: reflect current evbmips support
This commit is contained in:
parent
9979fcb6e2
commit
791da06dc8
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: installboot.8,v 1.109 2024/05/19 15:48:57 tsutsui Exp $
|
.\" $NetBSD: installboot.8,v 1.110 2024/06/01 20:19:41 gutteridge Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2002-2023 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2002-2023 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
.\" Usage: \*(UB
|
.\" Usage: \*(UB
|
||||||
.ds UB U\(hyBoot
|
.ds UB U\(hyBoot
|
||||||
.
|
.
|
||||||
.Dd May 19, 2024
|
.Dd June 1, 2024
|
||||||
.Dt INSTALLBOOT 8
|
.Dt INSTALLBOOT 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -725,6 +725,9 @@ SiByte/Broadcom
|
||||||
and
|
and
|
||||||
.Tn BCM1480
|
.Tn BCM1480
|
||||||
CPUs.
|
CPUs.
|
||||||
|
There is also
|
||||||
|
\*(UB support for the
|
||||||
|
.Tn Creator CI20 .
|
||||||
.Bl -tag -width Pa
|
.Bl -tag -width Pa
|
||||||
.
|
.
|
||||||
.It Pa /usr/mdec/sbmips/boot
|
.It Pa /usr/mdec/sbmips/boot
|
||||||
|
@ -742,10 +745,9 @@ primary bootstrap for LFSv1 and LFSv2 file system.
|
||||||
.It Pa /usr/mdec/sbmips/netboot
|
.It Pa /usr/mdec/sbmips/netboot
|
||||||
.Tn SBMIPS
|
.Tn SBMIPS
|
||||||
primary bootstrap for network root.
|
primary bootstrap for network root.
|
||||||
.Pp
|
.It Pa /usr/share/installboot/evbmips/boards.plist
|
||||||
Note that
|
Base board database, used to provide information about which
|
||||||
.Nm
|
\*(UB package is required for a given board.
|
||||||
does not currently support evbmips directly.
|
|
||||||
.
|
.
|
||||||
.El
|
.El
|
||||||
.
|
.
|
||||||
|
|
Loading…
Reference in New Issue