summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/efiboot
AgeCommit message (Expand)Author
2019-05-05Add support for the EFI Random Number Generator Protocol and use it to XORMark Kettenis
2019-04-25Add a check to tftp_open() that we are actually opening a TFTP device.Christian Weisgerber
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and giveTheo de Raadt
2019-04-10crank versionsTheo de Raadt
2019-04-08crank version; looks good deraadtFlorian Obser
2019-03-15Many machines with serial ports ship with uefi firmware which does notJonathan Gray
2018-11-20Fix typos in memprobe address check. Diff from Andrew Daugherity.YASUOKA Masahiko
2018-10-20Bring over changes from aarch64 to fix building with ld.lld on amd64.Mark Kettenis
2018-10-13Tweak linker flags and objcopy invocation to make things build with lld.Mark Kettenis
2018-08-24Don't treat UnicodeChar == 0 as a keyboard input.YASUOKA Masahiko
2018-08-10Bump boot loader versions for softraid passphrase handling change.Joel Sing
2018-08-10Retry on incorrect passphrase for softraid crypto boot.Joel Sing
2018-07-06Fix efiboot not to panic when a serial which does not exist actuallyYASUOKA Masahiko
2018-06-18"a = 1; b = 100; c = a * b; if (c == 0) c = 100;"Kenneth R Westerback
2018-04-18crank versionTheo de Raadt
2018-03-02The UEFI specification states that a watchdog timer should be armed forJonathan Gray
2018-02-06Load the Intel microcode much earlier. So far we had loaded it afterPatrick Wildt
2018-01-30Fix TFTP reading of zero-size files:Christian Weisgerber
2018-01-21Add missing OpenBSD CVS tagPatrick Wildt
2017-11-25Implement network boot support in efiboot(8). This changes efiboot(8)Patrick Wildt
2017-11-06Modify "machine video" command not to list mode when chaning video mode.YASUOKA Masahiko
2017-11-06Call CD-ROM devices cdN instead of hdN. Also select the booted deviceYASUOKA Masahiko
2017-10-11Add "machine gop" command to support changing graphic output mode.YASUOKA Masahiko
2017-10-06Revert previous video mode when setting GOP SetMode is failed. ThisYASUOKA Masahiko
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-08-07Add "machine exit" and "machine poweroff" commands to the arm64 and armv7Mark Kettenis
2017-07-31Back out previous commit but handle the case where the device path consistsMark Kettenis
2017-07-29Fix off-by-one in return value of efi_device_path_depth().Mark Kettenis
2017-07-21Check the hibernation signature for softraid disks and select valid bsdYASUOKA Masahiko
2017-06-19As early as possible, create a link /bsd.booted to the /bsd kernel weTheo de Raadt
2017-06-01Don't panic when we cannot locate a handle for the Serial IO protocol.Patrick Wildt
2017-05-31Add serial console support for efiboot.YASUOKA Masahiko
2017-05-16Tweak previous, s/int/unsigned/, since the format character is %u.YASUOKA Masahiko
2017-05-16Compare device pathes properly to find the booted disk.YASUOKA Masahiko
2017-05-11Casting int is required for passing uint64 value to "%u" since we don'tYASUOKA Masahiko
2017-03-03Delete "comspeed" which had been mistakenly added as a int value.YASUOKA Masahiko
2017-03-01Fix the code which preserves the device path of the loaded image ifYASUOKA Masahiko
2017-02-08Retry BS->ExitBootServices() if it fails.YASUOKA Masahiko
2016-12-30Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.YASUOKA Masahiko
2016-12-24The unit of the parition offset in disklabel is number of sectors in theYASUOKA Masahiko
2016-12-23Convert the sector number in the patition table to the sector numberYASUOKA Masahiko
2016-12-23The efi disk i/o to read sectors properly when the sector size is notYASUOKA Masahiko
2016-09-18Bump boot loader versions due to bcrypt pbkdf support.Joel Sing
2016-09-18Add bcrypt pbkdf support to the softraid crypto boot loader code.Joel Sing
2016-09-13crank bootloader version after .SUNW_ctf changeJasper Lievisse Adriaanse
2016-09-11Switch amd64 to libsa MI softraid.Joel Sing
2016-09-11Rename softraid boot files, which are currently in an MD location. ThisJoel Sing
2016-09-10Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil.Joel Sing
2016-08-31Enable cd9660 in efiboot.YASUOKA Masahiko
2016-08-30Use MaxMode to terminate the mode iteration. Actually the old wayYASUOKA Masahiko