summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/boot1
Commit message (Expand)AuthorAgeFilesLines
* MFC r309412,r316109,r316132:ngie2017-05-281-3/+2
* MFC r316103:ngie2017-05-222-3/+0
* boot1.efi: can't boot from ZFS on 4kn HDDtsoome2017-03-301-9/+47
* MFC r311933:dim2017-01-251-3/+3
* MFC r305160: Set UEFI boot loader PE/COFF timestamps to known value for repro...emaste2016-09-151-0/+4
* MFC 304221 and 304271manu2016-09-042-6/+6
* boot1.efi: fix assignment / comparison expressionemaste2016-07-041-1/+1
* sys/boot: spelling fixes in comments.pfg2016-04-301-2/+2
* boot1: regenerate FAT templates after r297871emaste2016-04-125-78/+81
* boot1.efifat: provide a fallback startup.nshemaste2016-04-121-0/+2
* boot/efi: Prefer nm to objdumpemaste2016-03-121-3/+3
* 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-111-2/+2
* boot1.efi: use += to append to LDFLAGSemaste2016-03-081-1/+1
* Remove dd xfer stats emitted during buildworldemaste2016-02-181-1/+2
* DIRDEPS_BUILD: Update dependencies.bdrewery2016-02-161-0/+2
* Fix EFI platform build failuressmh2016-02-061-1/+1
* Fix EFI multi device boot supportsmh2016-02-054-177/+508
* Read in /boot/config and /boot.config, like all the other bootimp2016-01-261-1/+37
* 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
* Add EFI ZFS boot supportsmh2016-01-154-0/+225
* Modularise EFI boot loadersmh2016-01-154-183/+585
* Only build EFI components on supported compilerssmh2016-01-141-5/+0
* Enable warnings in EFI boot codesmh2016-01-122-9/+7
* 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-061-2/+1
* Introduce and use new EFI_ERROR_CODE macro for EFI errorsemaste2016-01-061-3/+3
* boot1.efi: show EFI error number, not full status valueemaste2015-12-211-3/+6
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+12
* Various small cleanups to EFI loader Makefiles.jhb2015-09-171-5/+5
* The self-relocation code is not efi-specific, move it to boot/common.ian2015-05-101-1/+1
* Disable the use of floating-point and vector registers in the loader. Theyandrew2015-05-051-0/+3
* Add support for arm64 to loader.efi and boot1.efiandrew2015-04-142-1/+27
* Use MACHINE in the efi loader when it is what we mean, it may not be theandrew2015-04-141-5/+5
* Create the correct symlinks for the machine directory, and only create theandrew2015-04-131-4/+7
* Print error values with hex to make it easier to find the EFI error type.andrew2015-04-091-3/+3
* Only use -fPIC when building boot1.efi for x86.andrew2015-04-091-1/+1
* Add EFI boot1 for i386emaste2015-04-073-2/+30
* EFI: use common reloc.c for all architecturesemaste2015-04-071-1/+3
* Make global variabled only used in this file static.andrew2015-04-061-2/+2
* Add support to the efi boot1 and loader for 32-bit ARM. This will be usedandrew2015-04-064-10/+48
* Move boot1.efi to the global CLEANFILES list, it's not x86 specific.andrew2015-04-051-2/+2
OpenPOWER on IntegriCloud