diff --git a/README b/README index 588f3ea632c6f221eabfd287f7c570b3cc8070f0..3c5b637c5a7ace93d7c74bc5b10b756191a7169f 100644 --- a/README +++ b/README @@ -112,7 +112,7 @@ Support for Intel XScale CPUs is also included: - IXP42x And support for the Marvell Feroceon CPU core as found in the -Orion SOC family is included as well. +Orion SoC family is included as well. 3. Host platforms @@ -125,6 +125,9 @@ AMD64-Linux, Alpha-Linux, ARM-Linux, and PowerPC OS-X. Documentation for the OpenOCD is hosted in the Berlios OpenFacts Wiki at http://openfacts.berlios.de/index-en.phtml?title=Open_On-Chip_Debugger. +There is also and openocd(1) manpage, the 'openocd --help' output and +an OpenOCD info page (type 'info openocd'). + 5. Licensing OpenOCD is licensed under the terms of the GNU General Public License, see the diff --git a/src/flash/nand.c b/src/flash/nand.c index d0e1d8df4bb5ce4ab3b05ef9da10fb1e6edc61c1..f01b94c29c7f15f80bdbc5e1ab5ff32fef720b00 100644 --- a/src/flash/nand.c +++ b/src/flash/nand.c @@ -2,10 +2,8 @@ * Copyright (C) 2007 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * partially based on * - * drivers/mtd/nand_ids.c * - * * - * Copyright (C) 2002 Thomas Gleixner (tglx@linutronix.de) * + * Partially based on drivers/mtd/nand_ids.c from Linux. * + * Copyright (C) 2002 Thomas Gleixner <tglx@linutronix.de> * * * * 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/nand.h b/src/flash/nand.h index cb18b0c8c278d0bc81b4ae596eabdfff9bd79feb..d0dd7579847b20e68aff80733ad72fa2cfb8b1eb 100644 --- a/src/flash/nand.h +++ b/src/flash/nand.h @@ -2,12 +2,10 @@ * Copyright (C) 2007 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * partially based on * - * linux/include/linux/mtd/nand.h * - * * - * Copyright (c) 2000 David Woodhouse <dwmw2@mvhi.com> * - * Steven J. Hill <sjhill@realitydiluted.com> * - * Thomas Gleixner <tglx@linutronix.de> * + * Partially based on linux/include/linux/mtd/nand.h * + * Copyright (C) 2000 David Woodhouse <dwmw2@mvhi.com> * + * Copyright (C) 2000 Steven J. Hill <sjhill@realitydiluted.com> * + * Copyright (C) 2000 Thomas Gleixner <tglx@linutronix.de> * * * * 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/s3c2410_nand.c b/src/flash/s3c2410_nand.c index 436eb156a66fe8ad9a82282d982141e09948cca7..352d38498d49edc8a54c8b1b81f8518531e59215 100644 --- a/src/flash/s3c2410_nand.c +++ b/src/flash/s3c2410_nand.c @@ -1,14 +1,26 @@ -/* src/flash/s3c2410_nand.c - * +/*************************************************************************** + * Copyright (C) 2007, 2008 by Ben Dooks * + * ben@fluff.org * + * * + * 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 * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + +/* * S3C2410 OpenOCD NAND Flash controller support. * - * Copyright 2007,2008 Ben Dooks <ben@fluff.org> - * - * 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * * Many thanks to Simtec Electronics for sponsoring this work. */ diff --git a/src/flash/s3c2412_nand.c b/src/flash/s3c2412_nand.c index 1ddcff04eab2bb9d1c74f69baf6700e33f0f1b1c..5d2b85c6d84d2778bce732a81123162179dc9afb 100644 --- a/src/flash/s3c2412_nand.c +++ b/src/flash/s3c2412_nand.c @@ -1,14 +1,26 @@ -/* src/flash/s3c2412_nand.c - * +/*************************************************************************** + * Copyright (C) 2007, 2008 by Ben Dooks * + * ben@fluff.org * + * * + * 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 * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + +/* * S3C2412 OpenOCD NAND Flash controller support. * - * Copyright 2007,2008 Ben Dooks <ben@fluff.org> - * - * 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * * Many thanks to Simtec Electronics for sponsoring this work. */ diff --git a/src/flash/s3c2440_nand.c b/src/flash/s3c2440_nand.c index a6b9b04d7dbd540771db984844d279c065383738..dc64ad6d2bfd3a8cc4c2189120a7ef7d77f51521 100644 --- a/src/flash/s3c2440_nand.c +++ b/src/flash/s3c2440_nand.c @@ -1,14 +1,26 @@ -/* src/flash/s3c2440_nand.c - * +/*************************************************************************** + * Copyright (C) 2007, 2008 by Ben Dooks * + * ben@fluff.org * + * * + * 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 * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + +/* * S3C2440 OpenOCD NAND Flash controller support. * - * Copyright 2007,2008 Ben Dooks <ben@fluff.org> - * - * 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * * Many thanks to Simtec Electronics for sponsoring this work. */ diff --git a/src/flash/s3c2443_nand.c b/src/flash/s3c2443_nand.c index a66f158d6e292d5e705fa94a550a4c45d4c6a9b1..5b685c904ed3f9dd0566fe0a8cfa71cccd970595 100644 --- a/src/flash/s3c2443_nand.c +++ b/src/flash/s3c2443_nand.c @@ -1,18 +1,29 @@ -/* src/flash/s3c2443_nand.c - * +/*************************************************************************** + * Copyright (C) 2007, 2008 by Ben Dooks * + * ben@fluff.org * + * * + * 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 * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + +/* * S3C2443 OpenOCD NAND Flash controller support. * - * Copyright 2007,2008 Ben Dooks <ben@fluff.org> - * - * 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * * Many thanks to Simtec Electronics for sponsoring this work. */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/flash/s3c24xx_nand.c b/src/flash/s3c24xx_nand.c index 6bde224fa303cf9e8d9e257e177ce7c290fbb2a1..21633c94c77911f9700e70a2d96bff6e6c7af3cf 100644 --- a/src/flash/s3c24xx_nand.c +++ b/src/flash/s3c24xx_nand.c @@ -1,14 +1,26 @@ -/* src/flash/s3c24xx_nand.c - * +/*************************************************************************** + * Copyright (C) 2007, 2008 by Ben Dooks * + * ben@fluff.org * + * * + * 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 * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + +/* * S3C24XX Series OpenOCD NAND Flash controller support. * - * Copyright 2007,2008 Ben Dooks <ben@fluff.org> - * - * 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * * Many thanks to Simtec Electronics for sponsoring this work. */ diff --git a/src/flash/s3c24xx_nand.h b/src/flash/s3c24xx_nand.h index f419352636eaf3482f877bbfcdf44cfe3b0265af..d77bafe558570a83755363d201e447491f8dc910 100644 --- a/src/flash/s3c24xx_nand.h +++ b/src/flash/s3c24xx_nand.h @@ -1,14 +1,26 @@ -/* src/flash/s3c24xx_nand.h - * +/*************************************************************************** + * Copyright (C) 2007, 2008 by Ben Dooks * + * ben@fluff.org * + * * + * 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 * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + +/* * S3C24XX Series OpenOCD NAND Flash controller support. * - * Copyright 2007,2008 Ben Dooks <ben@fluff.org> - * - * 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * * Many thanks to Simtec Electronics for sponsoring this work. */ diff --git a/src/flash/s3c24xx_regs_nand.h b/src/flash/s3c24xx_regs_nand.h index d742205ac172673f57c96f99e93d4125b945e46e..7d295d80829b6b277a28d4e22089c17b06561760 100644 --- a/src/flash/s3c24xx_regs_nand.h +++ b/src/flash/s3c24xx_regs_nand.h @@ -1,19 +1,30 @@ -/* linux/include/asm-arm/arch-s3c2410/regs-nand.h - * - * Copyright (c) 2004,2005 Simtec Electronics <linux@simtec.co.uk> - * http://www.simtec.co.uk/products/SWLINUX/ - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * +/*************************************************************************** + * Copyright (C) 2004, 2005 by Simtec Electronics * + * linux@simtec.co.uk * + * http://www.simtec.co.uk/products/SWLINUX/ * + * * + * 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 * + * the Free Software Foundation; version 2 of the License. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + +/* * S3C2410 NAND register definitions -*/ + */ #ifndef __ASM_ARM_REGS_NAND #define __ASM_ARM_REGS_NAND "$Id: nand.h,v 1.3 2003/12/09 11:36:29 ben Exp $" - #define S3C2410_NFREG(x) (x) #define S3C2410_NFCONF S3C2410_NFREG(0x00) @@ -117,7 +128,5 @@ #define S3C2412_NFECCERR_MULTIBIT (2) #define S3C2412_NFECCERR_ECCAREA (3) - - #endif /* __ASM_ARM_REGS_NAND */ diff --git a/src/flash/stellaris.c b/src/flash/stellaris.c index dc9de7425a947fa31da00bab189ef2ad45c58d8f..2eca290cb7ce34a35bd871a4f65a0ae49392c354 100644 --- a/src/flash/stellaris.c +++ b/src/flash/stellaris.c @@ -1,7 +1,7 @@ /*************************************************************************** * Copyright (C) 2006 by Magnus Lundin * - * lundin@mlu.mine.nu * - * * + * lundin@mlu.mine.nu * + * * * 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 * * the Free Software Foundation; either version 2 of the License, or * @@ -20,10 +20,7 @@ /*************************************************************************** * STELLARIS is tested on LM3S811 -* -* -* - ***************************************************************************/ +***************************************************************************/ #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/flash/stellaris.h b/src/flash/stellaris.h index 8024258ea498287eb91e355bc185c5d06e6f27cb..4ea1fe5aaf6d8f4e77be778312fb079cedd33670 100644 --- a/src/flash/stellaris.h +++ b/src/flash/stellaris.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006 by Magnus Lundin * - * lundinªmlu.mine.nu * + * lundin@mlu.mine.nu * * * * 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/tms470.c b/src/flash/tms470.c index 55adfd81dc8130d21b230e2f01a8e95e92f6985b..cfbb072d789b48a437cce1610de1b437cfa81ff7 100644 --- a/src/flash/tms470.c +++ b/src/flash/tms470.c @@ -1,5 +1,5 @@ /*************************************************************************** - * (c) Copyright 2007, 2008 by Christopher Kilgour * + * Copyright (C) 2007,2008 by Christopher Kilgour * * techie |_at_| whiterocker |_dot_| com * * * * This program is free software; you can redistribute it and/or modify * @@ -17,7 +17,6 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/flash/tms470.h b/src/flash/tms470.h index ad5108d190d973cab89114cbb4fa4dd4e612fae1..ad569bbbc738af8e88470c3d46bc716b85fe1927 100644 --- a/src/flash/tms470.h +++ b/src/flash/tms470.h @@ -1,5 +1,5 @@ /*************************************************************************** - * (c) Copyright 2007, 2008 by Christopher Kilgour * + * Copyright (C) 2007,2008 by Christopher Kilgour * * techie |_at_| whiterocker |_dot_| com * * * * This program is free software; you can redistribute it and/or modify * @@ -17,7 +17,6 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ - #ifndef TMS470_DOT_H #define TMS470_DOT_H diff --git a/src/jtag/usbprog.c b/src/jtag/usbprog.c index d0011f0ddfe51b5ec9bf22967b743620bc779374..ba43aa4c652551b32a97173ae247957bbfd19059 100644 --- a/src/jtag/usbprog.c +++ b/src/jtag/usbprog.c @@ -1,14 +1,6 @@ /*************************************************************************** - * Copyright (C) 2007 by Benedikt Sauter sauter@ixbat.de * - * based on Dominic Rath's amt_jtagaccel.c * - * * - * usbprog is a free programming adapter. You can easily install * - * different firmware versions from an "online pool" over USB. * - * The adapter can be used for programming and debugging AVR and ARM * - * processors, as USB to RS232 converter, as JTAG interface or as * - * simple I/O interface (5 lines). * - * * - * http://www.embedded-projects.net/usbprog * + * Copyright (C) 2007 by Benedikt Sauter * + * sauter@ixbat.de * * * * 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 * @@ -25,6 +17,19 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ + +/* + * This file is based on Dominic Rath's amt_jtagaccel.c. + * + * usbprog is a free programming adapter. You can easily install + * different firmware versions from an "online pool" over USB. + * The adapter can be used for programming and debugging AVR and ARM + * processors, as USB to RS232 converter, as JTAG interface or as + * simple I/O interface (5 lines). + * + * http://www.embedded-projects.net/usbprog + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/target/arm11.c b/src/target/arm11.c index 05b6112e87e9f8844c8520ff32a4b8c193391bdc..85068a11194023762b1985bedade9cf142a55dfd 100644 --- a/src/target/arm11.c +++ b/src/target/arm11.c @@ -16,7 +16,6 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/target/arm11.h b/src/target/arm11.h index 9c1bcd06774a4686ba86a1ce7c14e2b91bf85595..0b203325ac6a654ff204c1e7350ae2e1cd8dba5a 100644 --- a/src/target/arm11.h +++ b/src/target/arm11.h @@ -16,7 +16,6 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ - #ifndef ARM11_H #define ARM11_H diff --git a/src/target/arm11_dbgtap.c b/src/target/arm11_dbgtap.c index 97ec2fba0e207b11b7659df70435102323516e54..72d4ee04a5ba81c2f30261fe3780dd161cc58c2c 100644 --- a/src/target/arm11_dbgtap.c +++ b/src/target/arm11_dbgtap.c @@ -16,7 +16,6 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/target/armv7m.c b/src/target/armv7m.c index bed394854702a430af70d5a60c667b9728676a30..2f82a6f15b00dce1d31d5ce4f5fbbef6e4390881 100644 --- a/src/target/armv7m.c +++ b/src/target/armv7m.c @@ -1,6 +1,7 @@ /*************************************************************************** * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * + * * * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * diff --git a/src/target/armv7m.h b/src/target/armv7m.h index 0059b18d0de6f4f5f26d0000ef5599ffcdfc765b..946264c4afba8e901cb63b81729be3b1e8554a40 100644 --- a/src/target/armv7m.h +++ b/src/target/armv7m.h @@ -1,6 +1,7 @@ /*************************************************************************** * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * + * * * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * diff --git a/src/target/cortex_m3.c b/src/target/cortex_m3.c index bdb405039df0590441d3f8674494a62748c4401c..8e8665bc44c4ec4b8cbf4e71981133379c949955 100644 --- a/src/target/cortex_m3.c +++ b/src/target/cortex_m3.c @@ -1,6 +1,7 @@ /*************************************************************************** * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * + * * * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h index 0ed3b0adb1d26b04615cd6b54551dcfdce1c1950..d04923f954f88d848c427d225d2d3caef773d38e 100644 --- a/src/target/cortex_m3.h +++ b/src/target/cortex_m3.h @@ -1,6 +1,7 @@ /*************************************************************************** * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * + * * * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * diff --git a/src/target/cortex_swjdp.c b/src/target/cortex_swjdp.c index 160f4c53f5e81b7d918cf570719c82f6de0ebed9..81ff6f993c60dc87e12c4da0e9062ef87c388967 100644 --- a/src/target/cortex_swjdp.c +++ b/src/target/cortex_swjdp.c @@ -22,7 +22,7 @@ * CoreSight (Light?) SerialWireJtagDebugPort * * * * CoreSight™ DAP-Lite TRM, ARM DDI 0316A * - * Cortex-M3™ TRM, ARM DDI 0337C * + * Cortex-M3™ TRM, ARM DDI 0337C * * * ***************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/target/feroceon.c b/src/target/feroceon.c index 9e200d626c5decb97a88e0ed4406e97dc7f71263..5346a14d109f44e74fa38c2a31d42d21efa10fba 100644 --- a/src/target/feroceon.c +++ b/src/target/feroceon.c @@ -1,26 +1,26 @@ +/*************************************************************************** + * Copyright (C) 2008 by Marvell Semiconductors, Inc. * + * Written by Nicolas Pitre <nico@marvell.com> * + * * + * 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 * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + /* * Marvell Feroceon (88F5182, 88F5281) support. * - * Copyright (C) 2008 Marvell Semiconductors, Inc. - * Written by Nicolas Pitre <nico@marvell.com> - * - * 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the - * Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -/* * The Feroceon core mimics the ARM926 ICE interface with the following * differences: * diff --git a/src/target/target_request.h b/src/target/target_request.h index 0547c1d3bbeecfe331169517a549552cc6b94f11..487ce3465b4ec196dce5e5a410de7e1e0919326c 100644 --- a/src/target/target_request.h +++ b/src/target/target_request.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Dominic Rath * + * Copyright (C) 2007 by Dominic Rath * * Dominic.Rath@gmx.de * * * * This program is free software; you can redistribute it and/or modify *