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)
Tue, Dec 2, 2:10 AM
Unknown Object (File)
Sat, Nov 22, 5:13 PM
Unknown Object (File)
Sat, Nov 22, 5:13 PM
Unknown Object (File)
Sat, Nov 22, 5:13 PM
Unknown Object (File)
Sat, Nov 22, 5:06 PM
Unknown Object (File)
Tue, Nov 18, 12:14 AM
Unknown Object (File)
Mon, Nov 17, 3:16 PM
Unknown Object (File)
Mon, Nov 17, 3:03 PM

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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46160
Build 43049: arc lint + arc unit

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