summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi
Commit message (Expand)AuthorAgeFilesLines
* MFC: r303039manu2016-07-261-0/+4
* boot1.efi: fix assignment / comparison expressionemaste2016-07-041-1/+1
* Print a message when disks are found but no logical partition aremanu2016-06-171-3/+6
* Print a message when the efi disk isn't a logical partition.manu2016-06-091-1/+4
* Also set -fshort-wchar on arm64, this fixes parsing strings from UEFI,andrew2016-06-081-0/+4
* Print the newline character along with the carriage return when TERM_EMU isandrew2016-06-081-2/+1
* Allow libefi to be built with TERM_EMU undefined. There were a few placesandrew2016-06-081-1/+8
* Use the UEFI event timer to update the time on arm and arm64. The currentandrew2016-06-049-5/+121
* If the I/O offset and length is multiple of the media size thenambrisko2016-05-271-3/+6
* Fix unit number of EFI net interfaces and ignore psuedo network interfaces.jhb2016-05-262-25/+83
* Use a unique error message if we fail to find the simple network protocol.jhb2016-05-261-1/+8
* Apply the printf %S band-aid for efinet.c to fix the arm64 build.jhb2016-05-261-0/+7
* Remove second copy of the -Wno-format band-aid for printf %S.jhb2016-05-261-4/+0
* Use routines from the recently added devpath.c.jhb2016-05-261-19/+4
* Output the device path description for EFI network devices.jhb2016-05-261-3/+8
* Add some routines for working with EFI DEVICE_PATH objects.jhb2016-05-263-2/+177
* efi loader: Match format string to EFI_ERROR_CODE()cem2016-05-251-2/+2
* Large improvements to efi-show (though some weird problemsimp2016-05-201-64/+40
* Implement efi-set and efi-unsetimp2016-05-201-3/+67
* Cleanup to use %S.imp2016-05-201-18/+4
* Fix logic error so UEFI variables are reported correctlyimp2016-05-191-6/+8
* Minor spelling fixes.pfg2016-05-181-4/+4
* Fix several instances where the boot loader ignored pager_outputimp2016-05-185-17/+48
* Fix build breakage on arm64 by papering over the problem. We implementimp2016-05-181-0/+7
* Implement UEFI set environment variable, as well as exporting the EFIimp2016-05-173-6/+257
* It sure would be nice to use printf with wide strings. Implement %S toimp2016-05-171-1/+1
* libefi: Tag an unreachable switch default.pfg2016-05-161-0/+2
* efipart: Support an arbitrary number of partitionscem2016-05-051-5/+6
* bcache read ahead may attempt to read past end of diskallanjude2016-05-011-1/+9
* sys/boot: spelling fixes in comments.pfg2016-04-307-9/+9
* 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
OpenPOWER on IntegriCloud