summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/loader
Commit message (Expand)AuthorAgeFilesLines
* Use the UEFI event timer to update the time on arm and arm64. The currentandrew2016-06-045-4/+19
* Fix unit number of EFI net interfaces and ignore psuedo network interfaces.jhb2016-05-261-1/+42
* Remove second copy of the -Wno-format band-aid for printf %S.jhb2016-05-261-4/+0
* 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-183-12/+34
* 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-171-5/+201
* sys/boot: spelling fixes in comments.pfg2016-04-301-1/+1
* 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-181-0/+5
* Deprecate using hints.acpi.0.rsdp to communicate the RSDP to theimp2016-04-141-0/+17
* boot/efi: Prefer nm to objdumpemaste2016-03-121-3/+3
* Add more .NOMETA missed in r291320bdrewery2016-03-111-2/+2
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-2/+0
* Add a missing call to dev_cleanup from the arm64 loader.efi.andrew2016-02-201-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
* Parse the command line arguments, and do it before we initialize theimp2016-01-261-13/+94
* Connect the ZFS boot environment menu to the UEFI loaderallanjude2016-01-151-0/+33
* Add EFI ZFS boot supportsmh2016-01-154-1/+122
* Modularise EFI boot loadersmh2016-01-152-32/+68
* Only build EFI components on supported compilerssmh2016-01-141-5/+0
* Enable warnings in EFI boot codesmh2016-01-1211-22/+35
* style(9) fixes for EFI bootsmh2016-01-061-2/+2
* loader.efi style(9) cleanupemaste2016-01-061-35/+29
* Introduce and use new EFI_ERROR_CODE macro for EFI errorsemaste2016-01-063-9/+8
* loader.efi: add terminal emulation supportemaste2016-01-061-1/+2
* loader.efi: support non-contiguous console modesemaste2016-01-041-2/+3
* Set env vars from values on the efi loader command line.ian2015-12-221-2/+25
* loader.efi: strip trailing whitespaceemaste2015-12-213-3/+3
* loader.efi: refresh size in GetMemoryMap retry loopemaste2015-12-201-67/+55
* Pass the UEFI system table into the kernel from the boot loader viaimp2015-12-191-0/+3
* loader.efi: show EFI error number, not full status valueemaste2015-12-181-5/+6
* UEFI: combine GetMemoryMap and ExitBootServices and retry on erroremaste2015-12-165-38/+39
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+18
* Use EFI page size constants instead of hardcoding 4096.jhb2015-09-291-3/+3
* The EFI boot loader allocates a single chunk of contiguous memory tojhb2015-09-171-1/+1
* Various small cleanups to EFI loader Makefiles.jhb2015-09-171-2/+1
* As expected, things aren't as simple as hoped. Consequently, we havemarcel2015-09-071-22/+76
* Auto-detect the UGA frame buffer and stride on a MacBook. We'remarcel2015-09-051-47/+88
* My MacBook has UGA only, but we fail to detect any changesmarcel2015-09-051-24/+50
* For UGA, the frame buffer address obtained by scanning themarcel2015-09-031-52/+175
* Install the forth bits on arm64. For now limit it to just arm64 as on x86andrew2015-09-012-2/+15
* Add support for the UGA draw protocol. This includes adding amarcel2015-08-301-56/+196
* Add a gop command to help diagnose VT efifb problems. The gopmarcel2015-08-301-0/+95
OpenPOWER on IntegriCloud