[U-Boot-Users] Altera Stratix II support

eran liberty eran.liberty at gmail.com
Mon Jun 4 22:19:06 CEST 2007


adds the reset register to 85xx immap
================ sof ===================
diff -x .svn -Nuar u-boot.git/include/asm-ppc/immap_85xx.h
u-boot-exsw6000/include/asm-ppc/immap_85xx.h
--- u-boot.git/include/asm-ppc/immap_85xx.h	2007-05-28 02:11:11.000000000 +0300
+++ u-boot-exsw6000/include/asm-ppc/immap_85xx.h	2007-05-29
10:13:11.000000000 +0300
@@ -1548,7 +1548,9 @@
 	char	res9[12];
 	uint	pvr;		/* 0xe00a0 - Processor version register */
 	uint	svr;		/* 0xe00a4 - System version register */
-	char	res10[3416];
+	char    res9a[8];
+	uint    rstcr;          /* 0xe00b0 - Reset control register */
+	char    res10[3404];
 	uint	clkocr;		/* 0xe0e00 - Clock out select register */
 	char	res11[12];
 	uint	ddrdllcr;	/* 0xe0e10 - DDR DLL control register */
================ eof ===================




More information about the U-Boot mailing list