index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
amd64
/
stand
Age
Commit message (
Expand
)
Author
2019-08-20
Network-based device paths use Messaging and not Media types. Thus
Patrick Wildt
2019-08-13
Allow PXE booting using u-boot by relaxing our requirements
Patrick Wildt
2019-08-13
Unbreak build of efi32 due to a typo in the fchmod change.
Patrick Wildt
2019-08-04
crank version, following fchmod change
Theo de Raadt
2019-08-03
In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x
Theo de Raadt
2019-07-29
Support disk write in efiboot. Requested by deraadt.
YASUOKA Masahiko
2019-06-24
Remove a 15 year old #if 0 and wrap a long line (KNF)
Mike Larkin
2019-06-08
When loading intel microcode in the non-efi case, error if the file is
Jonathan Gray
2019-05-28
Cleanup some bootloader code
Mike Larkin
2019-05-22
Allow loading of bigger ucode. This implementation uses the UEFI memory
Mark Kettenis
2019-05-15
Add support to the BIOS bootloader for random kernel base VA
Mike Larkin
2019-05-11
whitespace removal
Mike Larkin
2019-05-11
whitespace removal
Mike Larkin
2019-05-11
whitespace removal
Mike Larkin
2019-05-11
Further cleanup of efi32/64.
Mike Larkin
2019-05-11
Refactor efiboot into 32 and 64 bit copies.
Mike Larkin
2019-05-11
Refactor efiboot into 32 and 64 bit copies.
Mike Larkin
2019-05-10
Disentangle #ifdef EFIBOOT.
Mike Larkin
2019-05-05
Add support for the EFI Random Number Generator Protocol and use it to XOR
Mark Kettenis
2019-04-25
Add a check to tftp_open() that we are actually opening a TFTP device.
Christian Weisgerber
2019-04-20
When copying the EFI-stored kernel to the correct operating location,
Theo de Raadt
2019-04-20
libsa's memcpy() is actually memmove(). make a proper memmove(), and give
Theo de Raadt
2019-04-10
crank versions
Theo de Raadt
2019-04-10
change marks[] array to uint64_t, so the code can track full 64-bit
Theo de Raadt
2019-04-08
crank version; looks good deraadt
Florian Obser
2019-03-15
Many machines with serial ports ship with uefi firmware which does not
Jonathan Gray
2019-01-02
markup boot prompt commands using Ic, not Nm; ok jmc@
anton
2018-12-16
Avoid using a too big bounce buffer by splitting up large reads. Allows
Otto Moerbeek
2018-12-10
Ensure that we close the file descriptor after loading microcode.
Joel Sing
2018-12-10
Do not call free on a non-allocated pointer.
Joel Sing
2018-11-20
Fix typos in memprobe address check. Diff from Andrew Daugherity.
YASUOKA Masahiko
2018-11-12
Fix grammar in comment
Philip Guenther
2018-11-07
Document `machine gop [mode]' command
kn
2018-10-20
Bring over changes from aarch64 to fix building with ld.lld on amd64.
Mark Kettenis
2018-10-16
Add linker script to assis lld with building something usable that doesn't
Mark Kettenis
2018-10-13
Tweak linker flags and objcopy invocation to make things build with lld.
Mark Kettenis
2018-08-24
Don't treat UnicodeChar == 0 as a keyboard input.
YASUOKA Masahiko
2018-08-10
Bump boot loader versions for softraid passphrase handling change.
Joel Sing
2018-08-10
Retry on incorrect passphrase for softraid crypto boot.
Joel Sing
2018-07-11
Detect vmm(4) in the bootloader and automatically switch to the serial
Mike Larkin
2018-07-06
Fix efiboot not to panic when a serial which does not exist actually
YASUOKA Masahiko
2018-06-18
"a = 1; b = 100; c = a * b; if (c == 0) c = 100;"
Kenneth R Westerback
2018-04-23
Move efi_cleanup() to before the mem_pass() since efi_cleanup() might
YASUOKA Masahiko
2018-04-18
crank version
Theo de Raadt
2018-04-18
re-enable ucode loading. The problem is the standard memory allocator
Theo de Raadt
2018-04-15
Disable microcode loading added in r1.20 of exec_i386.c.
Joel Sing
2018-03-02
The UEFI specification states that a watchdog timer should be armed for
Jonathan Gray
2018-02-18
document "machine video"; requested by tinker
Jason McIntyre
2018-02-06
Load the Intel microcode much earlier. So far we had loaded it after
Patrick Wildt
2018-01-30
Fix TFTP reading of zero-size files:
Christian Weisgerber
[next]