aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/boot1/boot1.c
Commit message (Expand)AuthorAgeFilesLines
* efi loader: Address two nits with recent graphics changesKyle Evans2018-04-191-0/+2
* UEFI: Ditch console mode setting, choose optimal GOP mode later in bootKyle Evans2018-03-211-14/+3
* Only print boot order / boot current if we can get the variables fromWarner Losh2018-03-161-10/+12
* Star BootCurrent entry when booting.Warner Losh2018-03-121-1/+2
* Move the env convenience routines out of boot1.c.Warner Losh2018-03-121-40/+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
* Fix booting on some arm64 systems after r327879 by fixing the call toAndrew Turner2018-01-151-2/+2
* Report the boot order and where we are in that boot order. AddWarner Losh2018-01-121-2/+45
* [boot/efi] scan all display modes rather than sequential try-fail wayMichael Zhilin2017-12-211-2/+2
* libefi: make efichar.h more usable in stand codeToomas Soome2017-12-141-1/+0
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+583