summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/stand/libsa
AgeCommit message (Expand)AuthorFilesLines
2021-03-11spellingjsg1-2/+2
2021-01-28bios_memmap[] should not be a commonderaadt1-1/+2
2020-12-09Use daddr_t and not daddr32_t in boot media.krw8-16/+16
2020-06-19fold the TSC value in fewer operations, same result; ok deraadt@naddy1-6/+7
2020-06-15Check rdrand for success and try up to ten times, as recommended by Intel.naddy1-3/+19
2020-06-14asm versions of mdrandom() no longer neededderaadt2-0/+0
2020-06-14rewrite mdrandom() in C. previously this XOR'd against rdrand if available,deraadt3-220/+63
2020-05-25Adjust mdrandom() to also return 0 for success, -1 for failurederaadt2-2/+10
2019-11-09move NT eflag clearing after register saving, otherwise %eax isderaadt1-9/+8
2019-06-24Remove a 15 year old #if 0 and wrap a long line (KNF)mlarkin1-10/+3
2019-06-08When loading intel microcode in the non-efi case, error if the file isjsg1-2/+2
2019-05-28Cleanup some bootloader codemlarkin1-27/+22
2019-05-15Add support to the BIOS bootloader for random kernel base VAmlarkin2-12/+365
2019-05-10Disentangle #ifdef EFIBOOT.mlarkin6-184/+7
2019-04-25Add a check to tftp_open() that we are actually opening a TFTP device.naddy1-1/+11
2019-04-20When copying the EFI-stored kernel to the correct operating location,deraadt1-2/+2
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitderaadt1-2/+2
2019-03-15Many machines with serial ports ship with uefi firmware which does notjsg1-4/+2
2018-12-16Avoid using a too big bounce buffer by splitting up large reads. Allowsotto1-4/+18
2018-12-10Ensure that we close the file descriptor after loading microcode.jsing1-1/+4
2018-12-10Do not call free on a non-allocated pointer.jsing1-2/+1
2018-11-12Fix grammar in commentguenther1-2/+2
2018-08-10Retry on incorrect passphrase for softraid crypto boot.jsing1-2/+2
2018-07-11Detect vmm(4) in the bootloader and automatically switch to the serialmlarkin1-2/+24
2018-06-18"a = 1; b = 100; c = a * b; if (c == 0) c = 100;"krw1-5/+1
2018-04-23Move efi_cleanup() to before the mem_pass() since efi_cleanup() mightyasuoka1-15/+18
2018-04-18re-enable ucode loading. The problem is the standard memory allocatorderaadt1-8/+6
2018-04-15Disable microcode loading added in r1.20 of exec_i386.c.jsing1-1/+7
2018-02-06Load the Intel microcode much earlier. So far we had loaded it afterpatrick1-1/+59
2017-12-18Add sizes for free() in libsa for amd64 and i386.fcambus2-6/+6
2017-11-25Implement network boot support in efiboot(8). This changes efiboot(8)patrick1-1/+12
2017-11-06Call CD-ROM devices cdN instead of hdN. Also select the booted deviceyasuoka1-5/+18
2017-10-11Add "machine gop" command to support changing graphic output mode.yasuoka1-1/+2
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt1-2/+1
2017-07-21Check the hibernation signature for softraid disks and select valid bsdyasuoka3-10/+10
2017-07-06Remove bogus arguments from a printf in the bootloader.mlarkin1-4/+3
2017-06-22Only print the magic '&' letter on a disk if the hibernate partition isderaadt1-3/+5
2017-06-19As early as possible, create a link /bsd.booted to the /bsd kernel wederaadt1-3/+37
2017-05-31Add serial console support for efiboot.yasuoka1-3/+1
2017-05-31Disable "machine boot" and "machine comaddr" from efiboot.yasuoka1-4/+7
2017-03-01Don't try to access the com(4) hardware to set up the console speedpatrick1-1/+3
2017-01-05Fix boot(8) crashing on some amd64 machines when booting from softraid crypto.stsp1-2/+15
2016-12-24Make the boot programs support booting from softraid on 4K byte sectoryasuoka1-8/+19
2016-09-18Fix a bug in the bounce buffer handling of BIOS disk I/O.jsing1-7/+6
2016-09-11Switch amd64 to libsa MI softraid.jsing5-212/+9
2016-09-11Update header guards.jsing1-4/+4
2016-09-11Rename softraid boot files, which are currently in an MD location. Thisjsing6-11/+11
2016-09-10Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 tojsing1-3/+3
2016-09-10Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil.jsing1-2/+2
2016-06-10fix some typos in commentsjcs3-7/+7