PERFORCE change 111512 for review

Bernd Walter ticso at FreeBSD.org
Mon Dec 11 15:24:21 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111512

Change 111512 by ticso at ticso on 2006/12/11 23:22:36

	setup BWCT boot flavour with IO multiplexing for MCI

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/bootspi/main.c#19 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/bootspi/main.c#19 (text+ko) ====

@@ -36,6 +36,7 @@
 
 #include "env_vars.h"
 #include "at91rm9200.h"
+#include "lib_AT91RM9200.h"
 #include "at91rm9200_lowlevel.h"
 #include "loader_prompt.h"
 #include "emac.h"
@@ -52,6 +53,10 @@
 #ifdef TSC_FPGA
 	fpga_load();
 #endif
+#ifdef BOOT_BWCT
+	AT91F_MCI_CfgPIO();
+	AT91F_MCI_CfgPMC();
+#endif
 	EMAC_Init();
 	LoadBootCommands();
 	if (getc(1) == -1) {


More information about the p4-projects mailing list