summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi/efiboot.h
Commit message (Collapse)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
|
* Don't hardcode unit 0 for the current device if we're loaded from anmarcel2003-08-021-0/+3
| | | | | | | | | | | | EFI file system. When booting from a CD and there's already an EFI system partition on the disk, setting the current device to unit 0 will select the harddisk. This invariably breaks installing FreeBSD when other operating systems have been installed before. We obviously want to do the same when we're booting over the network. Maybe later. Based on a patch (from memory) from: arun
* o Fix a size calculation based on a 8KB page, while under EFImarcel2002-10-241-1/+1
| | | | | | | | | | | | pages are 4KB. o As a second order fix, don't assume we have enough space after the bootinfo block left in a page to hold the memory map. o A third order fix as that we removed the assumption that a bootinfo block fits in a single 8KB page. PR: ia64/39415 submitted by: Espen Skoglund <esk@ira.uka.de>
* Lookup the EFI_FPSWA driver and pass the interface pointer through to thepeter2001-11-191-0/+2
| | | | | kernel before we call ExitBootServices(). I've typed the definitions in efifpswa.h from the Intel FPSWA manual (urk).
* Return the mapkey which EFI gave us when we read the memory map - we needdfr2001-09-241-1/+2
| | | | it to call ExitBootServices.
* * Flesh out elf_exec and bootinfo.dfr2001-09-221-0/+7
| | | | * Add EFI network support.
* Add a libstand filesystem for accessing EFI native filesystems.dfr2001-09-071-2/+7
|
* style(9)obrien2001-06-161-23/+18
|
* First approximation of an ia64 EFI loader. Not functional.dfr2001-06-091-0/+81
OpenPOWER on IntegriCloud