Øyvind Harboe wrote:
Committed.

But: the cortex_m3.tcl is missing. Committed the others.

Please submit a patch against trunk. Doesn't your tool
allow creating patches that adds/deletes/moves files?
OOPS -- Sorry. I also found a typo in another file.

I've been using "svn diff" - it does not support DIFF's -N option.

This one I created with "diff -Naur"


diff -r -Naur -b --exclude=.svn openocd.trunk/src/Makefile.am 
openocd14/src/Makefile.am
--- openocd.trunk/src/Makefile.am       2008-07-20 16:37:41.343750000 -0400
+++ openocd14/src/Makefile.am   2008-07-20 18:22:58.984375000 -0400
@@ -93,6 +93,7 @@
        tcl/cpu/arm/arm920.tcl                  \
        tcl/cpu/arm/arm946.tcl                  \
        tcl/cpu/arm/arm966.tcl                  \
+       tcl/cpu/arm/cortex_m3.tcl               \
        tcl/memory.tcl                          \
        tcl/mmr_helpers.tcl                     \
        tcl/readable.tcl
diff -r -Naur -b --exclude=.svn 
openocd.trunk/src/tcl/chip/st/stm32/stm32_rcc.tcl 
openocd14/src/tcl/chip/st/stm32/stm32_rcc.tcl
--- openocd.trunk/src/tcl/chip/st/stm32/stm32_rcc.tcl   2008-07-20 
16:37:52.625000000 -0400
+++ openocd14/src/tcl/chip/st/stm32/stm32_rcc.tcl       2008-07-20 
16:44:31.546875000 -0400
@@ -42,7 +42,7 @@
     show_mmr_bitfield 15 14 $val  ADCPRE { pclk2_div1 pclk2_div1 pclk2_div1 
pclk2_div1 pclk2_div2 pclk2_div4 pclk2_div8 pclk2_div16 }
     show_mmr_bitfield 16 16 $val  PLLSRC { HSI_div_2 HSE }
     show_mmr_bitfield 17 17 $val  PLLXTPRE { hse_div1 hse_div2 }
-    show_mmr_bitfield 21 18 $val  PLLMUL { x2 x3 x4 x6 x7 x8 x9 x10 x11 x12 
x13 x14 x15 x16 x16 }
+    show_mmr_bitfield 21 18 $val  PLLMUL { x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 
x13 x14 x15 x16 x16 }
     show_mmr_bitfield 22 22 $val  USBPRE { div1 div1_5 }
     show_mmr_bitfield 26 24 $val  MCO    { none none none none SysClk HSI HSE 
PLL_div2 }
 }
diff -r -Naur -b --exclude=.svn openocd.trunk/src/tcl/cpu/arm/cortex_m3.tcl 
openocd14/src/tcl/cpu/arm/cortex_m3.tcl
--- openocd.trunk/src/tcl/cpu/arm/cortex_m3.tcl 1969-12-31 19:00:00.000000000 
-0500
+++ openocd14/src/tcl/cpu/arm/cortex_m3.tcl     2008-07-20 16:43:01.875000000 
-0400
@@ -0,0 +1,6 @@
+set CPU_TYPE   arm
+set CPU_NAME   cortex_m3
+set CPU_ARCH   armv7
+set CPU_MAX_ADDRESS 0xFFFFFFFF
+set CPU_NBITS  32
+
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to