summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/efi.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix previous commitr:. efi_var_set() was copied from efi_var_get(),marcel2010-01-141-1/+1
| | | | but wasn't actually changed.
* Add wrappers for the RT Variable Services. While here, translate themarcel2010-01-141-1/+4
| | | | | | | EFI status into a standard errno value and change efi_set_time() to return a standard error. MFC after: 1 week
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
|
* MFp4:marcel2004-09-191-23/+142
| | | | | | Completely remove the remaining EFI includes and add our own (type) definitions instead. While here, abstract more of the internals by providing interface functions.
* Provide our own FPSWA definitions, instead of depending on the Intelmarcel2004-09-171-1/+0
| | | | | | EFI headers and put them all in <machine/fpu.h>. The Intel EFI headers conflict with the Intel ACPI headers (duplicate type definitions), so are being phased out in the kernel.
* Initial cut at calling the EFI-provided FPSWA (Floating Point Softwarepeter2001-11-191-0/+1
| | | | | Assist) driver to handle the "messy" floating point cases which cause traps to the kernel for handling.
* Fill out the firmware interfaces somewhat.dfr2001-09-291-583/+10
|
* Fix a couple of typos which became obvious when I started to actually usedfr2001-03-041-3/+3
| | | | this on real hardware.
* Flesh out EFI support somewhat.dfr2001-01-291-23/+569
|
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willdfr2000-09-291-0/+71
not work on any real hardware (or fully work on any simulator). Much more needs to happen before this is actually functional but its nice to see the FreeBSD copyright message appear in the ia64 simulator.
OpenPOWER on IntegriCloud