This is the mail archive of the ecos-patches@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]
Other format: [Raw text]

H8/300 patches


WDT driver depend fixed and memory access timing tune.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/ecos-h8/ecos/packages/ChangeLog,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 ChangeLog
--- ChangeLog	24 Nov 2002 14:43:03 -0000	1.1.1.3
+++ ChangeLog	26 Nov 2002 14:45:33 -0000
@@ -1,3 +1,7 @@
+2002-11-26  Yoshinori Sato  <ysato@users.sourceforge.jp>
+
+	* ecos.db: aki3068net watchdog driver depend.
+
 2002-11-14  Gary Thomas  <gthomas@ecoscentric.com>
 
 	* ecos.db: Add application profiling package.
Index: ecos.db
===================================================================
RCS file: /cvsroot/ecos-h8/ecos/packages/ecos.db,v
retrieving revision 1.1.1.4
retrieving revision 1.4
diff -u -r1.1.1.4 -r1.4
--- ecos.db	24 Nov 2002 14:43:03 -0000	1.1.1.4
+++ ecos.db	25 Nov 2002 11:36:51 -0000	1.4
@@ -4009,6 +4009,7 @@
                           CYGPKG_HAL_H8300_H8300H_AKI3068NET
                           CYGPKG_IO_SERIAL_H8300_SCI
 			  CYGPKG_DEVS_ETH_H8300_AKI3068NET
+                          CYGPKG_DEVICES_WATCHDOG_H8300_H8300H
         }
         description "
            The aki3068net target provides the packages need to run
Index: hal/h8300/aki3068net/current/ChangeLog
===================================================================
RCS file: /cvsroot/ecos-h8/ecos/packages/hal/h8300/aki3068net/current/ChangeLog,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ChangeLog
--- hal/h8300/aki3068net/current/ChangeLog	26 May 2002 12:36:50 -0000	1.1.1.1
+++ hal/h8300/aki3068net/current/ChangeLog	26 Nov 2002 14:45:35 -0000
@@ -1,3 +1,8 @@
+2002-11-26  Yoshinori Sato  <ysato@users.sourceforge.jp>
+
+	* include/platform.inc
+	Buscontroler setting tuneing.
+
 2002-04-29  Jonathan Larmour  <jlarmour@redhat.com>
 
 	* src/delay_us.S:
Index: hal/h8300/aki3068net/current/include/platform.inc
===================================================================
RCS file: /cvsroot/ecos-h8/ecos/packages/hal/h8300/aki3068net/current/include/platform.inc,v
retrieving revision 1.1.1.3
retrieving revision 1.4
diff -u -r1.1.1.3 -r1.4
--- hal/h8300/aki3068net/current/include/platform.inc	31 May 2002 15:21:38 -0000	1.1.1.3
+++ hal/h8300/aki3068net/current/include/platform.inc	14 Aug 2002 09:12:20 -0000	1.4
@@ -69,24 +69,24 @@
 	.macro	hal_memc_init
 #if defined(CYG_HAL_STARTUP_ROM)
 	mov.l	#init_regs,er0
-	mov.w	#8,e1
 1:
 	mov.l	@er0+,er2
+	beq	2f
 	mov.w	@er0+,r1
 	mov.b	r1l,@er2
-	dec.w	#1,e1
-	bne	1b
-	bra	2f
+	bra	1b
 
 init_regs:
 	.long	CYGARC_RTCOR
-	.word	5		; 1.5[ms] reflesh cycle
+	.word	99
 	.long	CYGARC_RTMCSR
-	.word	0x30		; clk x 2048
+	.word	0x0f
 	.long	CYGARC_DRCRB
-	.word	0x90
+	.word	0x98
 	.long	CYGARC_DRCRA
-	.word	0x22
+	.word	0x3c
+	.long	CYGARC_ASTCR
+	.word	0xfb
 	.long	CYGARC_P1DDR
 	.word	0xff
 	.long	CYGARC_P2DDR
@@ -95,6 +95,7 @@
 	.word	0x01
 	.long	CYGARC_P8DDR
 	.word	0x0c
+	.long	0
 init_regs_end:
 
 2:

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>


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