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
F131979644: D35632.id107492.diff
Sun, Oct 12, 4:29 PM
F131960516: D35632.id.diff
Sun, Oct 12, 12:56 PM
F131960511: D35632.id107676.diff
Sun, Oct 12, 12:56 PM
F131960508: D35632.id107492.diff
Sun, Oct 12, 12:56 PM
F131899663: D35632.diff
Sun, Oct 12, 2:00 AM
Unknown Object (File)
Wed, Oct 8, 8:44 AM
Unknown Object (File)
Mon, Oct 6, 12:46 AM
Unknown Object (File)
Wed, Sep 17, 6:43 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
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