#
a9e16124 |
| 30-Jun-2024 |
deraadt <deraadt@openbsd.org> |
we don't need the NOBYFOUR space-savings option anymore, that codepath was replaced a while ago. ok tb
|
#
f7b9cd43 |
| 26-Mar-2024 |
kettenis <kettenis@openbsd.org> |
Implement support for the RISC-V UEFI Boot Protocol. This provides us the boot hart ID for firmware that doesn't provide it through the device tree such as the EDK2-based firmware for the Sophgo SG2
Implement support for the RISC-V UEFI Boot Protocol. This provides us the boot hart ID for firmware that doesn't provide it through the device tree such as the EDK2-based firmware for the Sophgo SG2042 SoC.
ok patrick@, miod@
show more ...
|
#
1031f015 |
| 06-Sep-2023 |
jsg <jsg@openbsd.org> |
revert disabling warnings for zlib on clang >= 15 no longer needed with zlib 1.3 ok tb@
|
#
a4f11372 |
| 23-Feb-2023 |
miod <miod@openbsd.org> |
Remove dangerous user-settable "addr" variable from MI boot loader, and only compile tty-related code (stty command, tty variable) on platforms where it makes sense for the boot loader to control it,
Remove dangerous user-settable "addr" variable from MI boot loader, and only compile tty-related code (stty command, tty variable) on platforms where it makes sense for the boot loader to control it, rather than the PROM/firmware/whatever.
show more ...
|
#
981798c3 |
| 04-Jan-2023 |
deraadt <deraadt@openbsd.org> |
experiments for --execute-only on arm64 and riscv64 are going well, which will prompt making that the default. That means efiboot, which build in a different way, must disable the link option. ok ke
experiments for --execute-only on arm64 and riscv64 are going well, which will prompt making that the default. That means efiboot, which build in a different way, must disable the link option. ok kettenis
show more ...
|
#
0d5d409d |
| 30-Dec-2022 |
jca <jca@openbsd.org> |
Neuter zlib fatal warnings when building kernels and bootloaders with clang 15
Disable -Wdeprecated-non-prototype instead of patching zlib. Upstream plans to drop the pre-ANSI syntax soon. ok tb@
Neuter zlib fatal warnings when building kernels and bootloaders with clang 15
Disable -Wdeprecated-non-prototype instead of patching zlib. Upstream plans to drop the pre-ANSI syntax soon. ok tb@ millert@
show more ...
|
#
3d5a1c72 |
| 14-Nov-2021 |
guenther <guenther@openbsd.org> |
Make sure efiboot is built with RELA/REL relocations and not RELR, as self_reloc.c only handles the former.
ok deraadt@ kettenis@
|
#
a7214d25 |
| 28-Apr-2021 |
drahn <drahn@openbsd.org> |
riscv64 efiboot bootloader Ported from arm64 with changes for riscv64. Initial effort by Mickael Torres, with additional updates ACPI api removed per request ok kettenis@
|