aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
Commit message (Expand)AuthorAgeFilesLines
...
* stand: Consolidate checking for boot flags driven by environment varsKyle Evans2018-06-091-10/+3
* Teach ufs_module.c about bsd labels and probe 'a' partition.Warner Losh2018-05-292-1/+46
* efi loader: Address two nits with recent graphics changesKyle Evans2018-04-192-6/+10
* Regenerate FAT templates after r332561Kyle Evans2018-04-164-0/+0
* Rename volume label for ESPKyle Evans2018-04-161-1/+1
* Refactor currdev settingWarner Losh2018-04-115-80/+277
* efinet: Do not return only if ReceiveFilter failsEmmanuel Vadot2018-03-301-3/+1
* loader efifb: implement uga_autoresize as a call to text_autoresizeKyle Evans2018-03-261-2/+2
* loader consoles: Implement SGR 24, 25Kyle Evans2018-03-241-0/+4
* efi loader: Choose a console mode instead if hw.vga.textmode is setKyle Evans2018-03-241-0/+29
* efi loader: Respect efi_max_resolution in loader.conf(5)Kyle Evans2018-03-231-2/+94
* Loader consoles: Implement SGR 22, reset intensityKyle Evans2018-03-231-0/+3
* UEFI: Ditch console mode setting, choose optimal GOP mode later in bootKyle Evans2018-03-212-14/+69
* Only print boot order / boot current if we can get the variables fromWarner Losh2018-03-161-10/+12
* libefi: UEFI_BOOT_VAR_GUID duplicates EFI_GLOBAL_VARIABLEToomas Soome2018-03-152-3/+1
* EFIRT: SetVirtualAddressMap with 1:1 mapping after exiting boot servicesKyle Evans2018-03-131-0/+43
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-132-2/+2
* Print the load and device path as well as BootCurrent and BootOrderWarner Losh2018-03-121-0/+36
* Star BootCurrent entry when booting.Warner Losh2018-03-121-1/+2
* Move the env convenience routines out of boot1.c.Warner Losh2018-03-124-40/+101
* Use the one-line-per-file pattern here, and sort the file names.Warner Losh2018-03-121-2/+14
* GC unused routines.Warner Losh2018-03-121-29/+0
* Remove d_type from devdesc. It's not needed as we can fetch it fromWarner Losh2018-03-122-6/+2
* Use the actual struct devdesc at the start of all *_devdesc structsWarner Losh2018-03-123-15/+14
* We can't use d_opendata for blkio storage.Warner Losh2018-03-122-4/+0
* stand: Fix build after r330249Kyle Evans2018-03-011-1/+1
* stand: Makefile SUBDIR cleanupKyle Evans2018-03-011-4/+1
* Move EFI up to common makefile. There's no need for all these .if'sWarner Losh2018-02-271-6/+0
* Add NO_OBJ to those directories that don't make anything.Warner Losh2018-02-261-0/+2
* Consolidate three copies of ZFS commands into a central location.Warner Losh2018-02-213-65/+1
* efi: Do not pad the efi devpath structureEmmanuel Vadot2018-02-181-0/+4
* efi: Only scan the BLKIO MEDIA onceEmmanuel Vadot2018-02-143-17/+16
* Remove now-unused variable after r328809Kyle Evans2018-02-041-1/+0
* Invent new LDR_INTERP for the loader interpreter to use. Use this inWarner Losh2018-02-021-2/+2
* These 4th words were an attempt to allow integration into the bootWarner Losh2018-02-022-164/+0
* Centralize several variables.Warner Losh2018-02-024-11/+0
* stand/fdt: Consolidate overlay handling a little furtherKyle Evans2018-01-281-6/+1
* loader.efi: add missing EFI GUIDsEd Maste2018-01-252-0/+24
* Remove extra copy of bootinfo.c. It's a bit rotted copy of the one inWarner Losh2018-01-191-275/+0
* stand: Move sections around to fix stand/ build with ld.lld on armv7Kyle Evans2018-01-181-1/+1
* utf8_to_ucs2() should check for malloc failureToomas Soome2018-01-161-0/+2
* Need to free uv after we're done using it.Warner Losh2018-01-151-0/+1
* Check the return value from utf8_to_ucs2 instead of whether or not uvWarner Losh2018-01-151-2/+1
* When returning an error and freeing allocated memory from ucs2_to_utf8Warner Losh2018-01-151-17/+18
* Fix booting on some arm64 systems after r327879 by fixing the call toAndrew Turner2018-01-151-2/+2
* Allow this file to be includedWarner Losh2018-01-121-2/+2
* Report the boot order and where we are in that boot order. AddWarner Losh2018-01-121-2/+45
* Add GUID for UEFI boot manager variables.Warner Losh2018-01-121-0/+2
* stand/fdt: Consistently apply fdt_overlaysKyle Evans2017-12-291-6/+14
* [boot/efi] scan all display modes rather than sequential try-fail wayMichael Zhilin2017-12-211-2/+2