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)
Thu, Apr 11, 9:31 AM
Unknown Object (File)
Thu, Apr 11, 9:31 AM
Unknown Object (File)
Thu, Apr 11, 9:30 AM
Unknown Object (File)
Thu, Apr 11, 8:52 AM
Unknown Object (File)
Dec 27 2023, 5:11 PM
Unknown Object (File)
Dec 23 2023, 1:51 AM
Unknown Object (File)
Dec 12 2023, 1:26 AM
Unknown Object (File)
Nov 25 2023, 3:26 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
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