aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
Commit message (Expand)AuthorAgeFilesLines
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-181-1/+1
* loader: Avoid -Wpointer-to-int cast warnings for Arm and RISC-VJessica Clarke2020-07-262-2/+2
* Revert that!Simon J. Gerraty2020-07-191-5/+0
* Oops missed Makefile.configSimon J. Gerraty2020-07-191-0/+5
* RISC-V boot1.efi and loader.efi supportMitchell Horne2020-07-068-4/+581
* boot1.efi: use malloc family from libsaToomas Soome2020-06-301-36/+16
* stand: remove redundant declarationsKyle Evans2020-06-232-1/+1
* Revert r362466Baptiste Daroussin2020-06-221-2/+2
* Improve wording to be more precise and clear.Hans Petter Selasky2020-06-211-2/+2
* loader: create single zfs nextboot implementationToomas Soome2020-06-202-1/+16
* loader.efi: update console after gfx mode changeToomas Soome2020-06-141-0/+3
* Fix the efi serial console in the Arm models.Andrew Turner2020-06-101-12/+9
* gptboot.efi: align secbuf to 4KMitchell Horne2020-06-031-1/+1
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-123-14/+0
* Fix the EFI_DEBUG case, prio_str is only used when EFI_DEBUG is unset.Andrew Turner2020-05-051-0/+2
* As with r352446 align blocks in boot1.efiAndrew Turner2020-05-051-5/+5
* Stop setting PG_U in bootstrap mappings.Mark Johnston2020-04-241-3/+3
* loader.efi: restore the init and fix the color setupToomas Soome2020-03-281-11/+26
* loader.efi: conout->QueryMode() can fail to return screen dimensionsToomas Soome2020-03-271-5/+13
* loader: remove libsa/crc32.c and use version from zlibToomas Soome2020-03-191-0/+1
* loader.efi: handle efi_cons_init() failure cases betterToomas Soome2020-03-181-24/+22
* loader: add comconsole implementation on top of SIO protocolToomas Soome2020-03-146-13/+543
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-084-7/+7
* efi_register_handles() is missing NULL pointer checkToomas Soome2020-02-201-0/+2
* insert_zfs() is missing NULL pointer checkToomas Soome2020-02-201-3/+5
* efipart_inithandles() is missing NULL pointer checkToomas Soome2020-02-201-0/+2
* connect_controllers() is missing NULL pointer checkToomas Soome2020-02-201-0/+2
* efihttp_fs_seek() is missing NULL pointer checkToomas Soome2020-02-201-0/+2
* efinet_dev_init() is missing NULL pointer checkToomas Soome2020-02-201-0/+2
* Move smbios.c to libsa.Warner Losh2020-02-201-15/+0
* Create ptov() function.Warner Losh2020-02-201-1/+5
* efiloader: don't execute hooks when setting currdev/loaddevKyle Evans2020-02-121-2/+11
* Backout 356693. The libsa malloc does provide necessary alignment andToomas Soome2020-01-131-1/+1
* loader: allocate properly aligned buffer for network packetToomas Soome2020-01-131-1/+1
* loader.efi: efi_readkey_ex needs to key despite the shift status or toggle st...Toomas Soome2019-12-171-4/+8
* Update Makefile.depend filesSimon J. Gerraty2019-12-112-5/+1
* loader.efi: print ImageBase so we know where we areToomas Soome2019-12-061-0/+1
* loader: clean up efipart filter expressionsToomas Soome2019-12-041-12/+11
* loader: ReadKeyStrokeEx may return partial keystrokesToomas Soome2019-12-031-3/+4
* loader.efi: fix cd boot for cisco C220M3Toomas Soome2019-12-021-0/+17
* loader.efi: efipart needs better support detecting nested partitionsToomas Soome2019-11-304-251/+300
* Also turn of teken for RB_MULTIPLEWarner Losh2019-11-281-2/+10
* Remove comment. We're just going to the next node here.Warner Losh2019-11-281-1/+1
* Support kernels larger than EFI_STAGING_SIZE in loader.efiAndrew Turner2019-11-271-3/+64
* loader: remove unused variable from efipart.cToomas Soome2019-11-161-1/+1
* loader: r354415 did miss to sort subpaths below the partitionsToomas Soome2019-11-151-5/+23
* loader.efi: Default to serial if we don't have a ConOut variableEmmanuel Vadot2019-11-081-1/+4
* loader: implement fallback efi_devpath_to_name()Toomas Soome2019-11-071-4/+428
* loader.efi: HARDDRIVE_DEVICE_PATH may have subpathsToomas Soome2019-11-061-12/+37
* Remove duplicate lz4 implementationsToomas Soome2019-11-021-0/+1