aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi
Commit message (Expand)AuthorAgeFilesLines
...
* sys/boot: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* A new implementation of the loader block cacheAllan Jude2016-04-183-7/+58
* Deprecate using hints.acpi.0.rsdp to communicate the RSDP to theWarner Losh2016-04-141-0/+17
* boot1: regenerate FAT templates after r297871Ed Maste2016-04-125-78/+81
* boot1.efifat: provide a fallback startup.nshEd Maste2016-04-121-0/+2
* ms_abi is supported with gcc 4.5 or newer, so build it with gcc if itWarner Losh2016-03-151-4/+4
* boot/efi: Prefer nm to objdumpEd Maste2016-03-122-6/+6
* Print the correct size of loader.efi when failing to load it into memory.Andrew Turner2016-03-121-1/+1
* Add more .NOMETA missed in r291320Bryan Drewery2016-03-113-5/+5
* boot1.efi: use += to append to LDFLAGSEd Maste2016-03-081-1/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-2/+0
* Make efi_time and EFI_GetTimeOfDay static, neither are used by other partsAndrew Turner2016-02-212-3/+2
* Add a missing call to dev_cleanup from the arm64 loader.efi.Andrew Turner2016-02-201-0/+2
* Remove dd xfer stats emitted during buildworldEd Maste2016-02-181-1/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-02-161-0/+2
* Ensure the bss is aligned to a 4-byte address as we use 4-byte alignedAndrew Turner2016-02-091-1/+3
* Implement -P for boot loader. It's a bit easier to implement here thanWarner Losh2016-02-081-3/+93
* Fix EFI platform build failuresSteven Hartland2016-02-061-1/+1
* Fix EFI multi device boot supportSteven Hartland2016-02-055-181/+517
* Still open the network interface when EFI_OPEN_PROTOCOL_EXCLUSIVE failed.Andrew Turner2016-02-031-2/+2
* Add suppor to loader.efi to load files off hte network. For this we needAndrew Turner2016-02-021-3/+27
* Allow new lines as white space for arguments that are parsed to allowWarner Losh2016-01-261-2/+2
* Read in /boot/config and /boot.config, like all the other bootWarner Losh2016-01-261-1/+37
* Parse the command line arguments, and do it before we initialize theWarner Losh2016-01-261-13/+94
* Move all the separate copies of the same strings into paths.h. There'sWarner Losh2016-01-261-6/+5
* Fix EFI UFS cachingSteven Hartland2016-01-211-85/+16
* Reset the filesystem cache before reading from a potentially newAndrew Turner2016-01-181-0/+1
* boot1: correct typo in error messageEd Maste2016-01-181-2/+2
* Fix EFI_DEBUG optionSteven Hartland2016-01-183-7/+7
* Connect the ZFS boot environment menu to the UEFI loaderAllan Jude2016-01-151-0/+33
* Add EFI ZFS boot supportSteven Hartland2016-01-1510-3/+372
* Modularise EFI boot loaderSteven Hartland2016-01-157-216/+653
* Only build EFI components on supported compilersSteven Hartland2016-01-143-12/+6
* Revert r293903Steven Hartland2016-01-142-3/+0
* Fix GCC warnings causing build failure after r293724Steven Hartland2016-01-142-0/+3
* Fix typo in libefi.cSteven Hartland2016-01-131-1/+1
* Enable warnings in EFI boot codeSteven Hartland2016-01-1235-99/+106
* Remove hidden "Not ufs" printfs from boot codeSteven Hartland2016-01-091-1/+0
* Switch EFT boot1 to use libstandSteven Hartland2016-01-092-262/+10
* Avoid unintended $FreeBSD$ expansion in generate-fat.shEd Maste2016-01-081-2/+2
* Add safety belt for boot1.efi file sizeEd Maste2016-01-082-0/+18
* Update generated efi boot image templatesSteven Hartland2016-01-084-74/+78
* style(9) fixes for EFI bootSteven Hartland2016-01-062-4/+3
* Fix _MSC_EXTENSIONS checksSteven Hartland2016-01-063-8/+8
* loader.efi style(9) cleanupEd Maste2016-01-061-35/+29
* Introduce and use new EFI_ERROR_CODE macro for EFI errorsEd Maste2016-01-065-13/+13
* loader.efi: add terminal emulation supportEd Maste2016-01-063-19/+405
* loader.efi: support non-contiguous console modesEd Maste2016-01-041-2/+3
* Revert accidental whitespace changes included with r292623Ed Maste2015-12-2221-164/+164
* Support a.out format in nlist only on i386Ed Maste2015-12-2221-164/+164