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)
Mon, Nov 11, 3:15 PM
Unknown Object (File)
Oct 18 2024, 9:07 PM
Unknown Object (File)
Oct 3 2024, 3:30 PM
Unknown Object (File)
Sep 19 2024, 1:38 AM
Unknown Object (File)
Sep 19 2024, 1:38 AM
Unknown Object (File)
Sep 19 2024, 1:38 AM
Unknown Object (File)
Sep 19 2024, 1:30 AM
Unknown Object (File)
Sep 16 2024, 10:14 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.