From: oharboe at B. <oh...@ma...> - 2009-07-17 21:54:30
|
Author: oharboe Date: 2009-07-17 21:54:25 +0200 (Fri, 17 Jul 2009) New Revision: 2549 Modified: trunk/TODO trunk/doc/manual/scripting.txt trunk/ecosflash/Makefile trunk/ecosflash/flash.S trunk/ecosflash/flash.c trunk/src/ecosboard.c trunk/src/flash/ecos.c trunk/src/flash/flash.c trunk/src/flash/flash.h trunk/src/flash/lpc288x.c trunk/src/helper/binarybuffer.c trunk/src/helper/binarybuffer.h trunk/src/helper/command.c trunk/src/helper/command.h trunk/src/helper/configuration.c trunk/src/helper/configuration.h trunk/src/helper/fileio.c trunk/src/helper/fileio.h trunk/src/helper/ioutil.c trunk/src/helper/jim-eventloop.c trunk/src/helper/jim-eventloop.h trunk/src/helper/jim.c trunk/src/helper/jim.h trunk/src/helper/log.c trunk/src/helper/log.h trunk/src/helper/options.c trunk/src/helper/replacements.c trunk/src/helper/replacements.h trunk/src/helper/time_support.c trunk/src/helper/time_support.h trunk/src/helper/types.h trunk/src/jtag/bitbang.c trunk/src/jtag/bitbang.h trunk/src/jtag/core.c trunk/src/jtag/dummy.c trunk/src/jtag/interface.c trunk/src/jtag/jtag.h trunk/src/jtag/minidummy/jtag_minidriver.h trunk/src/jtag/minidummy/minidummy.c trunk/src/jtag/parport.c trunk/src/jtag/rlink/rlink.c trunk/src/jtag/tcl.c trunk/src/jtag/zy1000/jtag_minidriver.h trunk/src/jtag/zy1000/zy1000.c trunk/src/openocd.c trunk/src/server/gdb_server.c trunk/src/server/gdb_server.h trunk/src/server/httpd.c trunk/src/server/server.c trunk/src/server/server.h trunk/src/server/telnet_server.c trunk/src/server/telnet_server.h trunk/src/target/arm7_9_common.c trunk/src/target/arm7_9_common.h trunk/src/target/arm7tdmi.c trunk/src/target/arm_jtag.c trunk/src/target/arm_jtag.h trunk/src/target/armv7m.c trunk/src/target/embeddedice.c trunk/src/target/embeddedice.h trunk/src/target/image.c trunk/src/target/image.h trunk/src/target/mips32.c trunk/src/target/register.c trunk/src/target/register.h trunk/src/target/target.c trunk/src/target/target.h trunk/src/target/target_request.c trunk/src/target/target_request.h trunk/src/target/xscale.c trunk/src/target/xscale.h trunk/src/xsvf/xsvf.c Log: Andreas Fritiofson <and...@gm...> UTF8 fixes Modified: trunk/TODO =================================================================== --- trunk/TODO 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/TODO 2009-07-17 19:54:25 UTC (rev 2549) @@ -117,7 +117,7 @@ - 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 @@ - 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 Modified: trunk/doc/manual/scripting.txt =================================================================== --- trunk/doc/manual/scripting.txt 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/doc/manual/scripting.txt 2009-07-17 19:54:25 UTC (rev 2549) @@ -15,7 +15,7 @@ to those same end users. Jim Tcl was chosen as it was easy to integrate, works -great in an embedded environment and vind Harboe +great in an embedded environment and Øyvind Harboe had experience with it. @section scriptinguses Uses of scripting Modified: trunk/ecosflash/Makefile =================================================================== --- trunk/ecosflash/Makefile 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/ecosflash/Makefile 2009-07-17 19:54:25 UTC (rev 2549) @@ -1,7 +1,7 @@ #####ECOSGPLCOPYRIGHTBEGIN#### ## ------------------------------------------- ## This file is part of eCos, the Embedded Configurable Operating System. -## Copyright (C) 2008 vind 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 Modified: trunk/ecosflash/flash.S =================================================================== --- trunk/ecosflash/flash.S 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/ecosflash/flash.S 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ #####ECOSGPLCOPYRIGHTBEGIN#### ## ------------------------------------------- ## This file is part of eCos, the Embedded Configurable Operating System. -## Copyright (C) 2008 vind 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 Modified: trunk/ecosflash/flash.c =================================================================== --- trunk/ecosflash/flash.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/ecosflash/flash.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ #####ECOSGPLCOPYRIGHTBEGIN#### ## ------------------------------------------- ## This file is part of eCos, the Embedded Configurable Operating System. -## Copyright (C) 2008 vind 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 Modified: trunk/src/ecosboard.c =================================================================== --- trunk/src/ecosboard.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/ecosboard.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -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 * Modified: trunk/src/flash/ecos.c =================================================================== --- trunk/src/flash/ecos.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/flash/ecos.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/flash/flash.c =================================================================== --- trunk/src/flash/flash.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/flash/flash.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/flash/flash.h =================================================================== --- trunk/src/flash/flash.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/flash/flash.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/flash/lpc288x.c =================================================================== --- trunk/src/flash/lpc288x.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/flash/lpc288x.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -214,8 +214,8 @@ return ERROR_OK; } -/* The frequency is the AHB clock frequency divided by (CLK_DIV ) + 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 ? */ Modified: trunk/src/helper/binarybuffer.c =================================================================== --- trunk/src/helper/binarybuffer.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/binarybuffer.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2004, 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/helper/binarybuffer.h =================================================================== --- trunk/src/helper/binarybuffer.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/binarybuffer.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2004, 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/helper/command.c =================================================================== --- trunk/src/helper/command.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/command.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 �yvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008, Duane Ellis * Modified: trunk/src/helper/command.h =================================================================== --- trunk/src/helper/command.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/command.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/helper/configuration.c =================================================================== --- trunk/src/helper/configuration.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/configuration.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2004, 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/helper/configuration.h =================================================================== --- trunk/src/helper/configuration.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/configuration.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2004, 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/helper/fileio.c =================================================================== --- trunk/src/helper/fileio.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/fileio.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2007 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/helper/fileio.h =================================================================== --- trunk/src/helper/fileio.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/fileio.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2007 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/helper/ioutil.c =================================================================== --- trunk/src/helper/ioutil.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/ioutil.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2008 by vind 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 * Modified: trunk/src/helper/jim-eventloop.c =================================================================== --- trunk/src/helper/jim-eventloop.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/jim-eventloop.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -3,7 +3,7 @@ * Copyright 2005 Salvatore Sanfilippo <an...@in...> * Copyright 2005 Clemens Hintze <c.h...@gm...> * Copyright 2005 patthoyts - Pat Thoyts <pat...@us...> - * Copyright 2008 oharboe - vind Harboe - oyv...@zy... + * Copyright 2008 oharboe - Øyvind Harboe - oyv...@zy... * Copyright 2008 Andrew Lunn <an...@lu...> * Copyright 2008 Duane Ellis <op...@du...> * Copyright 2008 Uwe Klein <uk...@kl...> Modified: trunk/src/helper/jim-eventloop.h =================================================================== --- trunk/src/helper/jim-eventloop.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/jim-eventloop.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -3,7 +3,7 @@ * Copyright 2005 Salvatore Sanfilippo <an...@in...> * Copyright 2005 Clemens Hintze <c.h...@gm...> * Copyright 2005 patthoyts - Pat Thoyts <pat...@us...> - * Copyright 2008 oharboe - vind Harboe - oyv...@zy... + * Copyright 2008 oharboe - Øyvind Harboe - oyv...@zy... * Copyright 2008 Andrew Lunn <an...@lu...> * Copyright 2008 Duane Ellis <op...@du...> * Copyright 2008 Uwe Klein <uk...@kl...> Modified: trunk/src/helper/jim.c =================================================================== --- trunk/src/helper/jim.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/jim.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -3,7 +3,7 @@ * Copyright 2005 Salvatore Sanfilippo <an...@in...> * Copyright 2005 Clemens Hintze <c.h...@gm...> * Copyright 2005 patthoyts - Pat Thoyts <pat...@us...> - * Copyright 2008 oharboe - vind Harboe - oyv...@zy... + * Copyright 2008 oharboe - Øyvind Harboe - oyv...@zy... * Copyright 2008 Andrew Lunn <an...@lu...> * Copyright 2008 Duane Ellis <op...@du...> * Copyright 2008 Uwe Klein <uk...@kl...> Modified: trunk/src/helper/jim.h =================================================================== --- trunk/src/helper/jim.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/jim.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -3,7 +3,7 @@ * Copyright 2005 Salvatore Sanfilippo <an...@in...> * Copyright 2005 Clemens Hintze <c.h...@gm...> * Copyright 2005 patthoyts - Pat Thoyts <pat...@us...> - * Copyright 2008 oharboe - vind Harboe - oyv...@zy... + * Copyright 2008 oharboe - Øyvind Harboe - oyv...@zy... * Copyright 2008 Andrew Lunn <an...@lu...> * Copyright 2008 Duane Ellis <op...@du...> * Copyright 2008 Uwe Klein <uk...@kl...> Modified: trunk/src/helper/log.c =================================================================== --- trunk/src/helper/log.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/log.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/helper/log.h =================================================================== --- trunk/src/helper/log.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/log.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/helper/options.c =================================================================== --- trunk/src/helper/options.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/options.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2004, 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/helper/replacements.c =================================================================== --- trunk/src/helper/replacements.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/replacements.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2006 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/helper/replacements.h =================================================================== --- trunk/src/helper/replacements.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/replacements.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2006 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/helper/time_support.c =================================================================== --- trunk/src/helper/time_support.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/time_support.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2006 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/helper/time_support.h =================================================================== --- trunk/src/helper/time_support.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/time_support.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2006 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/helper/types.h =================================================================== --- trunk/src/helper/types.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/helper/types.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2004, 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/jtag/bitbang.c =================================================================== --- trunk/src/jtag/bitbang.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/jtag/bitbang.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * @@ -46,12 +46,12 @@ * Set this to 1 and str912 reset halt will fail. * * If someone can submit a patch with an explanation it will be greatly - * appreciated, but as far as I can tell () DCLK is generated upon + * appreciated, but as far as I can tell (ØH) DCLK is generated upon * clk = 0 in TAP_IDLE. Good luck deducing that from the ARM documentation! * The ARM documentation uses the term "DCLK is asserted while in the TAP_IDLE * state". With hardware there is no such thing as *while* in a state. There * are only edges. So clk => 0 is in fact a very subtle state transition that - * happens *while* in the TAP_IDLE state. "#&"#&"#&"#& + * happens *while* in the TAP_IDLE state. "#&¤"#¤&"#&"#& * * For "reset halt" the last thing that happens before srst is asserted * is that the breakpoint is set up. If DCLK is not wiggled one last Modified: trunk/src/jtag/bitbang.h =================================================================== --- trunk/src/jtag/bitbang.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/jtag/bitbang.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/jtag/core.c =================================================================== --- trunk/src/jtag/core.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/jtag/core.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2009 SoftPLC Corporation * Modified: trunk/src/jtag/dummy.c =================================================================== --- trunk/src/jtag/dummy.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/jtag/dummy.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008 by vind Harboe * + * Copyright (C) 2008 by Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/jtag/interface.c =================================================================== --- trunk/src/jtag/interface.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/jtag/interface.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2009 SoftPLC Corporation * Modified: trunk/src/jtag/jtag.h =================================================================== --- trunk/src/jtag/jtag.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/jtag/jtag.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * -* Copyright (C) 2007,2008 vind Harboe * +* Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/jtag/minidummy/jtag_minidriver.h =================================================================== --- trunk/src/jtag/minidummy/jtag_minidriver.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/jtag/minidummy/jtag_minidriver.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2008 by vind 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 * Modified: trunk/src/jtag/minidummy/minidummy.c =================================================================== --- trunk/src/jtag/minidummy/minidummy.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/jtag/minidummy/minidummy.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2008 by vind 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 * Modified: trunk/src/jtag/parport.c =================================================================== --- trunk/src/jtag/parport.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/jtag/parport.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -247,7 +247,7 @@ static int parport_register_commands(struct command_context_s *cmd_ctx) { register_command(cmd_ctx, NULL, "parport_port", parport_handle_parport_port_command, - COMMAND_CONFIG, "either the address of the I/O port or the number of the �/dev/parport� device"); + COMMAND_CONFIG, "either the address of the I/O port or the number of the '/dev/parport' device"); register_command(cmd_ctx, NULL, "parport_cable", parport_handle_parport_cable_command, COMMAND_CONFIG, "the layout of the parallel port cable used to connect to the target"); register_command(cmd_ctx, NULL, "parport_write_on_exit", parport_handle_write_on_exit_command, Modified: trunk/src/jtag/rlink/rlink.c =================================================================== --- trunk/src/jtag/rlink/rlink.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/jtag/rlink/rlink.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 Rob Brown, Lou Deluxe * Modified: trunk/src/jtag/tcl.c =================================================================== --- trunk/src/jtag/tcl.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/jtag/tcl.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 �yvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2009 SoftPLC Corporation * Modified: trunk/src/jtag/zy1000/jtag_minidriver.h =================================================================== --- trunk/src/jtag/zy1000/jtag_minidriver.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/jtag/zy1000/jtag_minidriver.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2008 by vind 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 * Modified: trunk/src/jtag/zy1000/zy1000.c =================================================================== --- trunk/src/jtag/zy1000/zy1000.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/jtag/zy1000/zy1000.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -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 * Modified: trunk/src/openocd.c =================================================================== --- trunk/src/openocd.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/openocd.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 Richard Missenden * Modified: trunk/src/server/gdb_server.c =================================================================== --- trunk/src/server/gdb_server.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/server/gdb_server.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 �yvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/server/gdb_server.h =================================================================== --- trunk/src/server/gdb_server.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/server/gdb_server.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/server/httpd.c =================================================================== --- trunk/src/server/httpd.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/server/httpd.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 Free Software Foundation Modified: trunk/src/server/server.c =================================================================== --- trunk/src/server/server.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/server/server.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/server/server.h =================================================================== --- trunk/src/server/server.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/server/server.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/server/telnet_server.c =================================================================== --- trunk/src/server/telnet_server.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/server/telnet_server.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/server/telnet_server.h =================================================================== --- trunk/src/server/telnet_server.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/server/telnet_server.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/target/arm7_9_common.c =================================================================== --- trunk/src/target/arm7_9_common.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/arm7_9_common.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 �yvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/target/arm7_9_common.h =================================================================== --- trunk/src/target/arm7_9_common.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/arm7_9_common.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/target/arm7tdmi.c =================================================================== --- trunk/src/target/arm7tdmi.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/arm7tdmi.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -5,7 +5,7 @@ * Copyright (C) 2008 by Spencer Oliver * * sp...@sp... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/target/arm_jtag.c =================================================================== --- trunk/src/target/arm_jtag.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/arm_jtag.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/target/arm_jtag.h =================================================================== --- trunk/src/target/arm_jtag.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/arm_jtag.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/target/armv7m.c =================================================================== --- trunk/src/target/armv7m.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/armv7m.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -8,7 +8,7 @@ * Copyright (C) 2008 by Spencer Oliver * * sp...@sp... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/target/embeddedice.c =================================================================== --- trunk/src/target/embeddedice.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/embeddedice.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/target/embeddedice.h =================================================================== --- trunk/src/target/embeddedice.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/embeddedice.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005, 2006 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/target/image.c =================================================================== --- trunk/src/target/image.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/image.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2007 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/target/image.h =================================================================== --- trunk/src/target/image.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/image.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2007 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/target/mips32.c =================================================================== --- trunk/src/target/mips32.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/mips32.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -4,7 +4,7 @@ * * * Copyright (C) 2008 by David T.L. Wong * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/target/register.c =================================================================== --- trunk/src/target/register.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/register.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/target/register.h =================================================================== --- trunk/src/target/register.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/register.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * This program is free software; you can redistribute it and/or modify * Modified: trunk/src/target/target.c =================================================================== --- trunk/src/target/target.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/target.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 �yvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008, Duane Ellis * Modified: trunk/src/target/target.h =================================================================== --- trunk/src/target/target.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/target.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/target/target_request.c =================================================================== --- trunk/src/target/target_request.c 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/target_request.c 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2007 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/target/target_request.h =================================================================== --- trunk/src/target/target_request.h 2009-07-16 10:44:42 UTC (rev 2548) +++ trunk/src/target/target_request.h 2009-07-17 19:54:25 UTC (rev 2549) @@ -2,7 +2,7 @@ * Copyright (C) 2007 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * Modified: trunk/src/target/xscale.c ====... [truncated message content] |