Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2007 16:13:40 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 120317 for review
Message-ID:  <200705241613.l4OGDeBX098907@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=120317

Change 120317 by imp@imp_lighthouse on 2007/05/24 16:13:30

	More support for the CENTIPAD
	Also, add ifdefs for KB9202B  need to connect to build somehow...

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c#17 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c#17 (text) ====

@@ -62,7 +62,7 @@
 	AT91C_BASE_PIOC->PIO_CODR = AT91C_PIO_PC10;
 #endif
 
-#if defined(BOOT_KB920X) || defined(BOOT_CENTIPAD)
+#if defined(BOOT_KB920X)
 	AT91C_BASE_PIOC->PIO_PER = AT91C_PIO_PC18 | AT91C_PIO_PC19 |
 	  AT91C_PIO_PC20;
 	AT91C_BASE_PIOC->PIO_OER = AT91C_PIO_PC18 | AT91C_PIO_PC19 |
@@ -136,7 +136,11 @@
 	AT91C_BASE_EBI->EBI_CSA = value;
 
 	AT91C_BASE_SDRC->SDRC_CR =
+#ifdef KB9202_B
+	    AT91C_SDRC_NC_10 |
+#else
 	    AT91C_SDRC_NC_9 |
+#endif
 	    AT91C_SDRC_NR_13 |
 	    AT91C_SDRC_NB_4_BANKS |
 	    AT91C_SDRC_CAS_2 |



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705241613.l4OGDeBX098907>