Page MenuHomeFreeBSD

loader: Set preferred kenv for acpi.rsdp on arm64
ClosedPublic

Authored by imp on Jun 28 2022, 6:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 12, 10:52 PM
Unknown Object (File)
Nov 24 2024, 9:03 PM
Unknown Object (File)
Nov 19 2024, 12:59 PM
Unknown Object (File)
Nov 19 2024, 6:52 AM
Unknown Object (File)
Oct 16 2024, 4:37 PM
Unknown Object (File)
Oct 2 2024, 8:07 PM
Unknown Object (File)
Oct 2 2024, 6:10 PM
Unknown Object (File)
Oct 1 2024, 3:17 AM

Details

Summary

Several years ago, x86 moved from using hints to communicate this
information to using the simpler acpi.rsdp variables. If one compiles
static hints into the kernel, then these hints are ignored. We can
remove this when we branch FreeBSD 15.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

andrew added inline comments.
stand/efi/loader/arch/arm64/exec.c
86

There is no BIOS on arm64 so the second sentence could be removed.

This revision is now accepted and ready to land.Jun 29 2022, 2:46 PM