summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/boot1
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove an unnecessary space in a printf call.rpaulo2015-04-041-1/+2
* boot1 EFI: reset the screen and select the best mode.rpaulo2015-04-041-1/+22
* Remove whitespace.rpaulo2015-04-041-13/+12
* Clean up more x86 only options in the efi code.andrew2015-04-031-2/+8
* Move the efi loaders to be under sys/boot/efi. This will help us addandrew2015-04-015-0/+725
OpenPOWER on IntegriCloud