Page MenuHomeFreeBSD

kboot: Add powerpc stub for enumerate_memory_arch()
ClosedPublic

Authored by imp on Jan 29 2023, 3:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 7, 8:37 PM
Unknown Object (File)
Fri, Aug 7, 3:35 PM
Unknown Object (File)
Wed, Aug 5, 5:55 AM
Unknown Object (File)
Fri, Jul 31, 7:42 PM
Unknown Object (File)
Thu, Jul 30, 3:49 AM
Unknown Object (File)
Wed, Jul 29, 2:43 PM
Unknown Object (File)
Tue, Jul 21, 11:18 AM
Unknown Object (File)
Tue, Jul 21, 9:58 AM
Subscribers

Details

Summary

Add stub for new MI interface for enumerating memory. Right now powerpc
looks in the FDT table at a later point in boot since we don't need to
pass a specific memory table to the kernel. Leave it like that for now,
but note plans for the future.

Sponsored by: Netflix

Diff Detail

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

Event Timeline

Move setting of usefdt into enumerate_memory_arch()

rebase / refactor / redo

This revision is now accepted and ready to land.Feb 2 2023, 3:09 AM
stand/kboot/arch/powerpc64/load_addr.c
221

Values in return statements should be enclosed in parentheses. (style).