[U-Boot-Users] [PATCH] MPC85XX-20050606-tsec34-io.patch

Jon Loeliger jdl at freescale.com
Mon Jun 6 19:30:58 CEST 2005


Wolfgang,

I apologize for missing this earlier.  A few days ago when I
released this patch:

    Subject: [U-Boot-Users] [Patch] MPC8548CDS Local Bus
             Initialization Update
    Date: Thu, 26 May 2005 14:54:58 -0500

I forgot to include an update to the immap_85xx file
with the following register definition.  Please just
apply this incrementally as well.

Thanks,
jdl


* Patch by Jon Loeliger, 06-Jun-2005
  Add tsec34ioovcr register to immap_85xx.h.


diff -r -u --exclude=CVS u-boot/include/asm-ppc/immap_85xx.h u-boot-pq3/include/asm-ppc/immap_85xx.h
--- u-boot/include/asm-ppc/immap_85xx.h	2005-05-26 14:50:28.000011000 -0500
+++ u-boot-pq3/include/asm-ppc/immap_85xx.h	2005-05-18 15:19:51.000001000 -0500
@@ -1558,7 +1558,9 @@
 	uint	lbiuiplldcr0;	/* 0xe0f1c -- LBIU PLL Debug Reg 0 */
 	uint	lbiuiplldcr1;	/* 0xe0f20 -- LBIU PLL Debug Reg 1 */
 	uint	ddrioovcr;	/* 0xe0f24 - DDR IO Override Control */
-	char	res14[61659];
+	uint	res14;		/* 0xe0f28 */
+	uint	tsec34ioovcr;	/* 0xe0f2c - eTSEC 3/4 IO override control */
+	char	res15[61651];
 } ccsr_gur_t;
 
 typedef struct immap {






More information about the U-Boot mailing list