aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
Commit message (Expand)AuthorAgeFilesLines
* loader.efi: Fix some arm64 PE metadataMark Johnston2023-05-292-22/+29
* loader: always install help filesMitchell Horne2023-02-151-0/+1
* efiserialio: use port settings (sio->Mode) for initial setupToomas Soome2023-02-101-16/+22
* stand: create common set_currdevWarner Losh2023-01-241-14/+0
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-243-21/+2
* stand/efi: Better variable nameWarner Losh2023-01-241-4/+4
* stand/zfs: Add a third argument to zfs_probe_dev: part_tooWarner Losh2023-01-241-1/+1
* stand/efi: remove unused local varaiblesWarner Losh2023-01-241-2/+1
* kboot: Mark the EFI specific parts of bootinfo.cWarner Losh2023-01-241-0/+16
* stand: update prototypes for md_load and md_load64Warner Losh2023-01-241-1/+0
* stand/efi: Break stlye rules a little for easier sharingWarner Losh2023-01-241-2/+3
* stand/efi: Better include order for sharingWarner Losh2023-01-241-1/+1
* stand/efi: Remove redundant parenthesisWarner Losh2023-01-241-1/+1
* stand/efi: Document the copy size trickWarner Losh2023-01-241-1/+1
* stand: create devinitWarner Losh2023-01-241-3/+1
* stand/efi: Move to using common devparse()Warner Losh2023-01-241-102/+3
* stand: For all disk drivers, connect dv_parsedev to disk_parsedevWarner Losh2023-01-241-0/+1
* stand: Change zfs_parsedev() APIWarner Losh2023-01-241-5/+1
* stand: Change disk_parsedev() APIWarner Losh2023-01-241-5/+1
* stand/efi: Simpler constructWarner Losh2023-01-241-7/+1
* stand: collapse all copies of *copyenv into md_copyenvWarner Losh2023-01-241-40/+1
* stand: Move md_copymodules into modinfo.c and reduce copiesWarner Losh2023-01-241-37/+8
* stand: Create common/modinfo.hWarner Losh2023-01-241-60/+6
* stand: Create MOD_ALIGN macro and use it everywhereWarner Losh2023-01-241-4/+5
* stand/efi: Clean the proper filesGuido van Rooij2023-01-241-1/+1
* stand: More sensible defaults when ConOut is missingWarner Losh2023-01-244-2/+37
* stand: Use bool for stage_offset_setWarner Losh2023-01-241-4/+4
* stand: efi_fmtdev can be reduced to devformatWarner Losh2023-01-244-30/+3
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2023-01-241-0/+1
* stand: Move quit command to common commandsWarner Losh2023-01-241-9/+0
* stand: Make sure nobody has a NULL pointer for dv_cleanupWarner Losh2023-01-243-5/+5
* loader.efi: faults could try to print out call traceToomas Soome2023-01-242-0/+40
* amd64/efi: Remove setting hints for rsdpWarner Losh2023-01-241-12/+0
* loader: Set preferred kenv for acpi.rsdp on arm64Warner Losh2023-01-241-0/+15
* Remove "All Rights Reserved" from Foundation copyrightsEd Maste2023-01-248-8/+0
* stand: s/libstand/libsa/g to catch up with renameWarner Losh2023-01-242-2/+2
* loader.efi: remove extra extern STWarner Losh2023-01-241-1/+1
* EFI secure boot VECTX related changesEric van Gyzen2023-01-243-0/+6
* gptboot.efi: Add man pageWarner Losh2023-01-242-0/+283
* bi_load: only add MODULEP on arches that have it definedRoger Pau Monné2023-01-241-0/+2
* stand/multiboot2: add support for booting a Xen dom0 in UEFI modeRoger Pau Monné2023-01-245-0/+1001
* stand/efi: add modulep to kernel metadataRoger Pau Monné2023-01-241-3/+6
* stand/efi: allow not exiting boot servicesRoger Pau Monné2023-01-246-15/+21
* loader.efi: make sure kernel image is executableRobert Clausecker2023-01-231-4/+4
* stand: Parse all arguments passed by UEFIMichael Gmelin2022-10-051-1/+1
* stand: Remove a double word in a source code commentGordon Bergling2022-09-071-1/+1
* loader.efi: fix panic() after BS offToomas Soome2022-06-264-4/+15
* loader: abstract boot services exiting to libefi functionWarner Losh2022-06-262-4/+14
* efi: switch boot_services_gone to boot_services_activeWarner Losh2022-06-264-18/+15
* Loader: support booting OS from memory disk (MD)Yongbo Yao2022-06-172-0/+31