diff options
| author | rin <rin@NetBSD.org> | 2021-04-02 07:09:11 +0000 |
|---|---|---|
| committer | rin <rin@NetBSD.org> | 2021-04-02 07:09:11 +0000 |
| commit | 75c6c49090928188dc1a137277e55eafae4aea2c (patch) | |
| tree | 6e2be48dce882623b566f39f883689c9451f4a02 /distrib/notes | |
| parent | 7694ee50ad19c11a8c78ee0f7ea8a507266f2fc9 (diff) | |
Document DHT kernel for evbppc.
Diffstat (limited to 'distrib/notes')
| -rw-r--r-- | distrib/notes/common/contents | 15 | ||||
| -rw-r--r-- | distrib/notes/evbppc/contents | 19 |
2 files changed, 32 insertions, 2 deletions
diff --git a/distrib/notes/common/contents b/distrib/notes/common/contents index 3e1bb2649fe..0bcf31d205d 100644 --- a/distrib/notes/common/contents +++ b/distrib/notes/common/contents @@ -1,4 +1,4 @@ -.\" $NetBSD: contents,v 1.184 2020/09/22 02:53:52 snj Exp $ +.\" $NetBSD: contents,v 1.185 2021/04/02 07:09:11 rin Exp $ .\" .\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -206,6 +206,10 @@ A kernel suitable for booting on O2. .\} . .if \n[evbppc] \{\ +. It Pa netbsd-DHT.gz +A gzipped kernel (in ELF format) for the DHT Walnut 405GP evaluation board. +. It Pa netbsd.bin-DHT.gz +Same as the above, but in the raw binary format expected by the firmware. . It Pa netbsd-EV64260.gz A gzipped kernel (in ELF format) for the Marvell EV-64260. . It Pa netbsd.img-EV64260.gz @@ -743,6 +747,15 @@ kernel, which will use multiple processors (if present), named .\} .el \{\ .ie \n[evbppc] \{\ +.It Sy kern-DHT +This set contains a +.Nx*M +\*V +kernel in ELF format named +.Pa /netbsd +and the same kernel in the raw binary format needed by the bootloader as +.Pa /netbsd.bin . +These kernels are specific to the DHT Walnut 405GP evaluation board. .It Sy kern-EV64260 This set contains a .Nx*M diff --git a/distrib/notes/evbppc/contents b/distrib/notes/evbppc/contents index b17e6e0966f..87d4c616490 100644 --- a/distrib/notes/evbppc/contents +++ b/distrib/notes/evbppc/contents @@ -1,4 +1,4 @@ -.\" $NetBSD: contents,v 1.8 2020/08/07 00:43:48 snj Exp $ +.\" $NetBSD: contents,v 1.9 2021/04/02 07:09:11 rin Exp $ .\" .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -56,6 +56,14 @@ conventions for indicating italic and bold display. . . (tag netbsd.gz -compact \" binary/kernel . +. It Pa netbsd-DHT.gz +. +A gzipped kernel (in ELF format) for the DHT Walnut 405GP evaluation board. +. +. It Pa netbsd.bin-DHT.gz +. +Same as the above, but in the raw binary format expected by the firmware. +. . It Pa netbsd-EV64260.gz . A gzipped kernel (in ELF format) for the Marvell EV-64260. @@ -222,6 +230,15 @@ This set includes the games and their manual pages. . .\" MD kernel set(s) ------------------------------------------------- . +.It Sy kern-DHT +This set contains a +.Nx*M +\*V +kernel in ELF format named +.Pa /netbsd +and the same kernel in the raw binary format needed by the bootloader as +.Pa /netbsd.bin . +These kernels are specific to the DHT Walnut 405GP evaluation board. .It Sy kern-EV64260 This set contains a .Nx*M |
