summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi/bootinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Add boot_serial and boot_multicons variables to set RB_SERIAL andpeter2002-06-201-0/+2
| | | | | RB_MULTIPLE since this seems to be the easiest way to add these flags for non-forth loaders etc.
* 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).
* Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfopeter2001-11-191-6/+0
| | | | | should go away on ia64, we should be loader metadata based since that is the only way we can boot (loader, skiload).
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedmarcel2001-10-291-0/+3
| | | | with the -D flag.
* Return the mapkey which EFI gave us when we read the memory map - we needdfr2001-09-241-1/+3
| | | | it to call ExitBootServices.
* * Flesh out elf_exec and bootinfo.dfr2001-09-221-0/+346
* Add EFI network support.
OpenPOWER on IntegriCloud