From owner-cvs-all Sun Nov 18 23: 9:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 786A337B405; Sun, 18 Nov 2001 23:09:47 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAJ79lP86596; Sun, 18 Nov 2001 23:09:47 -0800 (PST) (envelope-from peter) Message-Id: <200111190709.fAJ79lP86596@freefall.freebsd.org> From: Peter Wemm Date: Sun, 18 Nov 2001 23:09:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/include efi.h efifpswa.h src/sys/boot/efi/libefi Makefile bootinfo.c efiboot.h efifpswa.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/11/18 23:09:47 PST Modified files: sys/boot/efi/include efi.h sys/boot/efi/libefi Makefile bootinfo.c efiboot.h Added files: sys/boot/efi/include efifpswa.h sys/boot/efi/libefi efifpswa.c Log: Lookup the EFI_FPSWA driver and pass the interface pointer through to the kernel before we call ExitBootServices(). I've typed the definitions in efifpswa.h from the Intel FPSWA manual (urk). Revision Changes Path 1.2 +1 -0 src/sys/boot/efi/include/efi.h 1.1 +40 -0 src/sys/boot/efi/include/efifpswa.h (new) 1.6 +5 -1 src/sys/boot/efi/libefi/Makefile 1.5 +2 -0 src/sys/boot/efi/libefi/bootinfo.c 1.6 +3 -1 src/sys/boot/efi/libefi/efiboot.h 1.1 +59 -0 src/sys/boot/efi/libefi/efifpswa.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message