summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/files.at91
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-11-25 18:40:40 +0000
committerimp <imp@FreeBSD.org>2008-11-25 18:40:40 +0000
commitf7eb998871944bf72222134ed144c92b5f369413 (patch)
tree2f7cf64d696d68cc0b6862d9e8066eff1f5445da /sys/arm/at91/files.at91
parentf62dc78f46e4fd79f045530fb5c42e1f9da700aa (diff)
downloadFreeBSD-src-f7eb998871944bf72222134ed144c92b5f369413.zip
FreeBSD-src-f7eb998871944bf72222134ed144c92b5f369413.tar.gz
Start to make it easier to add AT91RM9200 based boards:
o Copy kb920x_machdep.c to at91_machdep.c o Move board_init to new board_kb920x.c o rename ramsize to at91_ramsize and make it accessible to board_* files. o Delete files.kb920x. We can do this selection with the new boards. o Add a stub for the tsc4370 board init, which will be added in a future commit. o Add new 'devices' at91_board_kb920x and at91_board_tsc4370. More are needed and will be added in future commits. Reviewed by: stass, cognet
Diffstat (limited to 'sys/arm/at91/files.at91')
-rw-r--r--sys/arm/at91/files.at916
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/arm/at91/files.at91 b/sys/arm/at91/files.at91
index f385ea6..d3d7291 100644
--- a/sys/arm/at91/files.at91
+++ b/sys/arm/at91/files.at91
@@ -1,6 +1,7 @@
# $FreeBSD$
arm/arm/cpufunc_asm_arm9.S standard
arm/arm/irq_dispatch.S standard
+arm/at91/at91_machdep.c standard
arm/at91/at91.c standard
arm/at91/at91_st.c standard
arm/at91/at91_mci.c optional at91_mci
@@ -18,3 +19,8 @@ arm/at91/ohci_atmelarm.c optional ohci
arm/at91/uart_bus_at91usart.c optional uart
arm/at91/uart_cpu_at91rm9200usart.c optional uart
arm/at91/uart_dev_at91usart.c optional uart
+#
+# All the boards we support
+#
+arm/at91/board_kb920x.c optional at91_board_kb920x
+arm/at91/board_tsc4370.c optional at91_board_tsc4370
OpenPOWER on IntegriCloud