diff options
author | andrew <andrew@FreeBSD.org> | 2014-05-17 11:27:36 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2014-05-17 11:27:36 +0000 |
commit | ad9a51105addd4d4db64b48a123381cccb0ec1de (patch) | |
tree | 83fcd263f59bac75687fdb3eb6d581241b714140 /sys/conf/files.arm | |
parent | 3bde90fb7a8ed0d081beae48f4a718d45527ac71 (diff) | |
download | FreeBSD-src-ad9a51105addd4d4db64b48a123381cccb0ec1de.zip FreeBSD-src-ad9a51105addd4d4db64b48a123381cccb0ec1de.tar.gz |
Add the start of the ARM platform code. This is based on the PowerPC
platform code, it is expected these will be merged in the future when the
ARM code is more complete.
Until more boards can be tested only use this with the Raspberry Pi and
rrename the functions on the other SoCs.
Reviewed by: ian@
Diffstat (limited to 'sys/conf/files.arm')
-rw-r--r-- | sys/conf/files.arm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm index ef709f3..7243c17 100644 --- a/sys/conf/files.arm +++ b/sys/conf/files.arm @@ -36,6 +36,8 @@ arm/arm/nexus.c standard arm/arm/physmem.c standard arm/arm/pl190.c optional pl190 arm/arm/pl310.c optional pl310 +arm/arm/platform.c optional platform +arm/arm/platform_if.m optional platform arm/arm/pmap.c optional cpu_arm9 | cpu_arm9e | cpu_fa526 | cpu_xscale_80219 | cpu_xscale_80321 | cpu_xscale_81342 | cpu_xscale_ixp425 | cpu_xscale_ixp435 | cpu_xscale_pxa2x0 arm/arm/pmap-v6.c optional cpu_arm1136 | cpu_arm1176 | cpu_cortexa | cpu_mv_pj4b | cpu_krait arm/arm/sc_machdep.c optional sc @@ -61,6 +63,7 @@ cddl/compat/opensolaris/kern/opensolaris_atomic.c optional zfs compile-with "${Z crypto/blowfish/bf_enc.c optional crypto | ipsec crypto/des/des_enc.c optional crypto | ipsec | netsmb dev/fb/fb.c optional sc +dev/fdt/fdt_arm_platform.c optional platform fdt dev/hwpmc/hwpmc_arm.c optional hwpmc dev/kbd/kbd.c optional sc | vt dev/syscons/scgfbrndr.c optional sc |