aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-17 19:54:25 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-17 19:54:25 +0000
commit8b994145b849c40b0a195c3fb332b9770b2f9097 (patch)
treeac8decf22177a337ce4cce511a69638c5ddee20b
parent14cbd545bfca253a1c4063685eff6535e41d0611 (diff)
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
git-svn-id: svn://svn.berlios.de/openocd/trunk@2549 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r--TODO4
-rw-r--r--doc/manual/scripting.txt2
-rw-r--r--ecosflash/Makefile2
-rw-r--r--ecosflash/flash.S2
-rw-r--r--ecosflash/flash.c2
-rw-r--r--src/ecosboard.c2
-rw-r--r--src/flash/ecos.c2
-rw-r--r--src/flash/flash.c2
-rw-r--r--src/flash/flash.h2
-rw-r--r--src/flash/lpc288x.c4
-rw-r--r--src/helper/binarybuffer.c2
-rw-r--r--src/helper/binarybuffer.h2
-rw-r--r--src/helper/command.c2
-rw-r--r--src/helper/command.h2
-rw-r--r--src/helper/configuration.c2
-rw-r--r--src/helper/configuration.h2
-rw-r--r--src/helper/fileio.c2
-rw-r--r--src/helper/fileio.h2
-rw-r--r--src/helper/ioutil.c2
-rw-r--r--src/helper/jim-eventloop.c2
-rw-r--r--src/helper/jim-eventloop.h2
-rw-r--r--src/helper/jim.c2
-rw-r--r--src/helper/jim.h2
-rw-r--r--src/helper/log.c2
-rw-r--r--src/helper/log.h2
-rw-r--r--src/helper/options.c2
-rw-r--r--src/helper/replacements.c2
-rw-r--r--src/helper/replacements.h2
-rw-r--r--src/helper/time_support.c2
-rw-r--r--src/helper/time_support.h2
-rw-r--r--src/helper/types.h2
-rw-r--r--src/jtag/bitbang.c6
-rw-r--r--src/jtag/bitbang.h2
-rw-r--r--src/jtag/core.c2
-rw-r--r--src/jtag/dummy.c2
-rw-r--r--src/jtag/interface.c2
-rw-r--r--src/jtag/jtag.h2
-rw-r--r--src/jtag/minidummy/jtag_minidriver.h2
-rw-r--r--src/jtag/minidummy/minidummy.c2
-rw-r--r--src/jtag/parport.c2
-rw-r--r--src/jtag/rlink/rlink.c2
-rw-r--r--src/jtag/tcl.c2
-rw-r--r--src/jtag/zy1000/jtag_minidriver.h2
-rw-r--r--src/jtag/zy1000/zy1000.c2
-rw-r--r--src/openocd.c2
-rw-r--r--src/server/gdb_server.c2
-rw-r--r--src/server/gdb_server.h2
-rw-r--r--src/server/httpd.c2
-rw-r--r--src/server/server.c2
-rw-r--r--src/server/server.h2
-rw-r--r--src/server/telnet_server.c2
-rw-r--r--src/server/telnet_server.h2
-rw-r--r--src/target/arm7_9_common.c2
-rw-r--r--src/target/arm7_9_common.h2
-rw-r--r--src/target/arm7tdmi.c2
-rw-r--r--src/target/arm_jtag.c2
-rw-r--r--src/target/arm_jtag.h2
-rw-r--r--src/target/armv7m.c2
-rw-r--r--src/target/embeddedice.c2
-rw-r--r--src/target/embeddedice.h2
-rw-r--r--src/target/image.c2
-rw-r--r--src/target/image.h2
-rw-r--r--src/target/mips32.c2
-rw-r--r--src/target/register.c2
-rw-r--r--src/target/register.h2
-rw-r--r--src/target/target.c2
-rw-r--r--src/target/target.h2
-rw-r--r--src/target/target_request.c2
-rw-r--r--src/target/target_request.h2
-rw-r--r--src/target/xscale.c2
-rw-r--r--src/target/xscale.h2
-rw-r--r--src/xsvf/xsvf.c2
72 files changed, 76 insertions, 76 deletions
diff --git a/TODO b/TODO
index 2e87d510..c7859cb7 100644
--- a/TODO
+++ b/TODO
@@ -117,7 +117,7 @@ https://lists.berlios.de/pipermail/openocd-development/2009-July/009206.html
- ARM923EJS:
- reset run/halt/step is not robust; needs testing to map out problems.
- ARM11 improvements (MB?)
- - fix single stepping (reported by �H)
+ - fix single stepping (reported by ØH)
- implement missing functionality (grep FNC_INFO_NOTIMPLEMENTED ...)
- Cortex A8 support (ML)
- add target implementation (ML)
@@ -169,7 +169,7 @@ https://lists.berlios.de/pipermail/openocd-development/2009-July/009337.html
- finish implementing bus width/chip width handling (suggested by NC)
- factor vendor-specific code into separate source files
- add new callback interface for vendor-specific code
-- investigate/implement "thin wrapper" to use eCos CFI drivers (�H)
+- investigate/implement "thin wrapper" to use eCos CFI drivers (ØH)
@section thelistdebug Debugger Support
diff --git a/doc/manual/scripting.txt b/doc/manual/scripting.txt
index 09b69d38..e5b5f700 100644
--- a/doc/manual/scripting.txt
+++ b/doc/manual/scripting.txt
@@ -15,7 +15,7 @@ language, the choice of language is not terribly important
to those same end users.
Jim Tcl was chosen as it was easy to integrate, works
-great in an embedded environment and Øyvind Harboe
+great in an embedded environment and Øyvind Harboe
had experience with it.
@section scriptinguses Uses of scripting
diff --git a/ecosflash/Makefile b/ecosflash/Makefile
index d8345b03..8a879ad5 100644
--- a/ecosflash/Makefile
+++ b/ecosflash/Makefile
@@ -1,7 +1,7 @@
#####ECOSGPLCOPYRIGHTBEGIN####
## -------------------------------------------
## This file is part of eCos, the Embedded Configurable Operating System.
-## Copyright (C) 2008 Øyvind Harboe
+## Copyright (C) 2008 Øyvind Harboe
##
## eCos is free software; you can redistribute it and/or modify it under
## the terms of the GNU General Public License as published by the Free
diff --git a/ecosflash/flash.S b/ecosflash/flash.S
index 694d4224..b6e6fccb 100644
--- a/ecosflash/flash.S
+++ b/ecosflash/flash.S
@@ -2,7 +2,7 @@
#####ECOSGPLCOPYRIGHTBEGIN####
## -------------------------------------------
## This file is part of eCos, the Embedded Configurable Operating System.
-## Copyright (C) 2008 Øyvind Harboe
+## Copyright (C) 2008 Øyvind Harboe
##
## eCos is free software; you can redistribute it and/or modify it under
## the terms of the GNU General Public License as published by the Free
diff --git a/ecosflash/flash.c b/ecosflash/flash.c
index e6651b8f..81f7d07d 100644
--- a/ecosflash/flash.c
+++ b/ecosflash/flash.c
@@ -2,7 +2,7 @@
#####ECOSGPLCOPYRIGHTBEGIN####
## -------------------------------------------
## This file is part of eCos, the Embedded Configurable Operating System.
-## Copyright (C) 2008 Øyvind Harboe
+## Copyright (C) 2008 Øyvind Harboe
##
## eCos is free software; you can redistribute it and/or modify it under
## the terms of the GNU General Public License as published by the Free
diff --git a/src/ecosboard.c b/src/ecosboard.c
index f8e32736..78623ae0 100644
--- a/src/ecosboard.c
+++ b/src/ecosboard.c
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2007-2008 by �yvind Harboe *
+ * Copyright (C) 2007-2008 by Øyvind Harboe *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/src/flash/ecos.c b/src/flash/ecos.c
index b74d900f..76859df5 100644
--- a/src/flash/ecos.c
+++ b/src/flash/ecos.c
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2007,2008 Øyvind Harboe *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
* This program is free software; you can redistribute it and/or modify *
diff --git a/src/flash/flash.c b/src/flash/flash.c
index 45cfb40a..c386579d 100644
--- a/src/flash/flash.c
+++ b/src/flash/flash.c
@@ -2,7 +2,7 @@
* Copyright (C) 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
- * Copyright (C) 2007,2008 Øyvind Harboe *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
* Copyright (C) 2008 by Spencer Oliver *
diff --git a/src/flash/flash.h b/src/flash/flash.h
index 65547443..a7f08f63 100644
--- a/src/flash/flash.h
+++ b/src/flash/flash.h
@@ -2,7 +2,7 @@
* Copyright (C) 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
- * Copyright (C) 2007,2008 Øyvind Harboe *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
* Copyright (C) 2008 by Spencer Oliver *
diff --git a/src/flash/lpc288x.c b/src/flash/lpc288x.c
index cf189d9e..513e2fcf 100644
--- a/src/flash/lpc288x.c
+++ b/src/flash/lpc288x.c
@@ -214,8 +214,8 @@ static int lpc288x_flash_bank_command(struct command_context_s *cmd_ctx, char *c
return ERROR_OK;
}
-/* The frequency is the AHB clock frequency divided by (CLK_DIV ×3) + 1.
- * This must be programmed such that the Flash Programming clock frequency is 66 kHz ± 20%.
+/* The frequency is the AHB clock frequency divided by (CLK_DIV ×3) + 1.
+ * This must be programmed such that the Flash Programming clock frequency is 66 kHz ± 20%.
* AHB = 12 MHz ?
* 12000000/66000 = 182
* CLK_DIV = 60 ? */
diff --git a/src/helper/binarybuffer.c b/src/helper/binarybuffer.c
index 86892c7f..4b5dfe82 100644
--- a/src/helper/binarybuffer.c
+++ b/src/helper/binarybuffer.c
@@ -2,7 +2,7 @@
* Copyright (C) 2004, 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
- * Copyright (C) 2007,2008 Øyvind Harboe *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
* This program is free software; you can redistribute it and/or modify *
diff --git a/src/helper/binarybuffer.h b/src/helper/binarybuffer.h
index 4b8830b2..6d66c189 100644
--- a/src/helper/binarybuffer.h
+++ b/src/helper/binarybuffer.h
@@ -2,7 +2,7 @@
* Copyright (C) 2004, 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
- * Copyright (C) 2007,2008 Øyvind Harboe *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
* This program is free software; you can redistribute it and/or modify *
diff --git a/src/helper/command.c b/src/helper/command.c
index fa245cf7..2737a7b2 100644
--- a/src/helper/command.c
+++ b/src/helper/command.c
@@ -2,7 +2,7 @@
* Copyright (C) 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
- * Copyright (C) 2007,2008 �yvind Harboe *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
* Copyright (C) 2008, Duane Ellis *
diff --git a/src/helper/command.h b/src/helper/command.h
index 3e7bea92..2b9f1a16 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -2,7 +2,7 @@
* Copyright (C) 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
- * Copyright (C) 2007,2008 Øyvind Harboe *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
* This program is free software; you can redistribute it and/or modify *
diff --git a/src/helper/configuration.c b/src/helper/configuration.c
index c1e541cb..3c44d6d4 100644
--- a/src/helper/configuration.c
+++ b/src/helper/configuration.c
@@ -2,7 +2,7 @@
* Copyright (C) 2004, 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
- * Copyright (C) 2007,2008 Øyvind Harboe *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
* This program is free software; you can redistribute it and/or modify *
diff --git a/src/helper/configuration.h b/src/helper/configuration.h
index e75c7030..5bdb58f6 100644
--- a/src/helper/configuration.h
+++ b/src/helper/configuration.h
@@ -2,7 +2,7 @@
* Copyright (C) 2004, 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
- * Copyright (C) 2007,2008 Øyvind Harboe *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
* This program is free software; you can redistribute it and/or modify *
diff --git a/src/helper/fileio.c b/src/helper/fileio.c
index 0fc1b11d..42dae06e 100644
--- a/src/helper/fileio.c
+++ b/src/helper/fileio.c
@@ -2,7 +2,7 @@
* Copyright (C) 2007 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
- * Copyright (C) 2007,2008 Øyvind Harboe *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
* Copyright (C) 2008 by Spencer Oliver *
diff --git a/src/helper/fileio.h b/src/helper/fileio.h
index 10fa667d..d1e227ca 100644
--- a/src/helper/fileio.h
+++ b/src/helper/fileio.h
@@ -2,7 +2,7 @@
* Copyright (C) 2007 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
- * Copyright (C) 2007,2008 Øyvind Harboe *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
* Copyright (C) 2008 by Spencer Oliver *
diff --git a/src/helper/ioutil.c b/src/helper/ioutil.c
index e03f1330..b3171bc0 100644
--- a/src/helper/ioutil.c
+++ b/src/helper/ioutil.c
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2007-2008 by Øyvind Harboe *
+ * Copyright (C) 2007-2008 by Øyvind Harboe *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/src/helper/jim-eventloop.c b/src/helper/jim-eventloop.c
index 1119cb38..5da00c94 100644
--- a/src/helper/jim-eventloop.c
+++ b/src/helper/jim-eventloop.c
@@ -3,7 +3,7 @@
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
* Copyright 2005 Clemens Hintze <c.hintze@gmx.net>
* Copyright 2005 patthoyts - Pat Thoyts <patthoyts@users.sf.net>
- * Copyright 2008 oharboe - Øyvind Harboe - oyvind.harboe@zylin.com
+ * Copyright 2008 oharboe - Øyvind Harboe - oyvind.harboe@zylin.com
* Copyright 2008 Andrew Lunn <andrew@lunn.ch>
* Copyright 2008 Duane Ellis <openocd@duaneellis.com>
* Copyright 2008 Uwe Klein <uklein@klein-messgeraete.de>
diff --git a/src/helper/jim-eventloop.h b/src/helper/jim-eventloop.h
index c30812eb..ddb6fc98 100644
--- a/src/helper/jim-eventloop.h
+++ b/src/helper/jim-eventloop.h
@@ -3,7 +3,7 @@
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
* Copyright 2005 Clemens Hintze <c.hintze@gmx.net>
* Copyright 2005 patthoyts - Pat Thoyts <patthoyts@users.sf.net>
- * Copyright 2008 oharboe - Øyvind Harboe - oyvind.harboe@zylin.com
+ * Copyright 2008 oharboe - Øyvind Harboe - oyvind.harboe@zylin.com
* Copyright 2008 Andrew Lunn <andrew@lunn.ch>
* Copyright 2008 Duane Ellis <openocd@duaneellis.com>
* Copyright 2008 Uwe Klein <uklein@klein-messgeraete.de>
diff --git a/src/helper/jim.c b/src/helper/jim.c
index 8257af3b..aa6382a9 100644
--- a/src/helper/jim.c
+++ b/src/helper/jim.c
@@ -3,7 +3,7 @@
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
* Copyright 2005 Clemens Hintze <c.hintze@gmx.net>
* Copyright 2005 patthoyts - Pat Thoyts <patthoyts@users.sf.net>
- * Copyright 2008 oharboe - Øyvind Harboe - oyvind.harboe@zylin.com
+ * Copyright 2008 oharboe - Øyvind Harboe - oyvind.harboe@zylin.com
* Copyright 2008 Andrew Lunn <andrew@lunn.ch>
* Copyright 2008 Duane Ellis <openocd@duaneellis.com>
* Copyright 2008 Uwe Klein <uklein@klein-messgeraete.de>
diff --git a/src/helper/jim.h b/src/helper/jim.h
index 0c94e610..82d987f7 100644
--- a/src/helper/jim.h
+++ b/src/helper/jim.h
@@ -3,7 +3,7 @@
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
* Copyright 2005 Clemens Hintze <c.hintze@gmx.net>
* Copyright 2005 patthoyts - Pat Thoyts <patthoyts@users.sf.net>
- * Copyright 2008 oharboe - Øyvind Harboe - oyvind.harboe@zylin.com
+ * Copyright 2008 oharboe - Øyvind Harboe - oyvind.harboe@zylin.com
* Copyright 2008 Andrew Lunn <andrew@lunn.ch>
* Copyright 2008 Duane Ellis <openocd@duaneellis.com>
* Copyright 2008 Uwe Klein <uklein@klein-messgeraete.de>
diff --git a/src/helper/log.c b/src/helper/log.c
index 3ee04e05..9bfe4d11 100644
--- a/src/helper/log.c
+++ b/src/helper/log.c
@@ -2,7 +2,7 @@
* Copyright (C) 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
- * Copyright (C) 2007,2008 Øyvind Harboe *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
* Copyright (C) 2008 by Spencer Oliver *
diff --git a/src/helper/log.h b/src/helper/log.h
index 9172a7ae..c3be0747 100644
--- a/src/helper/log.h
+++ b/src/helper/log.h
@@ -2,7 +2,7 @@
* Copyright (C) 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
- * Copyright (C) 2007,2008 Øyvind Harboe *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
* Copyright (C) 2008 by Spencer Oliver *
diff --git a/src/helper/options.c b/src/helper/options.c
index 15997a8b..05587c8c 100644
--- a/src/helper/options.c
+++ b/src/helper/options.c
@@ -2,7 +2,7 @@
* Copyright (C) 2004, 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
- * Copyright (C) 2007,2008 Øyvind Harboe *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
* oyvind.harboe@zylin.com *
* *
*