This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

ppc8xx.h


hi,

the internal memory map struct for the PPC8xx defined
in hal/powerpc/quicc/current/include/ppc8xx.h
is slightly outdated. Since the MPC860T supports
up to 4 SCCs the header file should be updated.
(patch enclosed)

regards, christoph
-- 
--- ppc8xx.h	Tue Jul 31 16:48:02 2001
+++ ppc8xx.h.new	Tue Jul 31 16:43:30 2001
@@ -818,9 +818,7 @@
 	volatile unsigned char	RSRVD31[0x1];
 	volatile unsigned char	scc_sccs;	/* SCC status reg */
 	volatile unsigned char	RSRVD32[0x8]; 
-    } scc_regs[2];
-
-    volatile unsigned char RSRVD120[0x40];
+    } scc_regs[4];
 
     /* SMC */
     struct smc_regs {

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]