From owner-svn-doc-all@FreeBSD.ORG Fri Oct 10 19:39:50 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2AF34F7; Fri, 10 Oct 2014 19:39:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 851AC940; Fri, 10 Oct 2014 19:39:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9AJdoIs055121; Fri, 10 Oct 2014 19:39:50 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9AJdonh055120; Fri, 10 Oct 2014 19:39:50 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201410101939.s9AJdonh055120@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Fri, 10 Oct 2014 19:39:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45770 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2014 19:39:50 -0000 Author: emaste (src committer) Date: Fri Oct 10 19:39:49 2014 New Revision: 45770 URL: https://svnweb.freebsd.org/changeset/doc/45770 Log: Remove UEFI entry from wrong quarterly :( Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml Fri Oct 10 19:14:27 2014 (r45769) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml Fri Oct 10 19:39:49 2014 (r45770) @@ -553,77 +553,6 @@ - - UEFI Boot - - - - - Ed - Maste - - emaste@FreeBSD.org - - - - - Nathan - Whitehorn - - nwhitehorn@FreeBSD.org - - - - - &os; UEFI wiki page - &os; snapshots - - - -

The Unified Extensible Firmware Interface (UEFI) provides - boot- and run-time services for x86 and other computers. For - the x86 architecture it replaces the legacy BIOS. This - project will adapt the &os; loader and kernel boot process for - compatibility with UEFI firmware, found on contemporary - servers, desktops, and laptops.

- -

Ed and Nathan completed a number of integration tasks over - the past three months. Nathan added a first-stage loader, - boot1.efi, to support chain-loading the rest of the system - from a UFS filesystem. This allows the UEFI boot process to - proceed in a similar fashion as with BIOS boot. Nathan also - added UEFI support to the &os; installer and release image - creation script.

- -

The EFI framebuffer requires the vt(4) system - console — a framebuffer driver is not implemented for - the legacy syscons(4) console. Ed added automatic - vt(4) selection to the UEFI boot path.

- -

Snapshots are now built as dual-mode images, and should boot - via both BIOS and UEFI. Our plan is to merge the UEFI and - vt(4) work to stable/10 to appear in &os; - 10.1-RELEASE.

- - - The &os; Foundation - - - Document manual installation, including dual-boot - configurations. - - Implement boot1.efi for ZFS file systems. - - Add support for UEFI variables stored in non-volatile - memory (NVRAM). - - Debug boot failures with certain UEFI firmware - implementations. - - Support secure boot. - -
- &os; Core Team