diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2020-04-03 20:45:16 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2020-04-03 20:45:16 +0000 |
| commit | ccb1ebe01caa1fa2d79b3b66f4bb1391e837a866 (patch) | |
| tree | 0e72dd30ced5531d24157ef6486e1da20b1542f8 /sys/conf/files.powerpc | |
| parent | 2baca885842a49ff8f2522c275a22cb71fe77139 (diff) | |
powerpc/amigaone: Add CPLD driver for AmigaOne A1222 "Tabor"
Like the X5000, the main CPLD on the A1222 is the communication medium
between the CPU and the GPIO CPLD. It provides a mailbox communication
feature, along with dual-port RAM accessible from both the CPU and GPIO
CPLD, and 3 fan speed reporting registers.
Notes
svn path=/head/; revision=359614
Diffstat (limited to 'sys/conf/files.powerpc')
| -rw-r--r-- | sys/conf/files.powerpc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc index 59e146d5aa36..8f866d2621ee 100644 --- a/sys/conf/files.powerpc +++ b/sys/conf/files.powerpc @@ -140,7 +140,8 @@ powerpc/aim/moea64_native.c optional aim powerpc/aim/mp_cpudep.c optional aim powerpc/aim/slb.c optional aim powerpc64 powerpc/amigaone/platform_amigaone.c optional amigaone -powerpc/amigaone/cpld_x5000.c optional powerpc amigaone | powerpc64 amigaone +powerpc/amigaone/cpld_a1222.c optional powerpc amigaone | powerpcspe amigaone +powerpc/amigaone/cpld_x5000.c optional powerpc amigaone | powerpc64 amigaone powerpc/booke/locore.S optional booke no-obj powerpc/booke/booke_machdep.c optional booke powerpc/booke/machdep_e500.c optional booke_e500 |
