From owner-svn-src-all@freebsd.org Wed Jan 24 21:11:35 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3DD0EC629C; Wed, 24 Jan 2018 21:11:35 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80D9C783D1; Wed, 24 Jan 2018 21:11:35 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7BE6922F71; Wed, 24 Jan 2018 21:11:35 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0OLBZV4065761; Wed, 24 Jan 2018 21:11:35 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0OLBZYp065760; Wed, 24 Jan 2018 21:11:35 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201801242111.w0OLBZYp065760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Wed, 24 Jan 2018 21:11:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r328374 - head/share/man/man8 X-SVN-Group: head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: head/share/man/man8 X-SVN-Commit-Revision: 328374 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jan 2018 21:11:36 -0000 Author: emaste Date: Wed Jan 24 21:11:35 2018 New Revision: 328374 URL: https://svnweb.freebsd.org/changeset/base/328374 Log: uefi.8: update HISTORY and remove incomplete AUTHORS - EFI support appeared in 5.0 for ia64 - arm64 UEFI support added in 11.0 The AUTHORS section included the folks responsible for the bulk of the work to bring UEFI support to amd64, but missed those who did the original work on ia64, the initial port to i386, the ports to arm64 and arm, and have generally maintained and improved general UEFI support since then. It's unwieldly to include everyone and would quickly become outdated again anyhow, so just remove the AUTHORS section. Reviewed by: manu Discussed with: jhb Differential Revision: https://reviews.freebsd.org/D14033 Modified: head/share/man/man8/uefi.8 Modified: head/share/man/man8/uefi.8 ============================================================================== --- head/share/man/man8/uefi.8 Wed Jan 24 20:26:15 2018 (r328373) +++ head/share/man/man8/uefi.8 Wed Jan 24 21:11:35 2018 (r328374) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 23, 2017 +.Dd January 24, 2018 .Dt UEFI 8 .Os .Sh NAME @@ -143,20 +143,13 @@ typical non-default kernel (optional) .Xr gpart 8 , .Xr uefisign 8 .Sh HISTORY +EFI boot support for the ia64 architecture first appeared in +.Fx 5.0 . .Nm -boot support first appeared in -.Fx 10.1 . -.Sh AUTHORS -.An -nosplit -.Nm -boot support was developed by -.An Benno Rice Aq Mt benno@FreeBSD.org , -.An \&Ed Maste Aq Mt emaste@FreeBSD.org , -and -.An Nathan Whitehorn Aq Mt nwhitehorn@FreeBSD.org . -The -.Fx -Foundation sponsored portions of the work. +boot support for amd64 first appeared in +.Fx 10.1 +and for arm64 in +.Fx 11.0 . .Sh CAVEATS EFI environment variables are not supported by .Xr loader 8