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
/
arm64
/
stand
Age
Commit message (
Expand
)
Author
2019-12-26
In ACPI mode, do not generate "cpu" nodes for CPUs that are disabled.
Mark Kettenis
2019-11-28
Implement a hexdump command in the boot loader. This helps to
Alexander Bluhm
2019-10-29
Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata
Theo de Raadt
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-12
Remove spurious newline. Spotted by patrick@
Mark Kettenis
2019-08-12
Make it possible to switch to framebuffer "glass" console in case it
Mark Kettenis
2019-08-10
Fix pixel formats. Turns out the order in the device tree description is
Mark Kettenis
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 for armv7 and arm64.
YASUOKA Masahiko
2019-04-25
Add a check to tftp_open() that we are actually opening a TFTP device.
Christian Weisgerber
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-01-31
Bump version number to be able to distinguish bootloaders with softraid
Mark Kettenis
2019-01-31
Implement booting from softraid on arm64. This consists of creating a
Patrick Wildt
2019-01-09
Make arm64 efiboot can boot from partitions other than "a".
YASUOKA Masahiko
2018-10-20
Sync with amd64 version.
Mark Kettenis
2018-08-30
Move .dynstr before _edata to fix image size calculation. The PE
Patrick Wildt
2018-08-25
Add GPT support. Mostly copied from amd64.
Mark Kettenis
2018-08-25
Insert new child nodes at the end.
Mark Kettenis
2018-08-25
Don't treat UnicodeChar == 0 as a keyboard input. The same fix was
YASUOKA Masahiko
2018-08-23
Set the pointer to the EFI Runtime Services, otherwise we call into
Patrick Wildt
2018-08-19
Implement "mach dtb <filename.dtb>" in efiboot(8). This way we can
Patrick Wildt
2018-08-11
Make GICv3 redistributor support actually work and add ITS support.
Mark Kettenis
2018-07-10
Always use PSCI to enable secondary CPUs if it is detected.
Mark Kettenis
2018-07-10
Add a "machine acpi" command to force booting with ACPI enabled.
Mark Kettenis
2018-07-09
Add a phandle to v2m nodes.
Mark Kettenis
2018-06-30
Some tweaks such that ACPI 5.1 tables are recognized as well.
Mark Kettenis
2018-06-25
Add code that builds a basic device tree from ACPI tables if the firmware
Mark Kettenis
2018-04-08
Add support for the EFI Random Number Generator Protocol and use it to XOR
Mark Kettenis
2018-03-31
Bump version number so that we can see if efiboot(8) supports EFI's Simple
Patrick Wildt
2018-03-31
In addition to using EFI's PXE protocol implement a network driver that
Patrick Wildt
2018-03-02
The UEFI specification states that a watchdog timer should be armed for
Jonathan Gray
2018-02-06
Allow the kernel to recognize that it has been netbooted and to add the
Christian Weisgerber
2018-01-30
Fix TFTP reading of zero-size files:
Christian Weisgerber
2018-01-21
Implement network boot support in efiboot(8). This changes efiboot(8)
Patrick Wildt
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-08-23
If the firmware provides a framebuffer through the Graphics Output Protocol,
Mark Kettenis
2017-08-22
Some small cleanups to reduce the diffs to the armv7 efiboot.
Mark Kettenis
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-07-24
Port amd64's updates to the device path comparison to arm64 as well.
Patrick Wildt
2017-07-17
Use .c instead of .o here too.
Mark Kettenis
2017-05-07
Pass the address of the EFI system table and the EFI memory map through
Mark Kettenis
2017-03-11
Set EVT_NOTIFY_SIGNAL when calling boot services CreateEvent().
Jonathan Gray
2017-02-08
Pass the physical address to the end of symbols to the kernel. From
Patrick Wildt
2017-02-08
Retry BS->ExitBootServices() if it fails, like on amd64. Also we need
Patrick Wildt
[next]