Page MenuHomeFreeBSD

kboot: Move load address stuff to MD code
ClosedPublic

Authored by imp on Sep 16 2022, 4:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 21, 8:47 PM
Unknown Object (File)
Mon, Jun 3, 5:23 AM
Unknown Object (File)
Mon, Jun 3, 5:23 AM
Unknown Object (File)
Mon, Jun 3, 5:23 AM
Unknown Object (File)
Fri, May 31, 7:44 AM
Unknown Object (File)
May 22 2024, 3:27 AM
Unknown Object (File)
May 22 2024, 3:09 AM
Unknown Object (File)
May 19 2024, 4:25 AM
Subscribers

Details

Summary

The load address computations are highly architecture specific. There
are generic ways that are augmented by specific constraints of specific
way things work on each architecture. Move the current load segment
computations into a MD routine load_addr.

As part of the move, I'm marking kboot_get_kernel_machine_bits as
unused. This arrived in a prior commit, but never seems to have been
connected, suggesting an incomplete merge at the time, or a path not yet
taken.

Create a stub for amd64 that will be filled in with a later commit.

Sponsored by: Netflix

Diff Detail

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