Created attachment 252859 [details] Update patch This patch updates the Limine bootloader to the latest version: 8.0.5. Changelog file can be found at https://github.com/limine-bootloader/limine/releases/download/v8.0.5/ChangeLog
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=20113915baa054622fceb874aa69ef7dec8a25fa commit 20113915baa054622fceb874aa69ef7dec8a25fa Author: mintsuki <mintsuki@protonmail.com> AuthorDate: 2024-08-17 22:10:28 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-17 22:13:42 +0000 sysutils/limine: Update 8.0.1 → 8.0.5 Changelog: *** Release 8.0.5 *** Bug fixes: - Limine boot protocol: Obtain LAPIC ID from LAPIC instead of CPUID. This fixes crashes on some odd machines whose firmware remaps the BSP's LAPIC ID from the default one. *** Release 8.0.4 *** Bug fixes: - Limine boot protocol: Fix off-by-1 error in HHDM MAXPHYADDR bounds check. Miscellaneous: - Updated cc-runtime dependency to latest, packed version. *** Release 8.0.3 *** Bug fixes: - AArch64, riscv64: SMP: Fix BSP potentially timing out while waiting for APs due to missing delay. *** Release 8.0.2 *** Bug fixes: - Menu: Miscellaneous cosmetic fixes. - Editor: Fix input and displaying of tab characters. Miscellaneous: - Config: Accept tab characters as whitespace after option colon. https://github.com/limine-bootloader/limine/releases/download/v8.0.5/ChangeLog PR: 280892 MFH: 2024Q3 sysutils/limine/Makefile | 2 +- sysutils/limine/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
A commit in branch 2024Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=665272c5454ff96a5fb44698dcbd6b725ee43ed6 commit 665272c5454ff96a5fb44698dcbd6b725ee43ed6 Author: mintsuki <mintsuki@protonmail.com> AuthorDate: 2024-08-17 22:10:28 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-17 22:17:49 +0000 sysutils/limine: Update 8.0.1 → 8.0.5 Changelog: *** Release 8.0.5 *** Bug fixes: - Limine boot protocol: Obtain LAPIC ID from LAPIC instead of CPUID. This fixes crashes on some odd machines whose firmware remaps the BSP's LAPIC ID from the default one. *** Release 8.0.4 *** Bug fixes: - Limine boot protocol: Fix off-by-1 error in HHDM MAXPHYADDR bounds check. Miscellaneous: - Updated cc-runtime dependency to latest, packed version. *** Release 8.0.3 *** Bug fixes: - AArch64, riscv64: SMP: Fix BSP potentially timing out while waiting for APs due to missing delay. *** Release 8.0.2 *** Bug fixes: - Menu: Miscellaneous cosmetic fixes. - Editor: Fix input and displaying of tab characters. Miscellaneous: - Config: Accept tab characters as whitespace after option colon. https://github.com/limine-bootloader/limine/releases/download/v8.0.5/ChangeLog PR: 280892 MFH: 2024Q3 (cherry picked from commit 20113915baa054622fceb874aa69ef7dec8a25fa) sysutils/limine/Makefile | 2 +- sysutils/limine/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Thanks. Fix crashes => merge-quarterly.