summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi
Commit message (Expand)AuthorAgeFilesLines
* sys/boot: use our nitems() macro when it is available through param.h.pfg2016-04-191-1/+1
* A new implementation of the loader block cacheallanjude2016-04-183-7/+58
* Deprecate using hints.acpi.0.rsdp to communicate the RSDP to theimp2016-04-141-0/+17
* boot1: regenerate FAT templates after r297871emaste2016-04-125-78/+81
* boot1.efifat: provide a fallback startup.nshemaste2016-04-121-0/+2
* ms_abi is supported with gcc 4.5 or newer, so build it with gcc if itimp2016-03-151-4/+4
* boot/efi: Prefer nm to objdumpemaste2016-03-122-6/+6
* Print the correct size of loader.efi when failing to load it into memory.andrew2016-03-121-1/+1
* Add more .NOMETA missed in r291320bdrewery2016-03-113-5/+5
* boot1.efi: use += to append to LDFLAGSemaste2016-03-081-1/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-2/+0
* Make efi_time and EFI_GetTimeOfDay static, neither are used by other partsandrew2016-02-212-3/+2
* Add a missing call to dev_cleanup from the arm64 loader.efi.andrew2016-02-201-0/+2
* Remove dd xfer stats emitted during buildworldemaste2016-02-181-1/+2
* DIRDEPS_BUILD: Update dependencies.bdrewery2016-02-161-0/+2
* Ensure the bss is aligned to a 4-byte address as we use 4-byte alignedandrew2016-02-091-1/+3
* Implement -P for boot loader. It's a bit easier to implement here thanimp2016-02-081-3/+93
* Fix EFI platform build failuressmh2016-02-061-1/+1
* Fix EFI multi device boot supportsmh2016-02-055-181/+517
* 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
* Read in /boot/config and /boot.config, like all the other bootimp2016-01-261-1/+37
* Parse the command line arguments, and do it before we initialize theimp2016-01-261-13/+94
* Move all the separate copies of the same strings into paths.h. There'simp2016-01-261-6/+5
* Fix EFI UFS cachingsmh2016-01-211-85/+16
* Reset the filesystem cache before reading from a potentially newandrew2016-01-181-0/+1
* boot1: correct typo in error messageemaste2016-01-181-2/+2
* Fix EFI_DEBUG optionsmh2016-01-183-7/+7
* Connect the ZFS boot environment menu to the UEFI loaderallanjude2016-01-151-0/+33
* Add EFI ZFS boot supportsmh2016-01-1510-3/+372
* Modularise EFI boot loadersmh2016-01-157-216/+653
* Only build EFI components on supported compilerssmh2016-01-143-12/+6
* Revert r293903smh2016-01-142-3/+0
* Fix GCC warnings causing build failure after r293724smh2016-01-142-0/+3
* Fix typo in libefi.csmh2016-01-131-1/+1
* Enable warnings in EFI boot codesmh2016-01-1235-99/+106
* Remove hidden "Not ufs" printfs from boot codesmh2016-01-091-1/+0
* Switch EFT boot1 to use libstandsmh2016-01-092-262/+10
* Avoid unintended $FreeBSD$ expansion in generate-fat.shemaste2016-01-081-2/+2
* Add safety belt for boot1.efi file sizeemaste2016-01-082-0/+18
* Update generated efi boot image templatessmh2016-01-084-74/+78
* style(9) fixes for EFI bootsmh2016-01-062-4/+3
* Fix _MSC_EXTENSIONS checkssmh2016-01-063-8/+8
* loader.efi style(9) cleanupemaste2016-01-061-35/+29
* Introduce and use new EFI_ERROR_CODE macro for EFI errorsemaste2016-01-065-13/+13
* loader.efi: add terminal emulation supportemaste2016-01-063-19/+405
* loader.efi: support non-contiguous console modesemaste2016-01-041-2/+3
* Revert accidental whitespace changes included with r292623emaste2015-12-2221-164/+164
* Support a.out format in nlist only on i386emaste2015-12-2221-164/+164
OpenPOWER on IntegriCloud