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
F84595801: D38248.id116006.diff
Sun, May 26, 12:05 AM
F84595797: D38248.id116404.diff
Sun, May 26, 12:05 AM
F84595790: D38248.id116249.diff
Sun, May 26, 12:05 AM
F84595786: D38248.id116031.diff
Sun, May 26, 12:05 AM
F84595753: D38248.id.diff
Sun, May 26, 12:04 AM
Unknown Object (File)
Fri, May 24, 4:00 AM
Unknown Object (File)
Sat, May 18, 12:40 AM
Unknown Object (File)
Sun, May 5, 6:55 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 49290
Build 46180: arc lint + arc unit

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).