summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/libsa
AgeCommit message (Expand)Author
2019-06-24Remove a 15 year old #if 0 and wrap a long line (KNF)Mike Larkin
2019-06-08When loading intel microcode in the non-efi case, error if the file isJonathan Gray
2019-05-28Cleanup some bootloader codeMike Larkin
2019-05-15Add support to the BIOS bootloader for random kernel base VAMike Larkin
2019-05-10Disentangle #ifdef EFIBOOT.Mike Larkin
2019-04-25Add a check to tftp_open() that we are actually opening a TFTP device.Christian Weisgerber
2019-04-20When copying the EFI-stored kernel to the correct operating location,Theo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-03-15Many machines with serial ports ship with uefi firmware which does notJonathan Gray
2018-12-16Avoid using a too big bounce buffer by splitting up large reads. AllowsOtto Moerbeek
2018-12-10Ensure that we close the file descriptor after loading microcode.Joel Sing
2018-12-10Do not call free on a non-allocated pointer.Joel Sing
2018-11-12Fix grammar in commentPhilip Guenther
2018-08-10Retry on incorrect passphrase for softraid crypto boot.Joel Sing
2018-07-11Detect vmm(4) in the bootloader and automatically switch to the serialMike Larkin
2018-06-18"a = 1; b = 100; c = a * b; if (c == 0) c = 100;"Kenneth R Westerback
2018-04-23Move efi_cleanup() to before the mem_pass() since efi_cleanup() mightYASUOKA Masahiko
2018-04-18re-enable ucode loading. The problem is the standard memory allocatorTheo de Raadt
2018-04-15Disable microcode loading added in r1.20 of exec_i386.c.Joel Sing
2018-02-06Load the Intel microcode much earlier. So far we had loaded it afterPatrick Wildt
2017-12-18Add sizes for free() in libsa for amd64 and i386.Frederic Cambus
2017-11-25Implement network boot support in efiboot(8). This changes efiboot(8)Patrick Wildt
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-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-07-21Check the hibernation signature for softraid disks and select valid bsdYASUOKA Masahiko
2017-07-06Remove bogus arguments from a printf in the bootloader.Mike Larkin
2017-06-22Only print the magic '&' letter on a disk if the hibernate partition isTheo de Raadt
2017-06-19As early as possible, create a link /bsd.booted to the /bsd kernel weTheo de Raadt
2017-05-31Add serial console support for efiboot.YASUOKA Masahiko
2017-05-31Disable "machine boot" and "machine comaddr" from efiboot.YASUOKA Masahiko
2017-03-01Don't try to access the com(4) hardware to set up the console speedPatrick Wildt
2017-01-05Fix boot(8) crashing on some amd64 machines when booting from softraid crypto.Stefan Sperling
2016-12-24Make the boot programs support booting from softraid on 4K byte sectorYASUOKA Masahiko
2016-09-18Fix a bug in the bounce buffer handling of BIOS disk I/O.Joel Sing
2016-09-11Switch amd64 to libsa MI softraid.Joel Sing
2016-09-11Update header guards.Joel Sing
2016-09-11Rename softraid boot files, which are currently in an MD location. ThisJoel Sing
2016-09-10Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 toJoel Sing
2016-09-10Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil.Joel Sing
2016-06-10fix some typos in commentsJoshua Stein
2016-05-27Modify com_init to match the com driver initializaiton, and addBob Beck
2016-03-06Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2016-02-12Remove the "GenuineIntel" check from x86 mdrandom(). Checking theChristian Weisgerber
2016-01-12naddy observed the TSC fallback code could encounter (high word) %edxTheo de Raadt
2016-01-10match up code and comments, add missing $OpenBSD$; ok jsing@ a while agoChristian Weisgerber
2016-01-06We want the first, not the last, OpenBSD partition in the MBR.Kenneth R Westerback
2016-01-06Bring efidev.c goodness into softraid.c by returning and displayingKenneth R Westerback
2016-01-04Remove parameter name from gpt_chk_mbr() prototype and add prototypeKenneth R Westerback
2016-01-03Don't need two 16K static buffers to checksum the GPT entries and find theKenneth R Westerback