freebsd-dev/sys/boot/efi/include
Warner Losh c40241db0f Move efi_main into efi/loader
Move the efi_main routine out of libefi into sys/boot/efi/loader.
Since boot1 has its own efi_main routine, this effectively prevents
boot1 from linking with libefi. By moving it out, we can share code
better (though though some refactoring with boot1's efi_main and
loader.efi's efi_main is definitely in order).

Sponsored by: Netflix
2017-08-26 18:29:24 +00:00
..
amd64 sys/boot: spelling fixes in comments. 2016-04-30 00:26:38 +00:00
arm sys/boot: spelling fixes in comments. 2016-04-30 00:26:38 +00:00
arm64 sys/boot: spelling fixes in comments. 2016-04-30 00:26:38 +00:00
i386 sys/boot: spelling fixes in comments. 2016-04-30 00:26:38 +00:00
efi_driver_utils.h Add definitions and utilities for EFI drivers 2017-08-04 04:16:41 +00:00
efi_drivers.h Add definitions and utilities for EFI drivers 2017-08-04 04:16:41 +00:00
efi_nii.h Enable warnings in EFI boot code 2016-01-12 02:17:39 +00:00
efi.h Define proposed GUID for FreeBSD boot loader variables. 2017-08-16 20:09:39 +00:00
efiapi.h Make EFI_RESERVED_SERVICE a proper prototype 2017-01-11 19:59:27 +00:00
efichar.h Share UCS2/UTF8 routines between boot loader and userland. 2017-03-09 00:24:01 +00:00
eficon.h Enable warnings in EFI boot code 2016-01-12 02:17:39 +00:00
eficonsctl.h Enable warnings in EFI boot code 2016-01-12 02:17:39 +00:00
efidebug.h Revert accidental whitespace changes included with r292623 2015-12-22 20:40:34 +00:00
efidef.h Make structure padding explicit in EFI_MEMORY_DESCRIPTOR 2017-06-22 14:30:09 +00:00
efidevp.h Move efi_main into efi/loader 2017-08-26 18:29:24 +00:00
efierr.h Enable warnings in EFI boot code 2016-01-12 02:17:39 +00:00
efifpswa.h Enable warnings in EFI boot code 2016-01-12 02:17:39 +00:00
efifs.h Revert accidental whitespace changes included with r292623 2015-12-22 20:40:34 +00:00
efigop.h Enable warnings in EFI boot code 2016-01-12 02:17:39 +00:00
efilib.h Move EFI fmtdev functionality to libefi 2017-08-04 16:33:36 +00:00
efinet.h Enable warnings in EFI boot code 2016-01-12 02:17:39 +00:00
efipart.h Revert accidental whitespace changes included with r292623 2015-12-22 20:40:34 +00:00
efipciio.h Enable warnings in EFI boot code 2016-01-12 02:17:39 +00:00
efiprot.h Add definitions and utilities for EFI drivers 2017-08-04 04:16:41 +00:00
efipxebc.h Enable warnings in EFI boot code 2016-01-12 02:17:39 +00:00
efiser.h Enable warnings in EFI boot code 2016-01-12 02:17:39 +00:00
efistdarg.h
efiuga.h sys/boot: spelling fixes in comments. 2016-04-30 00:26:38 +00:00
efizfs.h Move EFI ZFS functions to libefi 2017-08-04 04:20:06 +00:00
README

/* $FreeBSD$ */
/*-

Files in this directory and subdirectories are subject to the following
copyright unless superceded or supplemented by additional specific license
terms found in the file headers of individual files.

Copyright (c) 1998-2000 Intel Corporation

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL INTEL BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE. THE EFI SPECIFICATION AND ALL
OTHER INFORMATION ON THIS WEB SITE ARE PROVIDED "AS IS" WITH NO
WARRANTIES, AND ARE SUBJECT TO CHANGE WITHOUT NOTICE.

*/