summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/include
Commit message (Expand)AuthorAgeFilesLines
* Use the UEFI event timer to update the time on arm and arm64. The currentandrew2016-06-041-0/+3
* Add some routines for working with EFI DEVICE_PATH objects.jhb2016-05-261-0/+8
* sys/boot: spelling fixes in comments.pfg2016-04-305-6/+6
* Make efi_time and EFI_GetTimeOfDay static, neither are used by other partsandrew2016-02-211-1/+0
* Fix EFI multi device boot supportsmh2016-02-051-4/+9
* Add EFI ZFS boot supportsmh2016-01-151-1/+2
* Modularise EFI boot loadersmh2016-01-151-1/+0
* Enable warnings in EFI boot codesmh2016-01-1216-64/+58
* Fix _MSC_EXTENSIONS checkssmh2016-01-063-8/+8
* Introduce and use new EFI_ERROR_CODE macro for EFI errorsemaste2016-01-061-1/+2
* Revert accidental whitespace changes included with r292623emaste2015-12-2218-146/+146
* Support a.out format in nlist only on i386emaste2015-12-2218-146/+146
* Add support for the UGA draw protocol. This includes adding amarcel2015-08-302-0/+729
* Add support for arm64 to loader.efi and boot1.efiandrew2015-04-141-0/+219
* Add support to the efi boot1 and loader for 32-bit ARM. This will be usedandrew2015-04-061-0/+165
* Allow EFI and ACPI to be included together. When ACPI is includedimp2015-02-203-0/+10
* EFI: print more information about EFI Tables.rpaulo2015-02-051-20/+32
* Add the FDT table GUID. This is used to pass the device tree blob from UEFIandrew2014-11-121-0/+2
* Remove duplicated header contentemaste2014-09-251-119/+0
* Switch to text mode in UEFI bootemaste2014-09-181-0/+253
* Remove ia64.marcel2014-07-075-862/+0
* Support UEFI booting on amd64 via loader.efiemaste2014-04-042-0/+123
* Merge efilib changes from projects/uefiemaste2014-04-031-1/+1
* Add amd64 EFI headersemaste2014-03-132-0/+859
* Remove file system support based on the simple file system protocolmarcel2010-01-091-3/+1
* Major rework of the ia64 loaders. The two primary objectives are:marcel2006-11-051-6/+14
* Sync the EFI headers with version 1.10.14.62 of the Intel sample EFImarcel2006-11-0220-647/+1255
* Don't try to use 'typedef struct foo' if just 'struct foo' makes more sensestefanf2005-03-072-25/+1
* Fix typos in a comment.stefanf2005-03-061-1/+1
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-3/+1
* Start each of the license/copyright comments with /*-imp2005-01-051-0/+3
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()marcel2004-11-281-0/+2
* Fix typo in comment.jhb2003-12-101-1/+1
* Pass the HCDP table address to the kernel. If no such table exists,marcel2002-12-101-0/+1
* Change the startup code to fix a memory leak and to allow us tomarcel2002-12-101-1/+4
* Add the GUID of the DIG64 HCDP table.marcel2002-12-081-0/+3
* An almost mechanical sweep to replace C++ style comments with Cmarcel2002-05-1916-614/+485
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* gcc-3.1 likes to have extra { } around the internal array initializers inpeter2002-03-191-5/+5
* Lookup the EFI_FPSWA driver and pass the interface pointer through to thepeter2001-11-192-0/+41
* This is used in C, not C++. functions with no args have func(void) in ourpeter2001-11-191-0/+1
* o Add new header <sys/stdint.h>.mike2001-11-021-1/+1
* First approximation of an ia64 EFI loader. Not functional.dfr2001-06-0921-0/+5272
OpenPOWER on IntegriCloud