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
/
efiboot
/
efiboot.c
Age
Commit message (
Expand
)
Author
2020-10-30
Use a 64MB block to load the kernel to deal with kernel growth.
Mark Kettenis
2020-03-22
Make efi_device_path_depth() return the full device path depth if we don't
Mark Kettenis
2019-11-29
Pass the EFI memory map to the kernel.
Mark Kettenis
2019-03-15
Many machines with serial ports ship with uefi firmware which does not
Jonathan Gray
2018-11-20
Fix typos in memprobe address check. Diff from Andrew Daugherity.
YASUOKA Masahiko
2018-08-24
Don't treat UnicodeChar == 0 as a keyboard input.
YASUOKA Masahiko
2018-07-06
Fix efiboot not to panic when a serial which does not exist actually
YASUOKA Masahiko
2018-03-02
The UEFI specification states that a watchdog timer should be armed for
Jonathan Gray
2017-11-25
Implement network boot support in efiboot(8). This changes efiboot(8)
Patrick Wildt
2017-11-06
Modify "machine video" command not to list mode when chaning video mode.
YASUOKA Masahiko
2017-11-06
Call CD-ROM devices cdN instead of hdN. Also select the booted device
YASUOKA Masahiko
2017-10-11
Add "machine gop" command to support changing graphic output mode.
YASUOKA Masahiko
2017-10-06
Revert previous video mode when setting GOP SetMode is failed. This
YASUOKA Masahiko
2017-08-07
Add "machine exit" and "machine poweroff" commands to the arm64 and armv7
Mark Kettenis
2017-07-31
Back out previous commit but handle the case where the device path consists
Mark Kettenis
2017-07-29
Fix off-by-one in return value of efi_device_path_depth().
Mark Kettenis
2017-06-01
Don't panic when we cannot locate a handle for the Serial IO protocol.
Patrick Wildt
2017-05-31
Add serial console support for efiboot.
YASUOKA Masahiko
2017-05-16
Compare device pathes properly to find the booted disk.
YASUOKA Masahiko
2017-03-03
Delete "comspeed" which had been mistakenly added as a int value.
YASUOKA Masahiko
2017-03-01
Fix the code which preserves the device path of the loaded image if
YASUOKA Masahiko
2017-02-08
Retry BS->ExitBootServices() if it fails.
YASUOKA Masahiko
2016-08-30
Use MaxMode to terminate the mode iteration. Actually the old way
YASUOKA Masahiko
2016-06-10
fix some typos in comments
Joshua Stein
2016-05-15
Give the 32-bit and 64-bit EFI boatloaders different names such that we can
Mark Kettenis
2016-02-04
Some (buggy) UEFI implementations don't report the correct framebuffer
Mark Kettenis
2015-11-26
Avoid setting mode to GOP if the mode is unchanged. Also don't panic
YASUOKA Masahiko
2015-11-08
Make the variables be "const" and fix white space.
YASUOKA Masahiko
2015-11-03
Ignore disks whose media is not present.
YASUOKA Masahiko
2015-11-03
Use "Loaded Image Protocol" instead of "Loaded Device Path Protocol"
YASUOKA Masahiko
2015-10-05
Fix efiboot not to use the usual kernel load address. Load the kernel in
YASUOKA Masahiko
2015-09-23
Fix white spaces and style.
YASUOKA Masahiko
2015-09-23
efiboot used 3MB memory below the region for the kernel, but UEFI
YASUOKA Masahiko
2015-09-03
Improve the code that tries to figure out which device we booted from. The
Mark Kettenis
2015-09-02
Use the pointer we got back from alloc() when calling free() instead of
Mark Kettenis
2015-09-02
Initial commit of uefi boot loader of OpenBSD.
YASUOKA Masahiko