Page MenuHomeFreeBSD

powerpc: Add AmigaOne platform, a subclass of MPC85xx
ClosedPublic

Authored by jhibbits on Sep 28 2019, 3:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 14, 3:34 AM
Unknown Object (File)
Oct 1 2024, 11:47 PM
Unknown Object (File)
Sep 30 2024, 3:12 AM
Unknown Object (File)
Sep 26 2024, 1:55 PM
Unknown Object (File)
Sep 20 2024, 7:31 PM
Unknown Object (File)
Sep 20 2024, 1:14 PM
Unknown Object (File)
Sep 19 2024, 11:50 AM
Unknown Object (File)
Sep 16 2024, 12:45 PM
Subscribers

Details

Summary

The AmigaOne platform, encompassing the X5000 and A1222 at this time, is
based on the mpc85xx platform, but includes some things not listed in
the device tree. Some custom devices, like CPLD, could be added to the
device tree with an overlay, or other means. However, some cannot
easily be done, such as the power button interrupt. There's no clean
way to add a device to just sit on the interrupt line, it would be
platform-specific anyway, so just add it as a new platform. The
directory will also become a location to add AmigaOne platform drivers,
such as the aforementioned CPLD, and its children.

Diff Detail

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