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
Age
Commit message (
Expand
)
Author
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-12-30
Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.
YASUOKA Masahiko
2016-12-24
The unit of the parition offset in disklabel is number of sectors in the
YASUOKA Masahiko
2016-12-23
Convert the sector number in the patition table to the sector number
YASUOKA Masahiko
2016-12-23
The efi disk i/o to read sectors properly when the sector size is not
YASUOKA Masahiko
2016-09-18
Bump boot loader versions due to bcrypt pbkdf support.
Joel Sing
2016-09-18
Add bcrypt pbkdf support to the softraid crypto boot loader code.
Joel Sing
2016-09-13
crank bootloader version after .SUNW_ctf change
Jasper Lievisse Adriaanse
2016-09-11
Switch amd64 to libsa MI softraid.
Joel Sing
2016-09-11
Rename softraid boot files, which are currently in an MD location. This
Joel Sing
2016-09-10
Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil.
Joel Sing
2016-08-31
Enable cd9660 in efiboot.
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-05-11
Move EFI header files to a location where they can be used on other
Mark Kettenis
2016-05-06
Fix efiboot not to hang with a disk whose block size < 512.
YASUOKA Masahiko
2016-05-01
Shuffle gpt/mbr code around a bit to make it more like other searches
Kenneth R Westerback
2016-02-19
belatedly bump bootstrap version after mdrandom() changes; ok deraadt@
Christian Weisgerber
2016-02-04
Some (buggy) UEFI implementations don't report the correct framebuffer
Mark Kettenis
2016-01-06
Bring efidev.c goodness into softraid.c by returning and displaying
Kenneth R Westerback
2016-01-03
Don't need two 16K static buffers to checksum the GPT entries and find the
Kenneth R Westerback
2015-12-24
If the GPT header checksum check fails, do *not* say the OpenBSD partition
Kenneth R Westerback
2015-12-24
Make all instances of gpt_chk_mbr() identical (bar static vs
Kenneth R Westerback
2015-12-24
Add prototype for gpt_chk_mbr() to i386_installboot.c. Add 'static' to
Kenneth R Westerback
2015-12-02
Add missing start_i386.S for ia32. Also start.S is renamed to
YASUOKA Masahiko
2015-11-29
Disk size in blocks is LastBlock+1. Fix whitespace nit.
Kenneth R Westerback
2015-11-28
Use the same function as kern/subr_disk.c and fdisk/mbr.c to check
Kenneth R Westerback
2015-11-28
Check the protective MBR stricter not to choose a broken GPT.
YASUOKA Masahiko
2015-11-26
Avoid setting mode to GOP if the mode is unchanged. Also don't panic
YASUOKA Masahiko
2015-11-09
Bring GPT validity checking into line with kern/subr_disk.c . In
Kenneth R Westerback
2015-11-08
Make "machine disk" show some info for EFI instead of info for BIOS.
YASUOKA Masahiko
2015-11-08
Make the variables be "const" and fix white space.
YASUOKA Masahiko
2015-11-07
Disable red-zone since EFI is running with a different ABI.
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-10-01
Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an
Kenneth R Westerback
2015-09-23
Fix white spaces and style.
YASUOKA Masahiko
2015-09-23
Remove -DLINKADDR=. It is for first-stage bootstrap.
YASUOKA Masahiko
2015-09-23
efiboot used 3MB memory below the region for the kernel, but UEFI
YASUOKA Masahiko
2015-09-12
Add missing free() in efid_io(). Found by jsg.
YASUOKA Masahiko
2015-09-07
Fix the previous. The condition of loop which read GPT partitions had been
YASUOKA Masahiko
2015-09-07
BOOTX86.EFI should be BOOTIA32.EFI.
YASUOKA Masahiko
2015-09-06
Use checksum to check the gpt parition. Old check was missing
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
Add missing copyright.
YASUOKA Masahiko
[next]