aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/boot1
Commit message (Expand)AuthorAgeFilesLines
* Ensure we have a large enough stack for the lua loaderAndrew Turner2018-08-271-0/+1
* Hoist EFI_TARGET and SOURCE_DATE_EPOCH up into efi/Makefile.incWarner Losh2018-07-201-11/+0
* NM and OBJCOPY are already defined for all builds. There's no need toWarner Losh2018-07-201-3/+0
* Move ZFS files into libsaWarner Losh2018-07-081-3/+2
* Revert preference to be an int.Warner Losh2018-06-281-1/+1
* 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-191-0/+2
* Regenerate FAT templates after r332561Kyle Evans2018-04-164-0/+0
* Rename volume label for ESPKyle Evans2018-04-161-1/+1
* 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
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-131-1/+1
* 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
* Centralize several variables.Warner Losh2018-02-021-5/+0
* 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
* 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
* [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
* boot1.c needs EFI_ZFS_BOOT too, so add it globally. Otherwise we'llWarner Losh2017-12-081-1/+1
* Make sure we include the right path for skein.h, as well only includeWarner Losh2017-12-051-3/+4
* Remove stale dependency on ufsread.cWarner Losh2017-12-021-2/+0
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1412-0/+1354