aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-14102-18534/+0
* boot1: also check for NULL deviceEd Maste2017-11-121-7/+9
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-105-19/+3
* Remove LOADER_FDT_SUPPORT as a Makefile variable.Warner Losh2017-11-103-8/+5
* boot1: avoid using NULL device pathEd Maste2017-11-101-14/+15
* loader.efi: efi_devpath_is_prefix should return boolToomas Soome2017-11-102-9/+9
* loader: set options before including bsd.init.mkRoger Pau Monné2017-11-081-6/+6
* Prefer bsd.init.mk to src.opts.mkWarner Losh2017-11-061-1/+1
* Move machine and other link creation to defs.mkWarner Losh2017-11-063-37/+0
* efipart_strategy is using wrong offset with >512B sectorsToomas Soome2017-11-011-1/+5
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-312-2/+6
* For amd64, compile both zfs and zfs32 libraries.Warner Losh2017-10-303-41/+12
* Define new EFI variablesWarner Losh2017-10-297-59/+59
* loader.efi: Make framebuffer commands available for arm64Emmanuel Vadot2017-10-255-4/+5
* Move BINDIR definition to defs.mk, and override where it isn't /bootWarner Losh2017-10-251-2/+0
* Revert "Unify boot1 with loader" change r324646Warner Losh2017-10-178-510/+884
* LOADER_foo_SUPPORTEDWarner Losh2017-10-162-0/+6
* Move all the ficl common code into ficl.mkWarner Losh2017-10-163-9/+1
* Move common/Makefile.inc to sys/boot/loader.mk.Warner Losh2017-10-162-6/+2
* Rename top level Makefile.ficl to ficl.mk.Warner Losh2017-10-161-1/+1
* Unify boot1 with loaderWarner Losh2017-10-168-884/+512
* Rename exit to efi_exit to avoid clashing with libsa exit definitionWarner Losh2017-10-123-11/+12
* Move ufsread.cWarner Losh2017-10-121-2/+2
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-103-7/+0
* Define LIBSA* and use them instead of overloaded LIBSTANDWarner Losh2017-10-092-4/+4
* Define SASRC and use itWarner Losh2017-10-093-3/+3
* Prefer ${LIBSTAND} to -lstandWarner Losh2017-10-091-1/+1
* Unbreak building efiboot with MK_ZFS == noEnji Cooper2017-10-071-1/+2
* Encapsulate ZFS preferences into efi_zfs_is_preferredWarner Losh2017-10-063-8/+15
* Add efi_devpath_is_prefixWarner Losh2017-10-062-0/+30
* libefi: efipart_floppy() will should not pass acpi pointer if the HID test failsToomas Soome2017-09-251-2/+2
* libefi: define EISA PNP constantsToomas Soome2017-09-221-3/+8
* libefi: efipart_hdinfo_add_filepath should check strtol resultToomas Soome2017-09-221-0/+7
* libefi: efipart.c cstyle fix for efipart_print_common()Toomas Soome2017-09-221-1/+2
* libefi: efipart_strategy() should return ENXIO when there is no mediaToomas Soome2017-09-221-1/+1
* libefi: pdinfo_t pd_unit and pd_open should be unsignedToomas Soome2017-09-222-3/+3
* efilib.h: typo in structure member descriptionToomas Soome2017-09-221-1/+1
* r323885 did miss efilib.h updateToomas Soome2017-09-221-1/+2
* libefi: efi_devpath_match local len should be unsignedToomas Soome2017-09-221-2/+2
* libefi: efipart.c should use calloc()Toomas Soome2017-09-211-10/+5
* libefi: efi_devpath_match() should return boolToomas Soome2017-09-212-9/+9
* libefi: devicename.c cleanupsToomas Soome2017-09-211-16/+20
* Increase EFI boot file size frok 128k to 384kAllan Jude2017-09-1311-116/+4
* libefi: efipart_realstrategy rsize pointer may be NULLToomas Soome2017-09-131-1/+2
* libefi: efipart_open should check the status from disk_openToomas Soome2017-09-121-2/+13
* boot1: remove BOOT1_MAXSIZE default valueEd Maste2017-09-111-1/+0
* r323389 breaks the kernel build when WITHOUT_ZFS is defined in src.confToomas Soome2017-09-111-0/+4
* boot1 generate-fat: generate all templates at onceEd Maste2017-09-111-47/+50
* loader.efi: chain loader should provide proper device handleToomas Soome2017-09-105-47/+77
* Be consistent and do return (1);Warner Losh2017-09-071-1/+1