summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi
Commit message (Expand)AuthorAgeFilesLines
* Make efi_time and EFI_GetTimeOfDay static, neither are used by other partsandrew2016-02-211-2/+2
* Still open the network interface when EFI_OPEN_PROTOCOL_EXCLUSIVE failed.andrew2016-02-031-2/+2
* Add suppor to loader.efi to load files off hte network. For this we needandrew2016-02-021-3/+27
* Allow new lines as white space for arguments that are parsed to allowimp2016-01-261-2/+2
* Add EFI ZFS boot supportsmh2016-01-151-1/+23
* Revert r293903smh2016-01-141-1/+0
* Fix GCC warnings causing build failure after r293724smh2016-01-141-0/+1
* Fix typo in libefi.csmh2016-01-131-1/+1
* Enable warnings in EFI boot codesmh2016-01-124-2/+4
* loader.efi: add terminal emulation supportemaste2016-01-062-18/+403
* Revert accidental whitespace changes included with r292623emaste2015-12-223-18/+18
* Support a.out format in nlist only on i386emaste2015-12-223-18/+18
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
* Avoid creating invalid UEFI device pathemaste2015-07-071-5/+18
* Add META_MODE support.sjg2015-06-131-0/+17
|\
| * Merge sync of headsjg2015-05-273-11/+12
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-192-0/+14
| |\
| * \ Merge head from 7/28sjg2014-08-191-0/+4
| |\ \
| * \ \ Merge headsjg2014-04-284-11/+54
| |\ \ \
| * \ \ \ Sync with HEAD.obrien2013-02-081-1/+1
| |\ \ \ \
| * | | | | Updated/new Makefile.dependsjg2012-11-081-0/+16
* | | | | | Disable the use of floating-point and vector registers in the loader. Theyandrew2015-05-051-0/+3
* | | | | | Use MACHINE in the efi loader when it is what we mean, it may not be theandrew2015-04-141-1/+1
* | | | | | Move the x86 specific files to be built in the amd64 loader.efi. This willandrew2015-03-151-4/+0
* | | | | | Merge ^/head r279893 through r279984.dim2015-03-142-2/+2
|\ \ \ \ \ \
| * | | | | | Enable bzipfs support in the EFI loader.jhb2015-03-131-1/+1
| * | | | | | The System V ABI for amd64 allows functions to use space in a 128 bytejhb2015-03-131-1/+1
| * | | | | | Fix UEFI PXE boot on a NIC that isn't the first NIC.ambrisko2015-01-301-1/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge ^/head r277902 through r277944.dim2015-01-301-1/+4
* | | | | | Since clang 3.6.0 now implements the archetype 'freebsd_kprintf' fordim2015-01-281-3/+2
|/ / / / /
* | | | | Switch to text mode in UEFI bootemaste2014-09-181-0/+10
* | | | | Add support for serial and null console to UEFI boot loader.ambrisko2014-09-121-0/+4
| |_|_|/ |/| | |
* | | | Supress clang warning for FreeBSD printf %b and %D formatssbruno2014-07-221-0/+4
| |_|/ |/| |
* | | Add explicit casts to quiet warnings in libefiemaste2014-04-081-4/+6
* | | Add -fPIC for amd64emaste2014-04-031-0/+3
* | | Merge efilib changes from projects/uefiemaste2014-04-033-7/+45
* | | Add amd64 EFI headersemaste2014-03-131-1/+1
| |/ |/|
* | Typo in a comment.rpaulo2012-12-071-1/+1
|/
* MFaltix:marcel2011-03-161-1/+1
* Revert previous commit: EFI_STATUS is a 64-bit integral on ia64. Fix themarcel2011-03-161-1/+1
* Handle memory allocation failures in include().brucec2011-02-231-1/+1
* Help static analysis by initializing variables that we know cannot bemarcel2011-01-062-0/+2
* MF tbemd: move to using specific architecture makefilesimp2010-08-231-1/+1
* Remove file system support based on the simple file system protocolmarcel2010-01-093-443/+267
* Major rework of the ia64 loaders. The two primary objectives are:marcel2006-11-0513-1312/+516
* Make this compile on EFI32. The EFI_PHYSICAL_ADDRESS type is alwaysmarcel2006-11-031-1/+1
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-023-9/+6
* Remove more Alpha bits from the boot code including fixing severaljhb2006-05-121-1/+1
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:ru2005-09-221-2/+8
OpenPOWER on IntegriCloud