Page MenuHomeFreeBSD

Make the mpc85xx platform a kobj base class.
ClosedPublic

Authored by jhibbits on Aug 5 2015, 1:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 5 2024, 11:34 PM
Unknown Object (File)
Jan 31 2024, 1:27 PM
Unknown Object (File)
Dec 19 2023, 11:14 PM
Unknown Object (File)
Aug 3 2023, 8:41 PM
Unknown Object (File)
May 21 2023, 9:35 AM
Unknown Object (File)
Jan 17 2023, 2:59 PM
Unknown Object (File)
Feb 7 2017, 8:40 PM
Unknown Object (File)
Feb 7 2017, 5:08 PM
Subscribers

Details

Summary

Some systems are based around mpc85xx, but need special initialization. By
making the mpc85xx platform a base class, these systems can be platform
subclasses, and perform board-specific initialization in addition to the mpc85xx
initialization.

Test Plan

Tested on my RB800. A platform class was created, and will be committed
separately.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhibbits retitled this revision from to Make the mpc85xx platform a kobj base class..
jhibbits updated this object.
jhibbits edited the test plan for this revision. (Show Details)
jhibbits added a reviewer: nwhitehorn.
nwhitehorn edited edge metadata.

Looks good to me.

This revision is now accepted and ready to land.Aug 21 2015, 6:32 PM
This revision was automatically updated to reflect the committed changes.