From a82553108362ccc807cc4716a507be911a8c3bb7 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 20 Apr 2020 15:48:23 +0200 Subject: Add magicvar description for autoboot variables global.autoboot_abort_key and global.autoboot_timeout lack a magicvar description. Add one. Signed-off-by: Sascha Hauer --- common/startup.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/common/startup.c b/common/startup.c index c417a4d078..e251142fca 100644 --- a/common/startup.c +++ b/common/startup.c @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include @@ -391,3 +392,10 @@ void shutdown_barebox(void) (*exitcall)(); } } + +BAREBOX_MAGICVAR_NAMED(global_autoboot_abort_key, + global.autoboot_abort_key, + "Which key allows to interrupt autoboot. Possible values: any, ctrl-c"); +BAREBOX_MAGICVAR_NAMED(global_autoboot_timeout, + global.autoboot_timeout, + "Timeout before autoboot starts in seconds"); -- cgit v1.2.3 From 9e630679a08c54c1a188a17cc7e776d7818e5e3f Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Tue, 21 Apr 2020 23:15:44 +0200 Subject: LICENSES: Add MIT license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This license is relevant for commands/2048.c (at least). Signed-off-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- LICENSES/preferred/MIT | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 LICENSES/preferred/MIT diff --git a/LICENSES/preferred/MIT b/LICENSES/preferred/MIT new file mode 100644 index 0000000000..f33a68ceb3 --- /dev/null +++ b/LICENSES/preferred/MIT @@ -0,0 +1,30 @@ +Valid-License-Identifier: MIT +SPDX-URL: https://spdx.org/licenses/MIT.html +Usage-Guide: + To use the MIT License put the following SPDX tag/value pair into a + comment according to the placement guidelines in the licensing rules + documentation: + SPDX-License-Identifier: MIT +License-Text: + +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. -- cgit v1.2.3 From 1a546e28341ba3e733d1f1f9fc6d60de6b195298 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Tue, 21 Apr 2020 23:15:45 +0200 Subject: commands/*: Replace license and copyright boilerplate by SPDX identfiers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While at it also drop references to the non-existing CREDITS file and do some small rearrangements for some uniform formatting. (SPDX-License-Identifier first, then copyright texts and then an empty line.) The advantage is that these specifiers are machine-parseable which helps license conformance. Signed-off-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- commands/2048.c | 32 ++++---------------------------- commands/automount.c | 22 +++++----------------- commands/barebox-update.c | 22 +++++----------------- commands/basename.c | 22 ++++------------------ commands/blobgen.c | 3 ++- commands/boot.c | 13 +------------ commands/bootchooser.c | 17 +++-------------- commands/bootm.c | 20 ++------------------ commands/cat.c | 18 ++---------------- commands/cd.c | 22 ++++------------------ commands/clear.c | 22 ++++------------------ commands/cmp.c | 20 +++----------------- commands/cp.c | 22 ++++------------------ commands/crc.c | 22 ++++------------------ commands/defaultenv.c | 18 ++---------------- commands/detect.c | 23 +++++------------------ commands/devinfo.c | 16 ++-------------- commands/dfu.c | 23 +++++------------------ commands/dhcp.c | 9 +++------ commands/dhrystone.c | 14 +++----------- commands/digest.c | 7 ++----- commands/dirname.c | 22 ++++------------------ commands/dmesg.c | 23 +++++------------------ commands/drvinfo.c | 18 +++--------------- commands/echo.c | 22 ++++------------------ commands/edit.c | 18 ++---------------- commands/exec.c | 22 ++++------------------ commands/export.c | 18 ++---------------- commands/false.c | 20 ++------------------ commands/filetype.c | 7 ++----- commands/firmwareload.c | 14 ++------------ commands/flash.c | 24 ++++-------------------- commands/global.c | 23 +++++------------------ commands/go.c | 24 ++++-------------------- commands/gpio.c | 13 +------------ commands/hab.c | 11 +---------- commands/hashsum.c | 22 ++++------------------ commands/help.c | 20 ++------------------ commands/i2c.c | 20 ++++---------------- commands/imd.c | 19 ++----------------- commands/iomemport.c | 22 +++++----------------- commands/ip-route-get.c | 11 +---------- commands/led.c | 23 ++++------------------- commands/let.c | 20 ++++---------------- commands/linux16.c | 17 +++-------------- commands/linux_exec.c | 18 ++---------------- commands/ln.c | 22 ++++------------------ commands/loadb.c | 20 ++------------------ commands/loadenv.c | 18 ++---------------- commands/loads.c | 25 ++++--------------------- commands/loadxy.c | 20 +++----------------- commands/login.c | 18 ++---------------- commands/ls.c | 22 ++++------------------ commands/lspci.c | 18 ++---------------- commands/md.c | 18 ++---------------- commands/memcmp.c | 18 ++---------------- commands/memcpy.c | 18 ++---------------- commands/meminfo.c | 23 +++++------------------ commands/memset.c | 18 ++---------------- commands/memtest.c | 24 ++++-------------------- commands/menu.c | 19 ++----------------- commands/menutree.c | 12 ++---------- commands/miitool.c | 19 +++---------------- commands/mkdir.c | 22 ++++------------------ commands/mm.c | 18 ++---------------- commands/mmc_extcsd.c | 20 ++++---------------- commands/mount.c | 22 ++++------------------ commands/msleep.c | 15 +++------------ commands/mw.c | 18 ++---------------- commands/nand-bitflip.c | 11 +---------- commands/nand.c | 19 +++---------------- commands/nandtest.c | 12 ++---------- commands/nv.c | 23 +++++------------------ commands/of_diff.c | 11 ++++------- commands/of_display_timings.c | 21 ++++----------------- commands/of_dump.c | 22 ++++------------------ commands/of_fixup_status.c | 20 ++++---------------- commands/of_node.c | 22 ++++------------------ commands/of_overlay.c | 18 ++---------------- commands/of_property.c | 22 ++++------------------ commands/oftree.c | 18 +++--------------- commands/partition.c | 18 +++--------------- commands/passwd.c | 18 ++---------------- commands/poweroff.c | 22 ++++------------------ commands/printenv.c | 18 ++---------------- commands/pwd.c | 23 +++++------------------ commands/readline.c | 20 ++------------------ commands/readlink.c | 22 ++++------------------ commands/reginfo.c | 22 ++++------------------ commands/regulator.c | 23 +++++------------------ commands/reset.c | 22 ++++------------------ commands/rm.c | 23 +++++------------------ commands/saveenv.c | 18 ++---------------- commands/seed.c | 15 ++------------- commands/setenv.c | 18 ++---------------- commands/sleep.c | 22 ++++------------------ commands/smc.c | 2 +- commands/spd_decode.c | 21 +++------------------ commands/spi.c | 8 ++------ commands/state.c | 15 ++------------- commands/stddev.c | 18 ++---------------- commands/test.c | 20 ++++---------------- commands/tftp.c | 22 +++++----------------- commands/timeout.c | 22 ++++------------------ commands/trigger.c | 23 ++++------------------- commands/true.c | 20 ++------------------ commands/ubiformat.c | 17 +++-------------- commands/ubsan.c | 3 ++- commands/umount.c | 23 +++++------------------ commands/uncompress.c | 22 ++++------------------ commands/usb.c | 23 +++++------------------ commands/usbgadget.c | 26 ++++++-------------------- commands/usbserial.c | 26 ++++++-------------------- commands/version.c | 20 ++------------------ commands/wd.c | 15 ++------------- 115 files changed, 365 insertions(+), 1809 deletions(-) diff --git a/commands/2048.c b/commands/2048.c index 865803a5a6..3ad9c0f3ae 100644 --- a/commands/2048.c +++ b/commands/2048.c @@ -1,31 +1,7 @@ -/* - * The MIT License (MIT) - * - * Copyright (c) 2014 Maurits van der Schee - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * - * ============================================================================ - * Name : 2048.c - * Author : Maurits van der Schee - * Description : Console version of the game "2048" for GNU/Linux - * ============================================================================ - */ +// SPDX-License-Identifier: MIT +// SPDX-FileCopyrightText: © 2014 Maurits van der Schee + +/* Console version of the game "2048" for GNU/Linux */ #include #include diff --git a/commands/automount.c b/commands/automount.c index a71430c9ef..d2b3a2d56e 100644 --- a/commands/automount.c +++ b/commands/automount.c @@ -1,20 +1,8 @@ -/* - * automount.c - automount devices - * - * Copyright (c) 2012 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2012 Sascha Hauer , Pengutronix + +/* automount.c - automount devices */ + #include #include #include diff --git a/commands/barebox-update.c b/commands/barebox-update.c index 53af2a8511..4b23433e84 100644 --- a/commands/barebox-update.c +++ b/commands/barebox-update.c @@ -1,20 +1,8 @@ -/* - * barebox-update.c - update barebox - * - * Copyright (c) 2012 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2012 Sascha Hauer , Pengutronix + +/* barebox-update.c - update barebox */ + #include #include #include diff --git a/commands/basename.c b/commands/basename.c index c1a28e9e1d..7dd9ba2a7a 100644 --- a/commands/basename.c +++ b/commands/basename.c @@ -1,21 +1,7 @@ -/* - * basename.c - strip directory and suffix from filenames - * - * Copyright (c) 2012 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2012 Sascha Hauer , Pengutronix + +/* basename.c - strip directory and suffix from filenames */ #include #include diff --git a/commands/blobgen.c b/commands/blobgen.c index 49107d037c..8ff2cc2c11 100644 --- a/commands/blobgen.c +++ b/commands/blobgen.c @@ -1,4 +1,5 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-only + #include #include #include diff --git a/commands/boot.c b/commands/boot.c index aaa20faae9..ad2d83a179 100644 --- a/commands/boot.c +++ b/commands/boot.c @@ -1,15 +1,4 @@ -/* - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later #include #include diff --git a/commands/bootchooser.c b/commands/bootchooser.c index ac763a6553..46b063e027 100644 --- a/commands/bootchooser.c +++ b/commands/bootchooser.c @@ -1,17 +1,6 @@ -/* - * Copyright (C) 2012 Jan Luebbe - * Copyright (C) 2015 Marc Kleine-Budde - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2012 Jan Luebbe +// SPDX-FileCopyrightText: © 2015 Marc Kleine-Budde #include #include diff --git a/commands/bootm.c b/commands/bootm.c index 100c2e99fb..f54a4827eb 100644 --- a/commands/bootm.c +++ b/commands/bootm.c @@ -1,21 +1,5 @@ -/* - * (C) Copyright 2000-2006 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2000-2006 Wolfgang Denk , DENX Software Engineering /* * Boot support diff --git a/commands/cat.c b/commands/cat.c index c01710cfae..17c31ed083 100644 --- a/commands/cat.c +++ b/commands/cat.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix /** * @file diff --git a/commands/cd.c b/commands/cd.c index 5611e9a590..0238919bf2 100644 --- a/commands/cd.c +++ b/commands/cd.c @@ -1,21 +1,7 @@ -/* - * cd.c - change working directory - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* cd.c - change working directory */ /** * @file diff --git a/commands/clear.c b/commands/clear.c index 3be2119da4..56c1da48f2 100644 --- a/commands/clear.c +++ b/commands/clear.c @@ -1,21 +1,7 @@ -/* - * clear.c - Clear the screen - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* clear.c - Clear the screen */ #include #include diff --git a/commands/cmp.c b/commands/cmp.c index c493988a78..937cfab6c1 100644 --- a/commands/cmp.c +++ b/commands/cmp.c @@ -1,20 +1,6 @@ -/* - * cmp - determine if two files differ - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later + +/* cmp - determine if two files differ */ #include #include diff --git a/commands/cp.c b/commands/cp.c index 845dae6b15..71448f9aff 100644 --- a/commands/cp.c +++ b/commands/cp.c @@ -1,21 +1,7 @@ -/* - * cp.c - copy files - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* cp.c - copy files */ #include #include diff --git a/commands/crc.c b/commands/crc.c index 580521d677..80ecf7fe29 100644 --- a/commands/crc.c +++ b/commands/crc.c @@ -1,21 +1,7 @@ -/* - * crc.c - Calculate a crc32 checksum of a memory area - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* crc.c - Calculate a crc32 checksum of a memory area */ #include #include diff --git a/commands/defaultenv.c b/commands/defaultenv.c index 47bdf26d14..c13d9aaac7 100644 --- a/commands/defaultenv.c +++ b/commands/defaultenv.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2014 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2014 Sascha Hauer , Pengutronix #include #include diff --git a/commands/detect.c b/commands/detect.c index 48bab4d020..70eca57537 100644 --- a/commands/detect.c +++ b/commands/detect.c @@ -1,21 +1,8 @@ -/* - * detect.c - detect devices command - * - * Copyright (c) 2013 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2013 Sascha Hauer , Pengutronix + +/* detect.c - detect devices command */ + #include #include #include diff --git a/commands/devinfo.c b/commands/devinfo.c index cd69d2e5f8..81956b1cc0 100644 --- a/commands/devinfo.c +++ b/commands/devinfo.c @@ -1,17 +1,5 @@ -/* - * Copyright (C) 2013 Sascha Hauer, Pengutronix - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2013 Sascha Hauer, Pengutronix #include #include diff --git a/commands/dfu.c b/commands/dfu.c index 3f52bbdd98..3132a7479d 100644 --- a/commands/dfu.c +++ b/commands/dfu.c @@ -1,21 +1,8 @@ -/* - * dfu.c - device firmware update command - * - * Copyright (c) 2009 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2009 Sascha Hauer , Pengutronix + +/* dfu.c - device firmware update command */ + #include #include #include diff --git a/commands/dhcp.c b/commands/dhcp.c index d9e844b3be..97e9b03e4a 100644 --- a/commands/dhcp.c +++ b/commands/dhcp.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2015 PHYTEC Messtechnik GmbH + /* - * Copyright (C) 2015 PHYTEC Messtechnik GmbH, * Author: Wadim Egorov - * * Based on work of Sascha Hauer . - * - * 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. */ #include diff --git a/commands/dhrystone.c b/commands/dhrystone.c index f6772267b3..c839b0c043 100644 --- a/commands/dhrystone.c +++ b/commands/dhrystone.c @@ -1,5 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2014-2015 Phytec Messtechnik GmbH + /* - * (C) Copyright 2014 - 2015 Phytec Messtechnik GmbH * Author: Stefan Müller-Klieser * Author: Daniel Schultz * @@ -7,16 +9,6 @@ * Version: C, Version 2.1 * Date: May 25, 1988 * Author: Reinhold P. Weicker - * - * 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. - * - * 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. - * */ #include diff --git a/commands/digest.c b/commands/digest.c index 21a0917170..b7ed4d50af 100644 --- a/commands/digest.c +++ b/commands/digest.c @@ -1,8 +1,5 @@ -/* - * Copyright (c) 2015 Jean-Christophe PLAGNIOL-VILLARD - * - * GPLv2 ONLY - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2015 Jean-Christophe PLAGNIOL-VILLARD #include #include diff --git a/commands/dirname.c b/commands/dirname.c index 73cf1e4d43..f809e7648c 100644 --- a/commands/dirname.c +++ b/commands/dirname.c @@ -1,21 +1,7 @@ -/* - * dirname.c - strip directory and suffix from filenames - * - * Copyright (c) 2012 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2012 Sascha Hauer , Pengutronix + +/* dirname.c - strip directory and suffix from filenames */ #include #include diff --git a/commands/dmesg.c b/commands/dmesg.c index a7def2f158..15ad449639 100644 --- a/commands/dmesg.c +++ b/commands/dmesg.c @@ -1,21 +1,8 @@ -/* - * dmesg.c - barebox logbuffer handling - * - * Copyright (c) 2014 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2014 Sascha Hauer , Pengutronix + +/* dmesg.c - barebox logbuffer handling */ + #include #include #include diff --git a/commands/drvinfo.c b/commands/drvinfo.c index 4a4b957537..9f8f971ee9 100644 --- a/commands/drvinfo.c +++ b/commands/drvinfo.c @@ -1,18 +1,6 @@ -/* - * Copyright (C) 2013 Sascha Hauer, Pengutronix - * Copyright (C) 2014 Holger Schurig - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2013 Sascha Hauer, Pengutronix +// SPDX-FileCopyrightText: © 2014 Holger Schurig #include #include diff --git a/commands/echo.c b/commands/echo.c index 8853ee0a30..99575b4c0c 100644 --- a/commands/echo.c +++ b/commands/echo.c @@ -1,21 +1,7 @@ -/* - * echo.c - echo arguments to stdout or into a file - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* echo.c - echo arguments to stdout or into a file */ #include #include diff --git a/commands/edit.c b/commands/edit.c index 4e661df14f..3ab4beaa4f 100644 --- a/commands/edit.c +++ b/commands/edit.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix #include #include diff --git a/commands/exec.c b/commands/exec.c index 7c8934f137..0b063181b2 100644 --- a/commands/exec.c +++ b/commands/exec.c @@ -1,21 +1,7 @@ -/* - * exec.c - execute scripts - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* exec.c - execute scripts */ #include #include diff --git a/commands/export.c b/commands/export.c index 4b4cf1e12e..8972b7d528 100644 --- a/commands/export.c +++ b/commands/export.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix /** * @file diff --git a/commands/false.c b/commands/false.c index 90aa2cc9ea..90ab579d0e 100644 --- a/commands/false.c +++ b/commands/false.c @@ -1,21 +1,5 @@ -/* - * (C) Copyright 2000-2003 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2000-2003 Wolfgang Denk , DENX Software Engineering #include #include diff --git a/commands/filetype.c b/commands/filetype.c index 4e016dd4d6..818c14fe79 100644 --- a/commands/filetype.c +++ b/commands/filetype.c @@ -1,8 +1,5 @@ -/* - * (C) Copyright 2012 Jean-Christophe PLAGNIOL-VILLARD - * - * Under GPLv2 Only - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2012 Jean-Christophe PLAGNIOL-VILLARD #include #include diff --git a/commands/firmwareload.c b/commands/firmwareload.c index dbd43e046d..b735088f61 100644 --- a/commands/firmwareload.c +++ b/commands/firmwareload.c @@ -1,15 +1,5 @@ -/* - * Copyright (c) 2013 Juergen Beisert , Pengutronix - * - * 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. - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2013 Juergen Beisert , Pengutronix #include #include diff --git a/commands/flash.c b/commands/flash.c index d881b4d399..3d7c8fd577 100644 --- a/commands/flash.c +++ b/commands/flash.c @@ -1,23 +1,7 @@ -/* - * erase, protect, unprotect - FLASH support - * - * (C) Copyright 2000 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2000 Wolfgang Denk , DENX Software Engineering + +/* erase, protect, unprotect - FLASH support */ #include #include diff --git a/commands/global.c b/commands/global.c index c66bf6e539..15b6a9f3d3 100644 --- a/commands/global.c +++ b/commands/global.c @@ -1,21 +1,8 @@ -/* - * global.c - global shell variables - * - * Copyright (c) 2012 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2012 Sascha Hauer , Pengutronix + +/* global.c - global shell variables */ + #include #include #include diff --git a/commands/go.c b/commands/go.c index ecc2ceb6e4..0c0b4cb15e 100644 --- a/commands/go.c +++ b/commands/go.c @@ -1,23 +1,7 @@ -/* - * go- execute some code anywhere (misc boot support) - * - * (C) Copyright 2000-2003 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2000-2003 Wolfgang Denk , DENX Software Engineering + +/* go - execute some code anywhere (misc boot support) */ #include #include diff --git a/commands/gpio.c b/commands/gpio.c index 6d88ab6bbe..955b60e91b 100644 --- a/commands/gpio.c +++ b/commands/gpio.c @@ -1,15 +1,4 @@ -/* - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later #include #include diff --git a/commands/hab.c b/commands/hab.c index 0d7ee8e76c..97a1701fa5 100644 --- a/commands/hab.c +++ b/commands/hab.c @@ -1,13 +1,4 @@ -/* - * 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. - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-only #include #include diff --git a/commands/hashsum.c b/commands/hashsum.c index 70aab2c4bf..bfacee0b92 100644 --- a/commands/hashsum.c +++ b/commands/hashsum.c @@ -1,21 +1,7 @@ -/* - * digest.c - Calculate a md5/sha1/sha256 checksum of a memory area - * - * Copyright (c) 2011 Peter Korsgaard - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2011 Peter Korsgaard + +/* digest.c - Calculate a md5/sha1/sha256 checksum of a memory area */ #include #include diff --git a/commands/help.c b/commands/help.c index 34ffa9a419..ba8542b90f 100644 --- a/commands/help.c +++ b/commands/help.c @@ -1,21 +1,5 @@ -/* - * (C) Copyright 2000-2003 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2000-2003 Wolfgang Denk , DENX Software Engineering #include #include diff --git a/commands/i2c.c b/commands/i2c.c index 77a8f7ff97..53f36dfaab 100644 --- a/commands/i2c.c +++ b/commands/i2c.c @@ -1,19 +1,7 @@ -/* - * i2c.c - i2c commands - * - * Copyright (c) 2010 Eric Bénard , Eukréa Electromatique - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2010 Eric Bénard , Eukréa Electromatique + +/* i2c.c - i2c commands */ #include #include diff --git a/commands/imd.c b/commands/imd.c index fc6cc47231..912f065c9e 100644 --- a/commands/imd.c +++ b/commands/imd.c @@ -1,20 +1,5 @@ -/* - * (C) Copyright 2014 Sascha Hauer, Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2014 Sascha Hauer, Pengutronix #include #include diff --git a/commands/iomemport.c b/commands/iomemport.c index 6d97c5711b..d0cfc413c2 100644 --- a/commands/iomemport.c +++ b/commands/iomemport.c @@ -1,20 +1,8 @@ -/* - * iomem.c - barebox iomem command - * - * Copyright (c) 2011 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2011 Sascha Hauer , Pengutronix + +/* iomem.c - barebox iomem command */ + #include #include #include diff --git a/commands/ip-route-get.c b/commands/ip-route-get.c index d3c15b7798..566e12192a 100644 --- a/commands/ip-route-get.c +++ b/commands/ip-route-get.c @@ -1,13 +1,4 @@ -/* - * 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. - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-only #include #include diff --git a/commands/led.c b/commands/led.c index b608fcfa2c..7cf2ceefb8 100644 --- a/commands/led.c +++ b/commands/led.c @@ -1,22 +1,7 @@ -/* - * LED command support for barebox - * - * (C) Copyright 2010 Sascha Hauer, Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2010 Sascha Hauer, Pengutronix + +/* LED command support for barebox */ #include #include diff --git a/commands/let.c b/commands/let.c index 3c84d276c1..d6762eb593 100644 --- a/commands/let.c +++ b/commands/let.c @@ -1,19 +1,7 @@ -/* - * Copyright (C) 2012 Jan Luebbe - * - * Partially based on code from BusyBox. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2012 Jan Luebbe + +/* Partially based on code from BusyBox. */ #include #include diff --git a/commands/linux16.c b/commands/linux16.c index db8d08105f..73e402d877 100644 --- a/commands/linux16.c +++ b/commands/linux16.c @@ -1,22 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2009 Juergen Beisert, Pengutronix + /* - * Copyright (C) 2009 Juergen Beisert, Pengutronix - * * In parts from the GRUB2 project: * * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2007,2008 Free Software Foundation, Inc. - * - * 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. - * - * */ #include diff --git a/commands/linux_exec.c b/commands/linux_exec.c index 590e0bfd50..5afa2501c4 100644 --- a/commands/linux_exec.c +++ b/commands/linux_exec.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2011 Jean-Christophe PLAGNIOL-VILLARD - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2011 Jean-Christophe PLAGNIOL-VILLARD #include #include diff --git a/commands/ln.c b/commands/ln.c index f1df32035b..9206480300 100644 --- a/commands/ln.c +++ b/commands/ln.c @@ -1,21 +1,7 @@ -/* - * ln.c - make links between files - * - * Copyright (c) 2012 Jean-Christophe PLAGNIOL-VILLARD - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2012 Jean-Christophe PLAGNIOL-VILLARD + +/* ln.c - make links between files */ #include #include diff --git a/commands/loadb.c b/commands/loadb.c index 37c272f6c7..17d3af84b5 100644 --- a/commands/loadb.c +++ b/commands/loadb.c @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2000-2004 Wolfgang Denk , DENX Software Engineering /** * @file * @brief LoadB and LoadY support. @@ -7,24 +9,6 @@ * * FileName: commands/loadb.c */ -/* - * (C) Copyright 2000-2004 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ /* * Serial up- and download support diff --git a/commands/loadenv.c b/commands/loadenv.c index bf01072c42..279ee52da5 100644 --- a/commands/loadenv.c +++ b/commands/loadenv.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix /** * @file diff --git a/commands/loads.c b/commands/loads.c index eb3e109b0b..8260673c51 100644 --- a/commands/loads.c +++ b/commands/loads.c @@ -1,25 +1,8 @@ -/* - * (C) Copyright 2000-2004 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2000-2004 Wolfgang Denk , DENX Software Engineering + +/* Serial up- and download support */ -/* - * Serial up- and download support - */ #include #include #include diff --git a/commands/loadxy.c b/commands/loadxy.c index 85efad67c7..66daa117d9 100644 --- a/commands/loadxy.c +++ b/commands/loadxy.c @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2012 Robert Jarzmik + /** * @file * @brief loady and loadx support. @@ -7,23 +10,6 @@ * * FileName: commands/loadxy.c */ -/* - * (C) Copyright 2012 Robert Jarzmik - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ /* * Serial up- and download support diff --git a/commands/login.c b/commands/login.c index 58bb592900..7085f3885c 100644 --- a/commands/login.c +++ b/commands/login.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2008-2010 Jean-Christophe PLAGNIOL-VILLARD - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2008-2010 Jean-Christophe PLAGNIOL-VILLARD #include #include diff --git a/commands/ls.c b/commands/ls.c index e5e37d75c5..6a5475d094 100644 --- a/commands/ls.c +++ b/commands/ls.c @@ -1,21 +1,7 @@ -/* - * ls.c - list files and directories - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* ls.c - list files and directories */ #include #include diff --git a/commands/lspci.c b/commands/lspci.c index 27edd5d1c2..18e7e4695c 100644 --- a/commands/lspci.c +++ b/commands/lspci.c @@ -1,19 +1,5 @@ -/* - * Copyright (C) 2011-2014 Antony Pavlov - * - * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2011-2014 Antony Pavlov #include #include diff --git a/commands/md.c b/commands/md.c index 2389c12d14..ef6a1e1bc0 100644 --- a/commands/md.c +++ b/commands/md.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2011 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2011 Sascha Hauer , Pengutronix /* * Memory Functions diff --git a/commands/memcmp.c b/commands/memcmp.c index 76fbe078f0..2b3783d66a 100644 --- a/commands/memcmp.c +++ b/commands/memcmp.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2011 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2011 Sascha Hauer , Pengutronix /* * Memory Functions diff --git a/commands/memcpy.c b/commands/memcpy.c index b2cea8c09d..2477bba359 100644 --- a/commands/memcpy.c +++ b/commands/memcpy.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2011 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2011 Sascha Hauer , Pengutronix /* * Memory Functions diff --git a/commands/meminfo.c b/commands/meminfo.c index 87c76fc3d1..c808caa902 100644 --- a/commands/meminfo.c +++ b/commands/meminfo.c @@ -1,21 +1,8 @@ -/* - * meminfo.c - show information about memory usage - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* meminfo.c - show information about memory usage */ + #include #include #include diff --git a/commands/memset.c b/commands/memset.c index b0770159f8..716cba26de 100644 --- a/commands/memset.c +++ b/commands/memset.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2011 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2011 Sascha Hauer , Pengutronix /* * Memory Functions diff --git a/commands/memtest.c b/commands/memtest.c index dc8f7db279..864947fa94 100644 --- a/commands/memtest.c +++ b/commands/memtest.c @@ -1,23 +1,7 @@ -/* - * memtest - Perform a memory test - * - * (C) Copyright 2013 - * Alexander Aring , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2013 Alexander Aring , Pengutronix + +/* memtest - Perform a memory test */ #include #include diff --git a/commands/menu.c b/commands/menu.c index ddc9c3ab86..7a01aff280 100644 --- a/commands/menu.c +++ b/commands/menu.c @@ -1,20 +1,5 @@ -/* - * (C) Copyright 2009-2010 Jean-Christophe PLAGNIOL-VILLARD - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2009-2010 Jean-Christophe PLAGNIOL-VILLARD #include #include diff --git a/commands/menutree.c b/commands/menutree.c index cf37b01601..129877151f 100644 --- a/commands/menutree.c +++ b/commands/menutree.c @@ -1,13 +1,5 @@ -/* - * 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. - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-only + #include #include #include diff --git a/commands/miitool.c b/commands/miitool.c index 07437d28a8..47494f5089 100644 --- a/commands/miitool.c +++ b/commands/miitool.c @@ -1,10 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2012 Antony Pavlov + /* - * Copyright (C) 2012 Antony Pavlov - * - * This file is part of barebox. - * See file CREDITS for list of people who contributed to this - * project. - * * This program is based on Donald Becker's "mii-diag" and * David A. Hinds' "mii-tool". * @@ -13,16 +10,6 @@ * * mii-diag is written/copyright 1997-2000 by Donald Becker * - * - * 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. - * - * 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. - * */ #include diff --git a/commands/mkdir.c b/commands/mkdir.c index 7d024c871d..e7153b8732 100644 --- a/commands/mkdir.c +++ b/commands/mkdir.c @@ -1,21 +1,7 @@ -/* - * mkdir.c - create directories - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* mkdir.c - create directories */ #include #include diff --git a/commands/mm.c b/commands/mm.c index c7f62fca54..f6d66320fb 100644 --- a/commands/mm.c +++ b/commands/mm.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2013 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2013 Sascha Hauer , Pengutronix #include #include diff --git a/commands/mmc_extcsd.c b/commands/mmc_extcsd.c index 4f566bc805..c9a28fb1fe 100644 --- a/commands/mmc_extcsd.c +++ b/commands/mmc_extcsd.c @@ -1,19 +1,7 @@ -/* - * - * (C) Copyright 2015 Phytec Messtechnik GmbH - * Author: Daniel Schultz - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2015 Phytec Messtechnik GmbH + +/* Author: Daniel Schultz */ #include #include diff --git a/commands/mount.c b/commands/mount.c index f523f6b3b6..ff1d8bc5e5 100644 --- a/commands/mount.c +++ b/commands/mount.c @@ -1,21 +1,7 @@ -/* - * mount.c - mount devices - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* mount.c - mount devices */ #include #include diff --git a/commands/msleep.c b/commands/msleep.c index 4aee3c3948..2ca11faad8 100644 --- a/commands/msleep.c +++ b/commands/msleep.c @@ -1,19 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2012 Steffen Trumtrar , Pengutronix + /* * msleep.c - delay execution for n milliseconds * - * Copyright (c) 2012 Steffen Trumtrar , Pengutronix - * * derived from commands/sleep.c - * - * 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. - * - * 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. - * */ #include diff --git a/commands/mw.c b/commands/mw.c index 3ed6c820d0..5bd4bdd58f 100644 --- a/commands/mw.c +++ b/commands/mw.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2011 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2011 Sascha Hauer , Pengutronix /* * Memory Functions diff --git a/commands/nand-bitflip.c b/commands/nand-bitflip.c index cfde2f4040..7335f77379 100644 --- a/commands/nand-bitflip.c +++ b/commands/nand-bitflip.c @@ -1,13 +1,4 @@ -/* - * 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. - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-only #include #include diff --git a/commands/nand.c b/commands/nand.c index c57b3945a8..ed2864fb7b 100644 --- a/commands/nand.c +++ b/commands/nand.c @@ -1,19 +1,6 @@ -/* - * Copyright (c) 2008 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2008 Sascha Hauer , Pengutronix + #include #include #include diff --git a/commands/nandtest.c b/commands/nandtest.c index 112bb012a5..bfe4c4c0ed 100644 --- a/commands/nandtest.c +++ b/commands/nandtest.c @@ -1,15 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-only + /* * Based on nandtest.c source in mtd-utils package. - * - * 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. - * - * 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. - * */ #include #include diff --git a/commands/nv.c b/commands/nv.c index 315019345c..8d4192402c 100644 --- a/commands/nv.c +++ b/commands/nv.c @@ -1,21 +1,8 @@ -/* - * nv.c - non volatile shell variables - * - * Copyright (c) 2014 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2014 Sascha Hauer , Pengutronix + +/* nv.c - non volatile shell variables */ + #include #include #include diff --git a/commands/of_diff.c b/commands/of_diff.c index 8ef006dea8..8acfd42a6b 100644 --- a/commands/of_diff.c +++ b/commands/of_diff.c @@ -1,10 +1,7 @@ -// SPDX-License-Identifier: GPL-2.0 -/* - * of_diff.c - compare device tree files - * - * Copyright (c) 2019 Sascha Hauer , Pengutronix - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2019 Sascha Hauer , Pengutronix + +/* of_diff.c - compare device tree files */ #include #include diff --git a/commands/of_display_timings.c b/commands/of_display_timings.c index 365ff80c36..27b91f311a 100644 --- a/commands/of_display_timings.c +++ b/commands/of_display_timings.c @@ -1,20 +1,7 @@ -/* - * of_display_timings.c - list and select display_timings - * - * Copyright (c) 2014 Teresa Gámez PHYTEC Messtechnik GmbH - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2014 Teresa Gámez , PHYTEC Messtechnik GmbH + +/* of_display_timings.c - list and select display_timings */ #include #include diff --git a/commands/of_dump.c b/commands/of_dump.c index 06b8e9fcda..6792af3afc 100644 --- a/commands/of_dump.c +++ b/commands/of_dump.c @@ -1,21 +1,7 @@ -/* - * of_dump.c - dump devicetrees to the console - * - * Copyright (c) 2014 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2014 Sascha Hauer , Pengutronix + +/* of_dump.c - dump devicetrees to the console */ #include #include diff --git a/commands/of_fixup_status.c b/commands/of_fixup_status.c index e0da429ac3..50c1bbb146 100644 --- a/commands/of_fixup_status.c +++ b/commands/of_fixup_status.c @@ -1,23 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2014-2016 PHYTEC Messtechnik GmbH + /* * of_fixup_status.c - Register a fixup to enable or disable nodes in the * device tree * - * Copyright (c) 2014-2016 PHYTEC Messtechnik GmbH - * Author: - * Teresa Remmet - * Wadim Egorov - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. + * Authors: Teresa Remmet and Wadim Egorov */ #include diff --git a/commands/of_node.c b/commands/of_node.c index 28c4357c5d..7d4eb486ed 100644 --- a/commands/of_node.c +++ b/commands/of_node.c @@ -1,21 +1,7 @@ -/* - * of_node.c - device tree node handling support - * - * Copyright (c) 2013 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2013 Sascha Hauer , Pengutronix + +/* of_node.c - device tree node handling support */ #include #include diff --git a/commands/of_overlay.c b/commands/of_overlay.c index de3c3dcee5..aa4b6484ca 100644 --- a/commands/of_overlay.c +++ b/commands/of_overlay.c @@ -1,19 +1,5 @@ -// SPDX-License-Identifier: GPL-2.0 -/* - * Copyright (c) 2019 Michael Tretter , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2019 Michael Tretter , Pengutronix #include #include diff --git a/commands/of_property.c b/commands/of_property.c index 1d7ba181d5..3d5097165b 100644 --- a/commands/of_property.c +++ b/commands/of_property.c @@ -1,21 +1,7 @@ -/* - * of_property.c - device tree property handling support - * - * Copyright (c) 2013 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2013 Sascha Hauer , Pengutronix + +/* of_property.c - device tree property handling support */ #include #include diff --git a/commands/oftree.c b/commands/oftree.c index 299c2edfcd..1d902f2830 100644 --- a/commands/oftree.c +++ b/commands/oftree.c @@ -1,26 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2011 Sascha Hauer , Pengutronix + /* * oftree.c - device tree command support * - * Copyright (c) 2011 Sascha Hauer , Pengutronix - * * based on U-Boot code by: * * Gerald Van Baren, Custom IDEAS, vanbaren@cideas.com * Pantelis Antoniou and * Matthew McClintock - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * */ #include diff --git a/commands/partition.c b/commands/partition.c index 64ccaf0813..44ee0359bf 100644 --- a/commands/partition.c +++ b/commands/partition.c @@ -1,21 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + /* * partition.c - parse a linux-like mtd partition definition and register * the new partitions - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * */ /** diff --git a/commands/passwd.c b/commands/passwd.c index 6f68700c25..dfcc63623a 100644 --- a/commands/passwd.c +++ b/commands/passwd.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2008-2010 Jean-Christophe PLAGNIOL-VILLARD - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2008-2010 Jean-Christophe PLAGNIOL-VILLARD #include #include diff --git a/commands/poweroff.c b/commands/poweroff.c index bbafa13bd0..9320c07a6c 100644 --- a/commands/poweroff.c +++ b/commands/poweroff.c @@ -1,21 +1,7 @@ -/* - * poweroff.c - turn board's power off - * - * Copyright (C) 2011 Antony Pavlov - * - * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2011 Antony Pavlov + +/* poweroff.c - turn board's power off */ #include #include diff --git a/commands/printenv.c b/commands/printenv.c index 161c214462..ffe463e654 100644 --- a/commands/printenv.c +++ b/commands/printenv.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix #include #include diff --git a/commands/pwd.c b/commands/pwd.c index d5dd161931..7a1fe97c40 100644 --- a/commands/pwd.c +++ b/commands/pwd.c @@ -1,21 +1,8 @@ -/* - * pwd.c - print working directory - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* pwd.c - print working directory */ + #include #include #include diff --git a/commands/readline.c b/commands/readline.c index b6e0e3e091..ef54b5e92f 100644 --- a/commands/readline.c +++ b/commands/readline.c @@ -1,21 +1,5 @@ -/* - * (C) Copyright 2000-2003 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2000-2003 Wolfgang Denk , DENX Software Engineering #include #include diff --git a/commands/readlink.c b/commands/readlink.c index 2dfa566675..fdcf175f56 100644 --- a/commands/readlink.c +++ b/commands/readlink.c @@ -1,21 +1,7 @@ -/* - * readlink.c - read value of a symbolic link - * - * Copyright (c) 2012 Jean-Christophe PLAGNIOL-VILLARD - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2012 Jean-Christophe PLAGNIOL-VILLARD + +/* readlink.c - read value of a symbolic link */ #include #include diff --git a/commands/reginfo.c b/commands/reginfo.c index 37816cb261..bd46cf15e7 100644 --- a/commands/reginfo.c +++ b/commands/reginfo.c @@ -1,21 +1,7 @@ -/* - * reginfo.c - print information about SoC specifc registers - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* reginfo.c - print information about SoC specifc registers */ #include #include diff --git a/commands/regulator.c b/commands/regulator.c index e0b704f88a..3e2595f8bf 100644 --- a/commands/regulator.c +++ b/commands/regulator.c @@ -1,21 +1,8 @@ -/* - * regulator command - * - * Copyright (c) 2014 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2014 Sascha Hauer , Pengutronix + +/* regulator command */ + #include #include #include diff --git a/commands/reset.c b/commands/reset.c index 6eac532623..2b10f1cd18 100644 --- a/commands/reset.c +++ b/commands/reset.c @@ -1,21 +1,7 @@ -/* - * reset.c - reset the cpu - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* reset.c - reset the cpu */ #include #include diff --git a/commands/rm.c b/commands/rm.c index 4eebb3d159..ba52b185cb 100644 --- a/commands/rm.c +++ b/commands/rm.c @@ -1,21 +1,8 @@ -/* - * rm.c - remove files - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* rm.c - remove files */ + #include #include #include diff --git a/commands/saveenv.c b/commands/saveenv.c index bc1202f9a1..203729efbb 100644 --- a/commands/saveenv.c +++ b/commands/saveenv.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix #include #include diff --git a/commands/seed.c b/commands/seed.c index e378cd7635..3947208834 100644 --- a/commands/seed.c +++ b/commands/seed.c @@ -1,16 +1,5 @@ -/* - * (c) 2017 Oleksij Rempel - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2017 Oleksij Rempel #include #include diff --git a/commands/setenv.c b/commands/setenv.c index af4dd29ac4..3cf769d24a 100644 --- a/commands/setenv.c +++ b/commands/setenv.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix #include #include diff --git a/commands/sleep.c b/commands/sleep.c index 2491dc261d..b462ef4413 100644 --- a/commands/sleep.c +++ b/commands/sleep.c @@ -1,21 +1,7 @@ -/* - * sleep.c - delay execution - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* sleep.c - delay execution */ #include #include diff --git a/commands/smc.c b/commands/smc.c index 84102f3249..2a53e1b647 100644 --- a/commands/smc.c +++ b/commands/smc.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-only #include #include diff --git a/commands/spd_decode.c b/commands/spd_decode.c index 08b9589622..e8ee339a91 100644 --- a/commands/spd_decode.c +++ b/commands/spd_decode.c @@ -1,25 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2015 Alexander Smirnov + /* * This program is decoding and printing SPD contents * in human readable format * As an argument program, you must specify the file name. - * - * 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 SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, - * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ALTERA CORPORATION BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER - * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF - * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * Copyright (C) 2015 Alexander Smirnov */ #include diff --git a/commands/spi.c b/commands/spi.c index d35aa1cd81..c6cfd4fbba 100644 --- a/commands/spi.c +++ b/commands/spi.c @@ -1,9 +1,5 @@ -/* - * Copyright (c) 2012 Jean-Christophe PLAGNIOL-VILLARD - * - * Under GPLv2 only - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2012 Jean-Christophe PLAGNIOL-VILLARD #include #include diff --git a/commands/state.c b/commands/state.c index 0dbca9f3b7..e7cb9902f7 100644 --- a/commands/state.c +++ b/commands/state.c @@ -1,16 +1,5 @@ -/* - * Copyright (C) 2012 Jan Luebbe - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2012 Jan Luebbe #include #include diff --git a/commands/stddev.c b/commands/stddev.c index 2b3d084c83..e9b7dcc0d2 100644 --- a/commands/stddev.c +++ b/commands/stddev.c @@ -1,19 +1,5 @@ -/* - * Copyright (c) 2011 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2011 Sascha Hauer , Pengutronix #include #include diff --git a/commands/test.c b/commands/test.c index 86636de1c2..505b7c56b1 100644 --- a/commands/test.c +++ b/commands/test.c @@ -1,23 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + /* * test.c - sh like test * - * Originally based on bareboxs do_test, but mostly reimplemented + * Originally based on barebox's do_test, but mostly reimplemented * for smaller binary size - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * */ #include #include diff --git a/commands/tftp.c b/commands/tftp.c index 08366b476f..1569819844 100644 --- a/commands/tftp.c +++ b/commands/tftp.c @@ -1,20 +1,8 @@ -/* - * tftp.c - (up)load tftp files - * - * Copyright (c) 2012 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2012 Sascha Hauer , Pengutronix + +/* tftp.c - (up)load tftp files */ + #include #include #include diff --git a/commands/timeout.c b/commands/timeout.c index db88900287..ba55846c55 100644 --- a/commands/timeout.c +++ b/commands/timeout.c @@ -1,21 +1,7 @@ -/* - * timeout - wait for timeout - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* timeout - wait for timeout */ #include #include diff --git a/commands/trigger.c b/commands/trigger.c index 0dd3b346fa..c1402b66f0 100644 --- a/commands/trigger.c +++ b/commands/trigger.c @@ -1,22 +1,7 @@ -/* - * LED trigger command support for barebox - * - * (C) Copyright 2010 Sascha Hauer, Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2010 Sascha Hauer, Pengutronix + +/* LED trigger command support for barebox */ #include #include diff --git a/commands/true.c b/commands/true.c index ad2be8e8eb..be76ce5d21 100644 --- a/commands/true.c +++ b/commands/true.c @@ -1,21 +1,5 @@ -/* - * (C) Copyright 2000-2003 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2000-2003 Wolfgang Denk , DENX Software Engineering #include #include diff --git a/commands/ubiformat.c b/commands/ubiformat.c index 7537e6b567..75cf234e2e 100644 --- a/commands/ubiformat.c +++ b/commands/ubiformat.c @@ -1,17 +1,6 @@ -/* - * Copyright (C) 2008 Nokia Corporation - * Copyright (C) 2012 Wolfram Sang, Pengutronix - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2008 Nokia Corporation +// SPDX-FileCopyrightText: © 2012 Wolfram Sang, Pengutronix /* * An utility to format MTD devices into UBI and flash UBI images. diff --git a/commands/ubsan.c b/commands/ubsan.c index 784678d399..620b4774c3 100644 --- a/commands/ubsan.c +++ b/commands/ubsan.c @@ -1,4 +1,5 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-only + #include #include #include diff --git a/commands/umount.c b/commands/umount.c index fdf4da95a0..b26c7c3942 100644 --- a/commands/umount.c +++ b/commands/umount.c @@ -1,21 +1,8 @@ -/* - * umount.c - umount filesystems - * - * Copyright (c) 2007 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2007 Sascha Hauer , Pengutronix + +/* umount.c - umount filesystems */ + #include #include #include diff --git a/commands/uncompress.c b/commands/uncompress.c index 38d53e7491..10884d675b 100644 --- a/commands/uncompress.c +++ b/commands/uncompress.c @@ -1,21 +1,7 @@ -/* - * uncompress.c - uncompress a compressed file - * - * Copyright (c) 2010 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2010 Sascha Hauer , Pengutronix + +/* uncompress.c - uncompress a compressed file */ #include #include diff --git a/commands/usb.c b/commands/usb.c index 9a23aa229d..ca8d3e0d52 100644 --- a/commands/usb.c +++ b/commands/usb.c @@ -1,21 +1,8 @@ -/* - * usb.c - rescan for USB devices - * - * Copyright (c) 2011 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2011 Sascha Hauer , Pengutronix + +/* usb.c - rescan for USB devices */ + #include #include #include diff --git a/commands/usbgadget.c b/commands/usbgadget.c index e8e1e9adac..193da86dee 100644 --- a/commands/usbgadget.c +++ b/commands/usbgadget.c @@ -1,23 +1,9 @@ -/* - * usbserial.c - usb serial gadget command - * - * Copyright (c) 2011 Eric Bénard , Eukréa Electromatique - * based on dfu.c which is : - * Copyright (c) 2009 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2009 Sascha Hauer , Pengutronix +// SPDX-FileCopyrightText: © 2011 Eric Bénard , Eukréa Electromatique + +/* usbserial.c - usb serial gadget command */ + #include #include #include diff --git a/commands/usbserial.c b/commands/usbserial.c index ad6bc63fcc..567018c233 100644 --- a/commands/usbserial.c +++ b/commands/usbserial.c @@ -1,23 +1,9 @@ -/* - * usbserial.c - usb serial gadget command - * - * Copyright (c) 2011 Eric Bénard , Eukréa Electromatique - * based on dfu.c which is : - * Copyright (c) 2009 Sascha Hauer , Pengutronix - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: © 2009 Sascha Hauer , Pengutronix +// SPDX-FileCopyrightText: © 2011 Eric Bénard , Eukréa Electromatique + +/* usbserial.c - usb serial gadget command */ + #include #include #include diff --git a/commands/version.c b/commands/version.c index 090f2dd136..764c208767 100644 --- a/commands/version.c +++ b/commands/version.c @@ -1,21 +1,5 @@ -/* - * (C) Copyright 2000-2003 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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. - * - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © Wolfgang Denk , DENX Software Engineering #include #include diff --git a/commands/wd.c b/commands/wd.c index 8029bab1ce..c186244b2b 100644 --- a/commands/wd.c +++ b/commands/wd.c @@ -1,16 +1,5 @@ -/* - * (c) 2012 Juergen Beisert - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-FileCopyrightText: © 2012 Juergen Beisert #include #include -- cgit v1.2.3 From c5c6fa599fcc2e1506b4088993d4e36bb6a21543 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 22 Apr 2020 09:35:15 +0200 Subject: startup: rename AUTOBOOT_UNKNOWN to more descriptive AUTOBOOT_COUNTDOWN If we export the autoboot state variable for customization, having unknown as default is not so helpful. Rename it to what actually happens (abortable countdown). Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- common/startup.c | 4 ++-- include/common.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/startup.c b/common/startup.c index e251142fca..7373ba7d0c 100644 --- a/common/startup.c +++ b/common/startup.c @@ -195,7 +195,7 @@ static bool test_abort(void) #define INITFILE "/env/bin/init" #define MENUFILE "/env/menu/mainmenu" -static enum autoboot_state autoboot_state = AUTOBOOT_UNKNOWN; +static enum autoboot_state autoboot_state = AUTOBOOT_COUNTDOWN; /** * set_autoboot_state - set the autoboot state @@ -229,7 +229,7 @@ enum autoboot_state do_autoboot_countdown(void) char *abortkeys = NULL; unsigned char outkey; - if (autoboot_state != AUTOBOOT_UNKNOWN) + if (autoboot_state != AUTOBOOT_COUNTDOWN) return autoboot_state; menu_exists = stat(MENUFILE, &s) == 0; diff --git a/include/common.h b/include/common.h index ef2e4e5c31..b2533f4176 100644 --- a/include/common.h +++ b/include/common.h @@ -87,7 +87,7 @@ unsigned long long strtoull_suffix(const char *str, char **endp, int base); extern int (*barebox_main)(void); enum autoboot_state { - AUTOBOOT_UNKNOWN, + AUTOBOOT_COUNTDOWN, AUTOBOOT_ABORT, AUTOBOOT_MENU, AUTOBOOT_BOOT, -- cgit v1.2.3 From 19738925331a98244f7f774001e4964e9891d3b6 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 22 Apr 2020 09:35:16 +0200 Subject: startup: don't clobber original autoboot state do_autoboot_countdown changes autoboot state if the user presses m for menu or ctrl+c to abort during count down. This is an internal detail and doesn't need to be reflected in the state of the global variable. This will improve UX when exporting the variable in the follow-up commit, because on a regular boot it $autoboot will expand to countdown instead of abort/boot/menu dependent on prior user input. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- common/startup.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/common/startup.c b/common/startup.c index 7373ba7d0c..bda7823176 100644 --- a/common/startup.c +++ b/common/startup.c @@ -195,7 +195,7 @@ static bool test_abort(void) #define INITFILE "/env/bin/init" #define MENUFILE "/env/menu/mainmenu" -static enum autoboot_state autoboot_state = AUTOBOOT_COUNTDOWN; +static enum autoboot_state global_autoboot_state = AUTOBOOT_COUNTDOWN; /** * set_autoboot_state - set the autoboot state @@ -206,7 +206,7 @@ static enum autoboot_state autoboot_state = AUTOBOOT_COUNTDOWN; */ void set_autoboot_state(enum autoboot_state autoboot) { - autoboot_state = autoboot; + global_autoboot_state = autoboot; } /** @@ -222,6 +222,7 @@ void set_autoboot_state(enum autoboot_state autoboot) */ enum autoboot_state do_autoboot_countdown(void) { + enum autoboot_state autoboot_state; unsigned flags = CONSOLE_COUNTDOWN_EXTERN; int ret; struct stat s; @@ -229,8 +230,8 @@ enum autoboot_state do_autoboot_countdown(void) char *abortkeys = NULL; unsigned char outkey; - if (autoboot_state != AUTOBOOT_COUNTDOWN) - return autoboot_state; + if (global_autoboot_state != AUTOBOOT_COUNTDOWN) + return global_autoboot_state; menu_exists = stat(MENUFILE, &s) == 0; -- cgit v1.2.3 From 10062129e708a23b354424d0134a9ccd3e56b4bc Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 22 Apr 2020 09:35:17 +0200 Subject: startup: add $global.autoboot to make behavior configurable We already have a global_autoboot_state variable that controls barebox init behavior on startup: * ABORT abort and fall into shell * MENU display boot menu * BOOT boot immediately, only abortable via ctrl+c during init * COUNTDOWN regular boot after count down Exporting this as a device parameter allows us to support some different boot scenarios: * COUNTDOWN is the default * ABORT boot always while debugging * display MENU by default (e.g. for graphical boots) * BOOT while ignoring external code calling console_countdown_abort() Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- common/startup.c | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/common/startup.c b/common/startup.c index bda7823176..796cd6cc7e 100644 --- a/common/startup.c +++ b/common/startup.c @@ -164,6 +164,14 @@ static const char * const global_autoboot_abort_keys[] = { }; static int global_autoboot_timeout = 3; +static const char * const global_autoboot_states[] = { + [AUTOBOOT_COUNTDOWN] = "countdown", + [AUTOBOOT_ABORT] = "abort", + [AUTOBOOT_MENU] = "menu", + [AUTOBOOT_BOOT] = "boot", +}; +static int global_autoboot_state = AUTOBOOT_COUNTDOWN; + static bool test_abort(void) { bool do_abort = false; @@ -195,8 +203,6 @@ static bool test_abort(void) #define INITFILE "/env/bin/init" #define MENUFILE "/env/menu/mainmenu" -static enum autoboot_state global_autoboot_state = AUTOBOOT_COUNTDOWN; - /** * set_autoboot_state - set the autoboot state * @autoboot: the state to set @@ -287,6 +293,10 @@ static int run_init(void) ARRAY_SIZE(global_autoboot_abort_keys)); globalvar_add_simple_int("autoboot_timeout", &global_autoboot_timeout, "%u"); + globalvar_add_simple_enum("autoboot", + &global_autoboot_state, + global_autoboot_states, + ARRAY_SIZE(global_autoboot_states)); setenv("PATH", "/env/bin"); @@ -394,6 +404,9 @@ void shutdown_barebox(void) } } +BAREBOX_MAGICVAR_NAMED(autoboot_state, + global.autoboot, + "Autoboot state. Possible values: countdown (default), abort, menu, boot"); BAREBOX_MAGICVAR_NAMED(global_autoboot_abort_key, global.autoboot_abort_key, "Which key allows to interrupt autoboot. Possible values: any, ctrl-c"); -- cgit v1.2.3 From ca9944990d769ff405761fad8ee7248ce3201678 Mon Sep 17 00:00:00 2001 From: Albert Schwarzkopf Date: Wed, 22 Apr 2020 13:39:52 +0200 Subject: common: bootm: Enforce CONFIG_BOOTM_FORCE_SIGNED_IMAGES for TEE bins Currently, unsigned TEE binaries can be booted. This patch ensures that CONFIG_BOOTM_FORCE_SIGNED_IMAGES is also enforced for TEE binaries. Signed-off-by: Albert Schwarzkopf Signed-off-by: Sascha Hauer --- common/bootm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/bootm.c b/common/bootm.c index 299985678d..8fec1ee34d 100644 --- a/common/bootm.c +++ b/common/bootm.c @@ -607,6 +607,7 @@ int bootm_boot(struct bootm_data *bootm_data) */ data->oftree_file = NULL; data->initrd_file = NULL; + data->tee_file = NULL; if (os_type != filetype_oftree) { printf("Signed boot and image is no FIT image, aborting\n"); ret = -EINVAL; -- cgit v1.2.3 From cd24f633a063f0fd2c18f4c584cd43bd609bafbe Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Thu, 23 Apr 2020 22:44:58 +0200 Subject: treewide: remove references to CREDITS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CREDITS file was removed from barebox in 2015 by commit 6570288f2d97 ("Remove the CREDITS file"). Remove references to it from several files. Signed-off-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- arch/arm/boards/avnet-zedboard/lowlevel.c | 3 --- arch/arm/boards/edb93xx/early_udelay.h | 3 --- arch/arm/boards/edb93xx/edb93xx.c | 3 --- arch/arm/boards/edb93xx/edb93xx.h | 3 --- arch/arm/boards/edb93xx/flash_cfg.c | 3 --- arch/arm/boards/edb93xx/pll_cfg.c | 3 --- arch/arm/boards/edb93xx/pll_cfg.h | 3 --- arch/arm/boards/edb93xx/sdram_cfg.c | 3 --- arch/arm/boards/edb93xx/sdram_cfg.h | 3 --- arch/arm/boards/eukrea_cpuimx25/Makefile | 3 --- arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c | 3 --- arch/arm/boards/eukrea_cpuimx25/lowlevel.c | 3 --- arch/arm/boards/eukrea_cpuimx35/Makefile | 3 --- arch/arm/boards/eukrea_cpuimx35/lowlevel.c | 3 --- arch/arm/boards/freescale-mx25-3ds/3stack.c | 3 --- arch/arm/boards/freescale-mx25-3ds/Makefile | 3 --- arch/arm/boards/freescale-mx25-3ds/lowlevel_init.S | 3 --- arch/arm/boards/freescale-mx35-3ds/board-mx35_3stack.h | 3 --- arch/arm/boards/freescale-mx35-3ds/lowlevel_init.S | 3 --- arch/arm/boards/friendlyarm-tiny210/lowlevel.c | 3 --- arch/arm/boards/guf-cupid/Makefile | 3 --- arch/arm/boards/guf-cupid/board.c | 3 --- arch/arm/boards/guf-cupid/lowlevel.c | 3 --- arch/arm/boards/guf-neso/lowlevel.c | 3 --- arch/arm/boards/karo-tx25/Makefile | 3 --- arch/arm/boards/karo-tx25/board.c | 3 --- arch/arm/boards/karo-tx25/lowlevel.c | 3 --- arch/arm/boards/karo-tx6x/pmic-ltc3676.c | 3 --- arch/arm/boards/karo-tx6x/pmic-rn5t567.c | 3 --- arch/arm/boards/karo-tx6x/pmic-rn5t618.c | 3 --- arch/arm/boards/kindle3/kindle3.c | 3 --- arch/arm/boards/kindle3/lowlevel.c | 3 --- arch/arm/boards/lubbock/board.c | 3 --- arch/arm/boards/mainstone/board.c | 3 --- arch/arm/boards/mioa701/board.c | 3 --- arch/arm/boards/mioa701/gpio0_poweroff.c | 3 --- arch/arm/boards/mioa701/mioa701.h | 3 --- arch/arm/boards/module-mb7707/board.c | 1 - arch/arm/boards/module-mb7707/lowlevel.c | 1 - arch/arm/boards/mx31moboard/Makefile | 3 --- arch/arm/boards/mx31moboard/lowlevel.c | 3 --- arch/arm/boards/mx31moboard/mx31moboard.c | 3 --- arch/arm/boards/panda/lowlevel.c | 3 --- arch/arm/boards/phytec-phycard-omap3/Makefile | 3 --- arch/arm/boards/phytec-phycard-omap4/Makefile | 3 --- arch/arm/boards/phytec-phycard-omap4/lowlevel.c | 3 --- arch/arm/boards/phytec-phycore-imx27/lowlevel.c | 3 --- arch/arm/boards/phytec-phycore-imx31/Makefile | 3 --- arch/arm/boards/phytec-phycore-imx31/lowlevel.c | 3 --- arch/arm/boards/phytec-phycore-imx31/pcm037.c | 3 --- arch/arm/boards/phytec-phycore-imx35/Makefile | 3 --- arch/arm/boards/phytec-phycore-imx35/lowlevel.c | 3 --- arch/arm/boards/phytec-phycore-imx35/pcm043.c | 3 --- arch/arm/boards/phytec-phycore-omap4460/lowlevel.c | 3 --- arch/arm/boards/phytec-phycore-pxa270/board.c | 3 --- arch/arm/boards/phytec-phycore-pxa270/lowlevel_init.S | 3 --- arch/arm/boards/solidrun-microsom/1066mhz-4x128mx16.imxcfg | 3 --- arch/arm/boards/solidrun-microsom/1066mhz-4x256mx16.imxcfg | 3 --- arch/arm/boards/solidrun-microsom/1066mhz-64b.imxcfg | 3 --- arch/arm/boards/solidrun-microsom/800mhz-2x128mx16.imxcfg | 3 --- arch/arm/boards/solidrun-microsom/800mhz-32b.imxcfg | 3 --- arch/arm/boards/solidrun-microsom/800mhz-4x128mx16.imxcfg | 3 --- arch/arm/boards/solidrun-microsom/800mhz-64b.imxcfg | 3 --- arch/arm/boards/toshiba-ac100/board.c | 1 - arch/arm/boards/virt2real/board.c | 1 - arch/arm/boards/virt2real/lowlevel.c | 1 - arch/arm/boards/zylonite/board.c | 3 --- arch/arm/boards/zylonite/zylonite.h | 3 --- arch/arm/cpu/common.c | 3 --- arch/arm/cpu/cpu.c | 3 --- arch/arm/cpu/cpuinfo.c | 3 --- arch/arm/cpu/dtb.c | 3 --- arch/arm/cpu/interrupts.c | 3 --- arch/arm/cpu/interrupts_64.c | 3 --- arch/arm/cpu/mmu.c | 3 --- arch/arm/cpu/mmu_64.c | 3 --- arch/arm/cpu/mmuinfo.c | 3 --- arch/arm/cpu/start.c | 3 --- arch/arm/cpu/uncompress.c | 3 --- arch/arm/include/asm/barebox-arm.h | 3 --- arch/arm/lib/pbl.lds.S | 3 --- arch/arm/lib32/barebox.lds.S | 3 --- arch/arm/lib32/div0.c | 3 --- arch/arm/lib64/barebox.lds.S | 3 --- arch/arm/lib64/div0.c | 3 --- arch/arm/mach-at91/at91rm9200_time.c | 3 --- arch/arm/mach-bcm283x/include/mach/debug_ll.h | 1 - arch/arm/mach-davinci/include/mach/debug_ll.h | 1 - arch/arm/mach-digic/include/mach/debug_ll.h | 1 - arch/arm/mach-digic/include/mach/digic4.h | 1 - arch/arm/mach-digic/include/mach/uart.h | 1 - arch/arm/mach-ep93xx/clocksource.c | 3 --- arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h | 2 -- arch/arm/mach-ep93xx/led.c | 3 --- arch/arm/mach-ep93xx/led.h | 3 --- arch/arm/mach-ep93xx/lowlevel_init.S | 3 --- arch/arm/mach-imx/esdctl-v4.c | 3 --- arch/arm/mach-imx/esdctl.c | 3 --- arch/arm/mach-imx/imx-bbu-external-nand.c | 3 --- arch/arm/mach-imx/imx-bbu-internal.c | 3 --- arch/arm/mach-imx/include/mach/iim.h | 3 --- arch/arm/mach-imx/include/mach/imx25-regs.h | 3 --- arch/arm/mach-imx/include/mach/imx31-regs.h | 3 --- arch/arm/mach-imx/include/mach/imx35-regs.h | 3 --- arch/arm/mach-omap/auxcr.S | 3 --- arch/arm/mach-omap/include/mach/omap4-mux.h | 3 --- arch/arm/mach-omap/include/mach/omap4-silicon.h | 3 --- arch/arm/mach-omap/include/mach/sdrc.h | 3 --- arch/arm/mach-omap/omap3_xload_usb.c | 3 --- arch/arm/mach-pxa/clocksource.c | 3 --- arch/arm/mach-pxa/common.c | 3 --- arch/arm/mach-pxa/devices.c | 3 --- arch/arm/mach-pxa/include/mach/devices.h | 3 --- arch/arm/mach-samsung/clocks-s3c24xx.c | 3 --- arch/arm/mach-samsung/generic.c | 3 --- arch/arm/mach-samsung/include/mach/s3c-clocks.h | 3 --- arch/arm/mach-samsung/include/mach/s3c-iomap.h | 3 --- arch/arm/mach-samsung/include/mach/s3c-mci.h | 3 --- arch/arm/mach-samsung/mem-s3c24x0.c | 3 --- arch/arm/mach-samsung/s3c-timer.c | 3 --- arch/arm/mach-tegra/include/mach/debug_ll.h | 1 - arch/arm/mach-uemd/include/mach/debug_ll.h | 1 - arch/nios2/cpu/cpu.c | 3 --- arch/nios2/cpu/exceptions.S | 3 --- arch/nios2/cpu/start.S | 3 --- arch/nios2/cpu/traps.c | 3 --- arch/nios2/include/asm/io.h | 3 --- arch/nios2/include/asm/nios2-io.h | 3 --- arch/nios2/include/asm/nios2.h | 3 --- arch/nios2/include/asm/opcodes.h | 3 --- arch/nios2/include/asm/ptrace.h | 3 --- arch/nios2/include/asm/string.h | 3 --- arch/nios2/include/asm/system.h | 3 --- arch/nios2/lib/board.c | 3 --- arch/nios2/lib/bootm.c | 3 --- arch/nios2/lib/clock.c | 3 --- arch/nios2/lib/early_printf.c | 3 --- arch/openrisc/cpu/cpu.c | 3 --- arch/openrisc/lib/board.c | 3 --- arch/openrisc/lib/clock.c | 3 --- arch/openrisc/lib/cpuinfo.c | 3 --- arch/openrisc/lib/dtb.c | 3 --- arch/ppc/boards/freescale-p1022ds/law.c | 3 --- arch/ppc/boards/freescale-p2020rdb/config.h | 3 --- arch/ppc/boards/freescale-p2020rdb/law.c | 3 --- arch/ppc/boards/freescale-p2020rdb/p2020rdb.c | 3 --- arch/ppc/boards/freescale-p2020rdb/tlb.c | 3 --- arch/ppc/boards/pcm030/barebox.lds.S | 3 --- arch/ppc/boards/pcm030/config.h | 3 --- arch/ppc/boards/pcm030/mt46v32m16-75.h | 3 --- arch/ppc/boards/pcm030/pcm030.c | 3 --- arch/ppc/cpu-85xx/fixed_ivor.S | 3 --- arch/ppc/cpu-85xx/tlb.c | 3 --- arch/ppc/cpu-85xx/traps.c | 3 --- arch/ppc/include/asm/fsl_lbc.h | 3 --- arch/ppc/include/asm/ppc_asm.tmpl | 3 --- arch/ppc/include/asm/ppc_defs.h | 3 --- arch/ppc/lib/bat_rw.c | 3 --- arch/ppc/lib/board.c | 3 --- arch/ppc/lib/extable.c | 3 --- arch/ppc/lib/reloc.S | 3 --- arch/ppc/lib/ticks.S | 3 --- arch/ppc/mach-mpc5xxx/cpu.c | 3 --- arch/ppc/mach-mpc5xxx/cpu_init.c | 3 --- arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h | 3 --- arch/ppc/mach-mpc5xxx/io.S | 3 --- arch/ppc/mach-mpc5xxx/pci_mpc5200.c | 3 --- arch/ppc/mach-mpc5xxx/speed.c | 3 --- arch/ppc/mach-mpc5xxx/start.S | 3 --- arch/ppc/mach-mpc5xxx/time.c | 3 --- arch/ppc/mach-mpc5xxx/traps.c | 3 --- arch/ppc/mach-mpc85xx/cpu.c | 3 --- arch/ppc/mach-mpc85xx/cpu_init.c | 3 --- arch/ppc/mach-mpc85xx/cpuid.c | 2 -- arch/ppc/mach-mpc85xx/eth-devices.c | 3 --- arch/ppc/mach-mpc85xx/fdt.c | 3 --- arch/ppc/mach-mpc85xx/fsl_law.c | 3 --- arch/ppc/mach-mpc85xx/include/mach/early_udelay.h | 3 --- arch/ppc/mach-mpc85xx/include/mach/immap_85xx.h | 3 --- arch/ppc/mach-mpc85xx/speed.c | 3 --- arch/ppc/mach-mpc85xx/time.c | 3 --- arch/sandbox/board/board.c | 3 --- arch/sandbox/board/clock.c | 3 --- arch/sandbox/board/console.c | 3 --- arch/sandbox/board/dtb.c | 3 --- arch/sandbox/board/hostfile.c | 3 --- arch/sandbox/os/common.c | 3 --- arch/sandbox/os/tap.c | 3 --- arch/x86/lib/barebox.lds.S | 3 --- common/bbu.c | 3 --- common/block.c | 3 --- common/bootargs.c | 3 --- common/clock.c | 3 --- common/command.c | 3 --- common/console.c | 3 --- common/console_common.c | 3 --- common/console_countdown.c | 3 --- common/date.c | 3 --- common/efi/efi-image.c | 3 --- common/efi/efi.c | 3 --- common/env.c | 3 --- common/environment.c | 3 --- common/filetype.c | 3 --- common/image.c | 3 --- common/imd.c | 3 --- common/memory.c | 3 --- common/memsize.c | 3 --- common/memtest.c | 3 --- common/menu.c | 3 --- common/misc.c | 3 --- common/module.lds.S | 3 --- common/password.c | 3 --- common/poweroff.c | 3 --- common/ratp/getenv.c | 3 --- common/ratp/gpio.c | 3 --- common/ratp/i2c.c | 3 --- common/ratp/md.c | 3 --- common/ratp/mw.c | 3 --- common/ratp/ping.c | 3 --- common/ratp/ratp.c | 3 --- common/ratp/reset.c | 3 --- common/resource.c | 3 --- common/restart.c | 3 --- common/s_record.c | 3 --- common/startup.c | 3 --- common/tlsf_malloc.c | 1 - common/uimage.c | 3 --- crypto/digest.c | 3 --- defaultenv/defaultenv.c | 3 --- drivers/aiodev/core.c | 3 --- drivers/aiodev/imx_thermal.c | 3 --- drivers/aiodev/mc13xxx_adc.c | 3 --- drivers/ata/ahci.c | 3 --- drivers/ata/ahci.h | 3 --- drivers/base/driver.c | 3 --- drivers/base/platform.c | 3 --- drivers/base/resource.c | 3 --- drivers/clocksource/digic.c | 1 - drivers/clocksource/timer-atmel-pit.c | 3 --- drivers/clocksource/timer-imx-gpt.c | 3 --- drivers/clocksource/uemd.c | 1 - drivers/efi/efi-device.c | 3 --- drivers/gpio/gpio-digic.c | 1 - drivers/gpio/gpio-malta-fpga-i2c.c | 1 - drivers/hab/habv4.c | 3 --- drivers/led/core.c | 3 --- drivers/led/led-gpio.c | 3 --- drivers/led/led-pwm.c | 3 --- drivers/led/led-triggers.c | 3 --- drivers/mci/dove-sdhci.c | 3 --- drivers/mci/imx-esdhc.c | 3 --- drivers/mci/mci-core.c | 3 --- drivers/mci/omap_hsmmc.c | 3 --- drivers/mtd/core.c | 3 --- drivers/mtd/nand/nand-bb.c | 3 --- drivers/mtd/nor/cfi_flash.c | 3 --- drivers/mtd/nor/cfi_flash.h | 3 --- drivers/of/address.c | 3 --- drivers/of/barebox.c | 3 --- drivers/of/base.c | 3 --- drivers/of/fdt.c | 3 --- drivers/of/of_path.c | 3 --- drivers/of/partition.c | 3 --- drivers/of/platform.c | 3 --- drivers/pinctrl/imx-iomux-v3.c | 3 --- drivers/pinctrl/pinctrl-at91.c | 3 --- drivers/pinctrl/pinctrl-mxs.c | 3 --- drivers/pinctrl/pinctrl-single.c | 3 --- drivers/pinctrl/pinctrl-vf610.c | 3 --- drivers/pinctrl/pinctrl.c | 3 --- drivers/regulator/core.c | 3 --- drivers/regulator/fixed.c | 3 --- drivers/serial/amba-pl011.c | 3 --- drivers/serial/efi-stdio.c | 3 --- drivers/serial/linux_console.c | 3 --- drivers/serial/serial_altera.c | 3 --- drivers/serial/serial_altera_jtag.c | 3 --- drivers/serial/serial_ar933x.c | 3 --- drivers/serial/serial_digic.c | 1 - drivers/serial/serial_lpuart.c | 3 --- drivers/serial/serial_mpc5xxx.c | 3 --- drivers/serial/serial_ns16550.c | 3 --- drivers/serial/serial_pl010.c | 3 --- drivers/serial/serial_pl010.h | 3 --- drivers/spi/ath79_spi.c | 1 - drivers/spi/omap3_spi.c | 3 --- drivers/spi/omap3_spi.h | 3 --- drivers/usb/core/hub.c | 3 --- drivers/usb/core/of.c | 3 --- drivers/usb/core/usb.c | 3 --- drivers/usb/gadget/dfu.c | 3 --- drivers/usb/host/ehci-atmel.c | 3 --- drivers/usb/host/ohci-at91.c | 3 --- drivers/usb/host/ohci-hcd.c | 3 --- drivers/video/atmel_hlcdfb.c | 3 --- drivers/video/atmel_lcdfb.c | 3 --- drivers/video/atmel_lcdfb_core.c | 3 --- drivers/video/backlight-pwm.c | 3 --- drivers/video/imx-ipu-fb.c | 3 --- drivers/video/mtl017.c | 3 --- drivers/video/omap.c | 3 --- drivers/video/omap.h | 3 --- drivers/video/simple-panel.c | 3 --- drivers/video/vpl.c | 3 --- dts/src/powerpc/arches.dts | 3 --- fs/devfs-core.c | 3 --- fs/devfs.c | 3 --- fs/efi.c | 3 --- fs/efivarfs.c | 3 --- fs/ext4/ext_barebox.c | 3 --- fs/fat/fat.c | 3 --- fs/fs.c | 3 --- fs/nfs.c | 3 --- fs/ramfs.c | 3 --- fs/tftp.c | 3 --- include/aiodev.h | 3 --- include/ata_drive.h | 4 ---- include/command.h | 3 --- include/common.h | 3 --- include/console.h | 3 --- include/digest.h | 3 --- include/disks.h | 4 ---- include/driver.h | 3 --- include/environment.h | 3 --- include/hab.h | 3 --- include/image.h | 3 --- include/int_sqrt.h | 4 ---- include/mci.h | 3 --- include/menu.h | 3 --- include/mfd/mc13892.h | 3 --- include/part.h | 3 --- include/password.h | 3 --- include/platform_data/ide.h | 3 --- include/rtc.h | 3 --- include/s_record.h | 3 --- include/scsi.h | 3 --- include/serial/lpuart.h | 3 --- include/usb/usb.h | 3 --- include/usb/usb_defs.h | 3 --- lib/cmdlinepart.c | 3 --- lib/ctype.c | 3 --- lib/display_options.c | 3 --- lib/gui/bmp_layout.h | 3 --- lib/int_sqrt.c | 3 --- lib/libfile.c | 3 --- lib/libgen.c | 3 --- lib/logo/logo.c | 3 --- lib/misc.c | 3 --- lib/parameter.c | 3 --- lib/process_escape_sequence.c | 3 --- lib/readkey.c | 3 --- lib/show_progress.c | 3 --- lib/uncompress.c | 3 --- lib/wchar.c | 3 --- lib/xfuncs.c | 3 --- net/eth.c | 3 --- net/ifup.c | 3 --- net/lib.c | 3 --- net/net.c | 3 --- net/netconsole.c | 3 --- net/rarp.h | 3 --- scripts/bareboxcrc32.c | 3 --- scripts/bareboxenv.c | 3 --- scripts/bareboximd.c | 3 --- scripts/imx/imx-image.c | 3 --- scripts/imx/imx.c | 3 --- scripts/s5p_cksum.c | 3 --- scripts/tegra/aes_ref.c | 3 --- scripts/tegra/bct_dump.c | 3 --- scripts/tegra/cbootimage.c | 3 --- scripts/tegra/cbootimage.h | 3 --- scripts/tegra/context.c | 3 --- scripts/tegra/context.h | 3 --- scripts/tegra/crypto.c | 3 --- scripts/tegra/crypto.h | 3 --- scripts/tegra/data_layout.c | 3 --- scripts/tegra/data_layout.h | 3 --- scripts/tegra/nvaes_ref.h | 3 --- scripts/tegra/parse.c | 3 --- scripts/tegra/parse.h | 3 --- scripts/tegra/set.c | 3 --- scripts/tegra/set.h | 3 --- scripts/tegra/t114/nvbctlib_t114.c | 3 --- scripts/tegra/t114/nvboot_bct_t114.h | 3 --- scripts/tegra/t114/nvboot_sdram_param_t114.h | 3 --- scripts/tegra/t114/parse_t114.c | 3 --- scripts/tegra/t124/nvbctlib_t124.c | 3 --- scripts/tegra/t124/nvboot_bct_t124.h | 3 --- scripts/tegra/t124/nvboot_sdram_param_t124.h | 3 --- scripts/tegra/t124/parse_t124.c | 3 --- scripts/tegra/t20/nvbctlib_t20.c | 3 --- scripts/tegra/t20/nvboot_bct_t20.h | 3 --- scripts/tegra/t20/nvboot_sdram_param_t20.h | 3 --- scripts/tegra/t20/parse_t20.c | 3 --- scripts/tegra/t30/nvbctlib_t30.c | 3 --- scripts/tegra/t30/nvboot_bct_t30.h | 3 --- scripts/tegra/t30/nvboot_sdram_param_t30.h | 3 --- scripts/tegra/t30/parse_t30.c | 3 --- 398 files changed, 1157 deletions(-) diff --git a/arch/arm/boards/avnet-zedboard/lowlevel.c b/arch/arm/boards/avnet-zedboard/lowlevel.c index eb85df507a..6614e82a10 100644 --- a/arch/arm/boards/avnet-zedboard/lowlevel.c +++ b/arch/arm/boards/avnet-zedboard/lowlevel.c @@ -2,9 +2,6 @@ * * (c) 2013 Steffen Trumtrar * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/edb93xx/early_udelay.h b/arch/arm/boards/edb93xx/early_udelay.h index 97e018aefc..371ab5088c 100644 --- a/arch/arm/boards/edb93xx/early_udelay.h +++ b/arch/arm/boards/edb93xx/early_udelay.h @@ -1,9 +1,6 @@ /* * Copyright (C) 2009 Matthias Kaehlcke * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/edb93xx/edb93xx.c b/arch/arm/boards/edb93xx/edb93xx.c index 99c69548bd..62efa8fb96 100644 --- a/arch/arm/boards/edb93xx/edb93xx.c +++ b/arch/arm/boards/edb93xx/edb93xx.c @@ -1,9 +1,6 @@ /* * Copyright (C) 2009 Matthias Kaehlcke * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/edb93xx/edb93xx.h b/arch/arm/boards/edb93xx/edb93xx.h index 43459091f9..5293858f9d 100644 --- a/arch/arm/boards/edb93xx/edb93xx.h +++ b/arch/arm/boards/edb93xx/edb93xx.h @@ -1,9 +1,6 @@ /* * Copyright (C) 2009 Matthias Kaehlcke * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/edb93xx/flash_cfg.c b/arch/arm/boards/edb93xx/flash_cfg.c index f2d5800efd..f3b8873bac 100644 --- a/arch/arm/boards/edb93xx/flash_cfg.c +++ b/arch/arm/boards/edb93xx/flash_cfg.c @@ -3,9 +3,6 @@ * * Copyright (C) 2009 Matthias Kaehlcke * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/edb93xx/pll_cfg.c b/arch/arm/boards/edb93xx/pll_cfg.c index 9d7e1781e7..8be679e711 100644 --- a/arch/arm/boards/edb93xx/pll_cfg.c +++ b/arch/arm/boards/edb93xx/pll_cfg.c @@ -5,9 +5,6 @@ * * Copyright (C) 2006 Dominic Rath * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/edb93xx/pll_cfg.h b/arch/arm/boards/edb93xx/pll_cfg.h index 07231d7b3e..ad3d896d93 100644 --- a/arch/arm/boards/edb93xx/pll_cfg.h +++ b/arch/arm/boards/edb93xx/pll_cfg.h @@ -3,9 +3,6 @@ * * Copyright (C) 2009 Matthias Kaehlcke * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/edb93xx/sdram_cfg.c b/arch/arm/boards/edb93xx/sdram_cfg.c index 5c2a5372e0..11e4fd7ca4 100644 --- a/arch/arm/boards/edb93xx/sdram_cfg.c +++ b/arch/arm/boards/edb93xx/sdram_cfg.c @@ -3,9 +3,6 @@ * * Copyright (C) 2006 Dominic Rath * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/edb93xx/sdram_cfg.h b/arch/arm/boards/edb93xx/sdram_cfg.h index 0dc1df24b2..a5720b8694 100644 --- a/arch/arm/boards/edb93xx/sdram_cfg.h +++ b/arch/arm/boards/edb93xx/sdram_cfg.h @@ -3,9 +3,6 @@ * * Copyright (C) 2006 Dominic Rath * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/eukrea_cpuimx25/Makefile b/arch/arm/boards/eukrea_cpuimx25/Makefile index 159701d37a..0e64b3ee73 100644 --- a/arch/arm/boards/eukrea_cpuimx25/Makefile +++ b/arch/arm/boards/eukrea_cpuimx25/Makefile @@ -1,9 +1,6 @@ # # (C) 2010 Eukrea Electromatique, Eric Bénard # -# See file CREDITS for list of people who contributed to this -# project. -# # 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 diff --git a/arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c b/arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c index 77d92f0403..e82f43d58e 100644 --- a/arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c +++ b/arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c @@ -2,9 +2,6 @@ * (C) 2009 Pengutronix, Sascha Hauer * (c) 2010 Eukrea Electromatique, Eric Bénard * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/eukrea_cpuimx25/lowlevel.c b/arch/arm/boards/eukrea_cpuimx25/lowlevel.c index 95159bbbb1..9516c137a3 100644 --- a/arch/arm/boards/eukrea_cpuimx25/lowlevel.c +++ b/arch/arm/boards/eukrea_cpuimx25/lowlevel.c @@ -3,9 +3,6 @@ * (c) 2007 Pengutronix, Sascha Hauer * (c) 2010 Eukrea Electromatique, Eric Bénard * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/eukrea_cpuimx35/Makefile b/arch/arm/boards/eukrea_cpuimx35/Makefile index 3ef2c4e5f5..dd8f9eb0d4 100644 --- a/arch/arm/boards/eukrea_cpuimx35/Makefile +++ b/arch/arm/boards/eukrea_cpuimx35/Makefile @@ -1,9 +1,6 @@ # # (C) Copyright 2007 Juergen Beisert # -# See file CREDITS for list of people who contributed to this -# project. -# # 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 diff --git a/arch/arm/boards/eukrea_cpuimx35/lowlevel.c b/arch/arm/boards/eukrea_cpuimx35/lowlevel.c index 4bb41b0f42..b641d68873 100644 --- a/arch/arm/boards/eukrea_cpuimx35/lowlevel.c +++ b/arch/arm/boards/eukrea_cpuimx35/lowlevel.c @@ -2,9 +2,6 @@ * * (c) 2007 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/freescale-mx25-3ds/3stack.c b/arch/arm/boards/freescale-mx25-3ds/3stack.c index 3ab8c4ad52..1b42a8a9ee 100644 --- a/arch/arm/boards/freescale-mx25-3ds/3stack.c +++ b/arch/arm/boards/freescale-mx25-3ds/3stack.c @@ -1,9 +1,6 @@ /* * (C) 2009 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/freescale-mx25-3ds/Makefile b/arch/arm/boards/freescale-mx25-3ds/Makefile index 20787efc94..acc7c92ec2 100644 --- a/arch/arm/boards/freescale-mx25-3ds/Makefile +++ b/arch/arm/boards/freescale-mx25-3ds/Makefile @@ -1,9 +1,6 @@ # # (C) Copyright 2007 Juergen Beisert # -# See file CREDITS for list of people who contributed to this -# project. -# # 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 diff --git a/arch/arm/boards/freescale-mx25-3ds/lowlevel_init.S b/arch/arm/boards/freescale-mx25-3ds/lowlevel_init.S index bf3830d8d6..62dac94e4f 100644 --- a/arch/arm/boards/freescale-mx25-3ds/lowlevel_init.S +++ b/arch/arm/boards/freescale-mx25-3ds/lowlevel_init.S @@ -2,9 +2,6 @@ * * (c) 2007 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/freescale-mx35-3ds/board-mx35_3stack.h b/arch/arm/boards/freescale-mx35-3ds/board-mx35_3stack.h index 3bcb470b74..8222f87e51 100644 --- a/arch/arm/boards/freescale-mx35-3ds/board-mx35_3stack.h +++ b/arch/arm/boards/freescale-mx35-3ds/board-mx35_3stack.h @@ -4,9 +4,6 @@ * * (C) Copyright 2008 Freescale Semiconductor, Inc. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/freescale-mx35-3ds/lowlevel_init.S b/arch/arm/boards/freescale-mx35-3ds/lowlevel_init.S index 011de6dadf..cb31b699e7 100644 --- a/arch/arm/boards/freescale-mx35-3ds/lowlevel_init.S +++ b/arch/arm/boards/freescale-mx35-3ds/lowlevel_init.S @@ -2,9 +2,6 @@ * * (c) 2007 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/friendlyarm-tiny210/lowlevel.c b/arch/arm/boards/friendlyarm-tiny210/lowlevel.c index 17a7cf1591..875c17677e 100644 --- a/arch/arm/boards/friendlyarm-tiny210/lowlevel.c +++ b/arch/arm/boards/friendlyarm-tiny210/lowlevel.c @@ -1,9 +1,6 @@ /* * Copyright (C) 2012 Alexey Galakhov * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/boards/guf-cupid/Makefile b/arch/arm/boards/guf-cupid/Makefile index eaf2a4f407..868d062220 100644 --- a/arch/arm/boards/guf-cupid/Makefile +++ b/arch/arm/boards/guf-cupid/Makefile @@ -1,9 +1,6 @@ # # (C) Copyright 2007 Juergen Beisert # -# See file CREDITS for list of people who contributed to this -# project. -# # 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 diff --git a/arch/arm/boards/guf-cupid/board.c b/arch/arm/boards/guf-cupid/board.c index a02cecf6c5..60175c14bb 100644 --- a/arch/arm/boards/guf-cupid/board.c +++ b/arch/arm/boards/guf-cupid/board.c @@ -2,9 +2,6 @@ * (C) 2007 Pengutronix, Sascha Hauer * (C) 2009 Pengutronix, Juergen Beisert * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/guf-cupid/lowlevel.c b/arch/arm/boards/guf-cupid/lowlevel.c index 60dd567298..3684dacfc7 100644 --- a/arch/arm/boards/guf-cupid/lowlevel.c +++ b/arch/arm/boards/guf-cupid/lowlevel.c @@ -2,9 +2,6 @@ * * (c) 2007 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/guf-neso/lowlevel.c b/arch/arm/boards/guf-neso/lowlevel.c index 3ae70eca30..07e426d537 100644 --- a/arch/arm/boards/guf-neso/lowlevel.c +++ b/arch/arm/boards/guf-neso/lowlevel.c @@ -2,9 +2,6 @@ * * (c) 2007 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/karo-tx25/Makefile b/arch/arm/boards/karo-tx25/Makefile index 58453b66cd..02044f162f 100644 --- a/arch/arm/boards/karo-tx25/Makefile +++ b/arch/arm/boards/karo-tx25/Makefile @@ -1,9 +1,6 @@ # # (C) Copyright 2011 Sascha Hauer # -# See file CREDITS for list of people who contributed to this -# project. -# # 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 diff --git a/arch/arm/boards/karo-tx25/board.c b/arch/arm/boards/karo-tx25/board.c index a4d4af57a3..e2a6dcc089 100644 --- a/arch/arm/boards/karo-tx25/board.c +++ b/arch/arm/boards/karo-tx25/board.c @@ -1,9 +1,6 @@ /* * (C) 2011 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/karo-tx25/lowlevel.c b/arch/arm/boards/karo-tx25/lowlevel.c index 6c34944f74..dff72be98c 100644 --- a/arch/arm/boards/karo-tx25/lowlevel.c +++ b/arch/arm/boards/karo-tx25/lowlevel.c @@ -2,9 +2,6 @@ * * (c) 2011 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/karo-tx6x/pmic-ltc3676.c b/arch/arm/boards/karo-tx6x/pmic-ltc3676.c index 0cddb929fc..7f594e2008 100644 --- a/arch/arm/boards/karo-tx6x/pmic-ltc3676.c +++ b/arch/arm/boards/karo-tx6x/pmic-ltc3676.c @@ -1,9 +1,6 @@ /* * Copyright (C) 2014 Lothar Waßmann * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/boards/karo-tx6x/pmic-rn5t567.c b/arch/arm/boards/karo-tx6x/pmic-rn5t567.c index 5397592c3c..db21b4de6f 100644 --- a/arch/arm/boards/karo-tx6x/pmic-rn5t567.c +++ b/arch/arm/boards/karo-tx6x/pmic-rn5t567.c @@ -1,9 +1,6 @@ /* * Copyright (C) 2014 Lothar Waßmann * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/boards/karo-tx6x/pmic-rn5t618.c b/arch/arm/boards/karo-tx6x/pmic-rn5t618.c index d5806d27ff..bdec02e9d4 100644 --- a/arch/arm/boards/karo-tx6x/pmic-rn5t618.c +++ b/arch/arm/boards/karo-tx6x/pmic-rn5t618.c @@ -1,9 +1,6 @@ /* * Copyright (C) 2014 Lothar Waßmann * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/boards/kindle3/kindle3.c b/arch/arm/boards/kindle3/kindle3.c index 1d966ff55a..7c0d60efe0 100644 --- a/arch/arm/boards/kindle3/kindle3.c +++ b/arch/arm/boards/kindle3/kindle3.c @@ -2,9 +2,6 @@ * (C) 2007 Pengutronix, Sascha Hauer * (C) 2016 Alexander Kurz * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/kindle3/lowlevel.c b/arch/arm/boards/kindle3/lowlevel.c index 19b95fc376..83a0ccc70e 100644 --- a/arch/arm/boards/kindle3/lowlevel.c +++ b/arch/arm/boards/kindle3/lowlevel.c @@ -3,9 +3,6 @@ * (c) 2007 Pengutronix, Sascha Hauer * (c) 2016 Alexander Kurz * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/lubbock/board.c b/arch/arm/boards/lubbock/board.c index c2a0db7bd8..118de04c7e 100644 --- a/arch/arm/boards/lubbock/board.c +++ b/arch/arm/boards/lubbock/board.c @@ -1,9 +1,6 @@ /* * (C) 2011 Robert Jarzmik * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/mainstone/board.c b/arch/arm/boards/mainstone/board.c index 0e48e79967..78c9bdc352 100644 --- a/arch/arm/boards/mainstone/board.c +++ b/arch/arm/boards/mainstone/board.c @@ -1,9 +1,6 @@ /* * (C) 2015 Robert Jarzmik * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/mioa701/board.c b/arch/arm/boards/mioa701/board.c index cdb86fc36e..cd166efceb 100644 --- a/arch/arm/boards/mioa701/board.c +++ b/arch/arm/boards/mioa701/board.c @@ -1,9 +1,6 @@ /* * (C) 2011 Robert Jarzmik * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/mioa701/gpio0_poweroff.c b/arch/arm/boards/mioa701/gpio0_poweroff.c index 01a5d0cc6e..4b34922507 100644 --- a/arch/arm/boards/mioa701/gpio0_poweroff.c +++ b/arch/arm/boards/mioa701/gpio0_poweroff.c @@ -1,9 +1,6 @@ /* * (C) 2011 Robert Jarzmik * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/mioa701/mioa701.h b/arch/arm/boards/mioa701/mioa701.h index 20b9b51af2..ba94212b33 100644 --- a/arch/arm/boards/mioa701/mioa701.h +++ b/arch/arm/boards/mioa701/mioa701.h @@ -1,9 +1,6 @@ /* * (C) 2011 Robert Jarzmik * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/module-mb7707/board.c b/arch/arm/boards/module-mb7707/board.c index 7ffad6e62a..1ab6e7d7c1 100644 --- a/arch/arm/boards/module-mb7707/board.c +++ b/arch/arm/boards/module-mb7707/board.c @@ -2,7 +2,6 @@ * Copyright (C) 2014 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/arch/arm/boards/module-mb7707/lowlevel.c b/arch/arm/boards/module-mb7707/lowlevel.c index fc102e26e1..b388778f8a 100644 --- a/arch/arm/boards/module-mb7707/lowlevel.c +++ b/arch/arm/boards/module-mb7707/lowlevel.c @@ -2,7 +2,6 @@ * Copyright (C) 2014 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/arch/arm/boards/mx31moboard/Makefile b/arch/arm/boards/mx31moboard/Makefile index 83a6016b22..abc1f313ac 100644 --- a/arch/arm/boards/mx31moboard/Makefile +++ b/arch/arm/boards/mx31moboard/Makefile @@ -1,9 +1,6 @@ # # (C) Copyright 2007 Juergen Beisert # -# See file CREDITS for list of people who contributed to this -# project. -# # 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 diff --git a/arch/arm/boards/mx31moboard/lowlevel.c b/arch/arm/boards/mx31moboard/lowlevel.c index 307975d78c..967dcc48ee 100644 --- a/arch/arm/boards/mx31moboard/lowlevel.c +++ b/arch/arm/boards/mx31moboard/lowlevel.c @@ -3,9 +3,6 @@ * (c) 2007 Pengutronix, Sascha Hauer * (c) 2014 EPFL, Philippe Rétornaz * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/mx31moboard/mx31moboard.c b/arch/arm/boards/mx31moboard/mx31moboard.c index 2ec1f4ff8b..d6329e5775 100644 --- a/arch/arm/boards/mx31moboard/mx31moboard.c +++ b/arch/arm/boards/mx31moboard/mx31moboard.c @@ -2,9 +2,6 @@ * (C) 2007 Pengutronix, Sascha Hauer * (C) 2014 EPFL, Philippe Rétornaz * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/panda/lowlevel.c b/arch/arm/boards/panda/lowlevel.c index 1ed2b89f2f..a321a8ff74 100644 --- a/arch/arm/boards/panda/lowlevel.c +++ b/arch/arm/boards/panda/lowlevel.c @@ -3,9 +3,6 @@ * Texas Instruments, * Richard Woodruff * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/boards/phytec-phycard-omap3/Makefile b/arch/arm/boards/phytec-phycard-omap3/Makefile index a71feec396..7a4ab75f42 100644 --- a/arch/arm/boards/phytec-phycard-omap3/Makefile +++ b/arch/arm/boards/phytec-phycard-omap3/Makefile @@ -1,8 +1,5 @@ # (C) Copyright 2011 Juergen Kilb # -# See file CREDITS for list of people who contributed to this -# project. -# # 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 diff --git a/arch/arm/boards/phytec-phycard-omap4/Makefile b/arch/arm/boards/phytec-phycard-omap4/Makefile index 0fec0c7f53..ad9f648ebe 100644 --- a/arch/arm/boards/phytec-phycard-omap4/Makefile +++ b/arch/arm/boards/phytec-phycard-omap4/Makefile @@ -1,8 +1,5 @@ # (C) Copyright 2012 Jan Weitzel # -# See file CREDITS for list of people who contributed to this -# project. -# # 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 diff --git a/arch/arm/boards/phytec-phycard-omap4/lowlevel.c b/arch/arm/boards/phytec-phycard-omap4/lowlevel.c index 3035cca7fa..1907127198 100644 --- a/arch/arm/boards/phytec-phycard-omap4/lowlevel.c +++ b/arch/arm/boards/phytec-phycard-omap4/lowlevel.c @@ -3,9 +3,6 @@ * Texas Instruments, * Richard Woodruff * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/boards/phytec-phycore-imx27/lowlevel.c b/arch/arm/boards/phytec-phycore-imx27/lowlevel.c index b3bebdb6df..5f29aac94a 100644 --- a/arch/arm/boards/phytec-phycore-imx27/lowlevel.c +++ b/arch/arm/boards/phytec-phycore-imx27/lowlevel.c @@ -2,9 +2,6 @@ * * (c) 2007 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/phytec-phycore-imx31/Makefile b/arch/arm/boards/phytec-phycore-imx31/Makefile index 6c9ca6942f..566ae81eaf 100644 --- a/arch/arm/boards/phytec-phycore-imx31/Makefile +++ b/arch/arm/boards/phytec-phycore-imx31/Makefile @@ -1,9 +1,6 @@ # # (C) Copyright 2007 Juergen Beisert # -# See file CREDITS for list of people who contributed to this -# project. -# # 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 diff --git a/arch/arm/boards/phytec-phycore-imx31/lowlevel.c b/arch/arm/boards/phytec-phycore-imx31/lowlevel.c index 98e1e8711d..a209907af7 100644 --- a/arch/arm/boards/phytec-phycore-imx31/lowlevel.c +++ b/arch/arm/boards/phytec-phycore-imx31/lowlevel.c @@ -2,9 +2,6 @@ * * (c) 2007 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/phytec-phycore-imx31/pcm037.c b/arch/arm/boards/phytec-phycore-imx31/pcm037.c index 39e7838be0..35f8950479 100644 --- a/arch/arm/boards/phytec-phycore-imx31/pcm037.c +++ b/arch/arm/boards/phytec-phycore-imx31/pcm037.c @@ -1,9 +1,6 @@ /* * (C) 2007 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/phytec-phycore-imx35/Makefile b/arch/arm/boards/phytec-phycore-imx35/Makefile index 72275ead78..0940a4b137 100644 --- a/arch/arm/boards/phytec-phycore-imx35/Makefile +++ b/arch/arm/boards/phytec-phycore-imx35/Makefile @@ -1,9 +1,6 @@ # # (C) Copyright 2007 Juergen Beisert # -# See file CREDITS for list of people who contributed to this -# project. -# # 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 diff --git a/arch/arm/boards/phytec-phycore-imx35/lowlevel.c b/arch/arm/boards/phytec-phycore-imx35/lowlevel.c index 9768009be8..d7b293eed5 100644 --- a/arch/arm/boards/phytec-phycore-imx35/lowlevel.c +++ b/arch/arm/boards/phytec-phycore-imx35/lowlevel.c @@ -2,9 +2,6 @@ * * (c) 2007 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/phytec-phycore-imx35/pcm043.c b/arch/arm/boards/phytec-phycore-imx35/pcm043.c index 65b592d0b5..0e9da16269 100644 --- a/arch/arm/boards/phytec-phycore-imx35/pcm043.c +++ b/arch/arm/boards/phytec-phycore-imx35/pcm043.c @@ -2,9 +2,6 @@ * (C) 2007 Pengutronix, Sascha Hauer * (C) 2009 Pengutronix, Juergen Beisert * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/phytec-phycore-omap4460/lowlevel.c b/arch/arm/boards/phytec-phycore-omap4460/lowlevel.c index 8c25eab7ce..471e6108e4 100644 --- a/arch/arm/boards/phytec-phycore-omap4460/lowlevel.c +++ b/arch/arm/boards/phytec-phycore-omap4460/lowlevel.c @@ -3,9 +3,6 @@ * Texas Instruments, * Richard Woodruff * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/boards/phytec-phycore-pxa270/board.c b/arch/arm/boards/phytec-phycore-pxa270/board.c index 1424c9c937..f4659e707f 100644 --- a/arch/arm/boards/phytec-phycore-pxa270/board.c +++ b/arch/arm/boards/phytec-phycore-pxa270/board.c @@ -2,9 +2,6 @@ * (C) 2009 Pengutronix, Sascha Hauer * 2010 by Marc Kleine-Budde * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/phytec-phycore-pxa270/lowlevel_init.S b/arch/arm/boards/phytec-phycore-pxa270/lowlevel_init.S index 39af00b54b..84599e40e2 100644 --- a/arch/arm/boards/phytec-phycore-pxa270/lowlevel_init.S +++ b/arch/arm/boards/phytec-phycore-pxa270/lowlevel_init.S @@ -8,9 +8,6 @@ * board/cradle/lowlevel_init.S for another PXA250 setup that is * much cleaner. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/solidrun-microsom/1066mhz-4x128mx16.imxcfg b/arch/arm/boards/solidrun-microsom/1066mhz-4x128mx16.imxcfg index 6902fe113f..453de7491a 100644 --- a/arch/arm/boards/solidrun-microsom/1066mhz-4x128mx16.imxcfg +++ b/arch/arm/boards/solidrun-microsom/1066mhz-4x128mx16.imxcfg @@ -3,9 +3,6 @@ * Copyright (C) 2013 SolidRun ltd. * Copyright (C) 2013 Jon Nettleton * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/solidrun-microsom/1066mhz-4x256mx16.imxcfg b/arch/arm/boards/solidrun-microsom/1066mhz-4x256mx16.imxcfg index ac336e532b..29ef0987cb 100644 --- a/arch/arm/boards/solidrun-microsom/1066mhz-4x256mx16.imxcfg +++ b/arch/arm/boards/solidrun-microsom/1066mhz-4x256mx16.imxcfg @@ -3,9 +3,6 @@ * Copyright (C) 2013 SolidRun ltd. * Copyright (C) 2013 Jon Nettleton * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/solidrun-microsom/1066mhz-64b.imxcfg b/arch/arm/boards/solidrun-microsom/1066mhz-64b.imxcfg index c8e5a0ced1..73de49d27f 100644 --- a/arch/arm/boards/solidrun-microsom/1066mhz-64b.imxcfg +++ b/arch/arm/boards/solidrun-microsom/1066mhz-64b.imxcfg @@ -3,9 +3,6 @@ * Copyright (C) 2013 SolidRun ltd. * Copyright (C) 2013 Jon Nettleton * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/solidrun-microsom/800mhz-2x128mx16.imxcfg b/arch/arm/boards/solidrun-microsom/800mhz-2x128mx16.imxcfg index affb011dd9..9749bb1abc 100644 --- a/arch/arm/boards/solidrun-microsom/800mhz-2x128mx16.imxcfg +++ b/arch/arm/boards/solidrun-microsom/800mhz-2x128mx16.imxcfg @@ -3,9 +3,6 @@ * Copyright (C) 2013 SolidRun ltd. * Copyright (C) 2013 Jon Nettleton * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/solidrun-microsom/800mhz-32b.imxcfg b/arch/arm/boards/solidrun-microsom/800mhz-32b.imxcfg index 91322f4603..d7ca913db2 100644 --- a/arch/arm/boards/solidrun-microsom/800mhz-32b.imxcfg +++ b/arch/arm/boards/solidrun-microsom/800mhz-32b.imxcfg @@ -3,9 +3,6 @@ * Copyright (C) 2013 SolidRun ltd. * Copyright (C) 2013 Jon Nettleton * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/solidrun-microsom/800mhz-4x128mx16.imxcfg b/arch/arm/boards/solidrun-microsom/800mhz-4x128mx16.imxcfg index 384e6fde42..9c04ea674c 100644 --- a/arch/arm/boards/solidrun-microsom/800mhz-4x128mx16.imxcfg +++ b/arch/arm/boards/solidrun-microsom/800mhz-4x128mx16.imxcfg @@ -3,9 +3,6 @@ * Copyright (C) 2013 SolidRun ltd. * Copyright (C) 2013 Jon Nettleton * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/solidrun-microsom/800mhz-64b.imxcfg b/arch/arm/boards/solidrun-microsom/800mhz-64b.imxcfg index 021b40b9ef..78b7a234ad 100644 --- a/arch/arm/boards/solidrun-microsom/800mhz-64b.imxcfg +++ b/arch/arm/boards/solidrun-microsom/800mhz-64b.imxcfg @@ -3,9 +3,6 @@ * Copyright (C) 2013 SolidRun ltd. * Copyright (C) 2013 Jon Nettleton * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/toshiba-ac100/board.c b/arch/arm/boards/toshiba-ac100/board.c index fd470f18fc..af69ba0b09 100644 --- a/arch/arm/boards/toshiba-ac100/board.c +++ b/arch/arm/boards/toshiba-ac100/board.c @@ -2,7 +2,6 @@ * Copyright (C) 2011 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/arch/arm/boards/virt2real/board.c b/arch/arm/boards/virt2real/board.c index b7f72171bb..451cbf29ff 100644 --- a/arch/arm/boards/virt2real/board.c +++ b/arch/arm/boards/virt2real/board.c @@ -2,7 +2,6 @@ * Copyright (C) 2014 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/arch/arm/boards/virt2real/lowlevel.c b/arch/arm/boards/virt2real/lowlevel.c index a72334bb0e..bbde5d8cd7 100644 --- a/arch/arm/boards/virt2real/lowlevel.c +++ b/arch/arm/boards/virt2real/lowlevel.c @@ -2,7 +2,6 @@ * Copyright (C) 2014 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/arch/arm/boards/zylonite/board.c b/arch/arm/boards/zylonite/board.c index bd72cd1992..2f26270571 100644 --- a/arch/arm/boards/zylonite/board.c +++ b/arch/arm/boards/zylonite/board.c @@ -1,9 +1,6 @@ /* * (C) 2014 Robert Jarzmik * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/boards/zylonite/zylonite.h b/arch/arm/boards/zylonite/zylonite.h index d39ab72d3d..4a0fb90fe9 100644 --- a/arch/arm/boards/zylonite/zylonite.h +++ b/arch/arm/boards/zylonite/zylonite.h @@ -1,9 +1,6 @@ /* * (C) 2011 Robert Jarzmik * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/cpu/common.c b/arch/arm/cpu/common.c index c7d1709b8b..bc5d9b5882 100644 --- a/arch/arm/cpu/common.c +++ b/arch/arm/cpu/common.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2010 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/cpu/cpu.c b/arch/arm/cpu/cpu.c index c5daf6c60e..0db852b33d 100644 --- a/arch/arm/cpu/cpu.c +++ b/arch/arm/cpu/cpu.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/cpu/cpuinfo.c b/arch/arm/cpu/cpuinfo.c index ff6e1eb87b..dd67b51ac2 100644 --- a/arch/arm/cpu/cpuinfo.c +++ b/arch/arm/cpu/cpuinfo.c @@ -3,9 +3,6 @@ * * Copyright (c) 2009 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/cpu/dtb.c b/arch/arm/cpu/dtb.c index c43474e63b..1d126a827d 100644 --- a/arch/arm/cpu/dtb.c +++ b/arch/arm/cpu/dtb.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2013 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/cpu/interrupts.c b/arch/arm/cpu/interrupts.c index b9b91f3153..703a5a3ba7 100644 --- a/arch/arm/cpu/interrupts.c +++ b/arch/arm/cpu/interrupts.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/cpu/interrupts_64.c b/arch/arm/cpu/interrupts_64.c index baccf47808..f462835ffd 100644 --- a/arch/arm/cpu/interrupts_64.c +++ b/arch/arm/cpu/interrupts_64.c @@ -3,9 +3,6 @@ * * Copyright (c) 2018 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/cpu/mmu.c b/arch/arm/cpu/mmu.c index 1f97c28ec6..2aa53229b3 100644 --- a/arch/arm/cpu/mmu.c +++ b/arch/arm/cpu/mmu.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2009-2013 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/cpu/mmu_64.c b/arch/arm/cpu/mmu_64.c index 14d955cd96..8324cedb25 100644 --- a/arch/arm/cpu/mmu_64.c +++ b/arch/arm/cpu/mmu_64.c @@ -2,9 +2,6 @@ * Copyright (c) 2009-2013 Sascha Hauer , Pengutronix * Copyright (c) 2016 Raphaël Poggi * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/cpu/mmuinfo.c b/arch/arm/cpu/mmuinfo.c index c7ec76cf7a..1db6eb3869 100644 --- a/arch/arm/cpu/mmuinfo.c +++ b/arch/arm/cpu/mmuinfo.c @@ -3,9 +3,6 @@ * * Copyright (c) Jan Luebbe , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/cpu/start.c b/arch/arm/cpu/start.c index d99dd147b0..2cf21459da 100644 --- a/arch/arm/cpu/start.c +++ b/arch/arm/cpu/start.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2010 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/cpu/uncompress.c b/arch/arm/cpu/uncompress.c index 88d073ebdd..3eb0132d53 100644 --- a/arch/arm/cpu/uncompress.c +++ b/arch/arm/cpu/uncompress.c @@ -4,9 +4,6 @@ * Copyright (c) 2010-2013 Sascha Hauer , Pengutronix * Copyright (c) 2012 Jean-Christophe PLAGNIOL-VILLARD * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/include/asm/barebox-arm.h b/arch/arm/include/asm/barebox-arm.h index 599852d644..9277b84a19 100644 --- a/arch/arm/include/asm/barebox-arm.h +++ b/arch/arm/include/asm/barebox-arm.h @@ -7,9 +7,6 @@ * Sysgo Real-Time Solutions, GmbH * Alex Zuepke * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/lib/pbl.lds.S b/arch/arm/lib/pbl.lds.S index b593d0329a..55ff4e1f7e 100644 --- a/arch/arm/lib/pbl.lds.S +++ b/arch/arm/lib/pbl.lds.S @@ -1,9 +1,6 @@ /* * (C) Copyright 2012 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/lib32/barebox.lds.S b/arch/arm/lib32/barebox.lds.S index c479e02e91..ed279279a2 100644 --- a/arch/arm/lib32/barebox.lds.S +++ b/arch/arm/lib32/barebox.lds.S @@ -2,9 +2,6 @@ * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/lib32/div0.c b/arch/arm/lib32/div0.c index 852cb72331..46f6452419 100644 --- a/arch/arm/lib32/div0.c +++ b/arch/arm/lib32/div0.c @@ -2,9 +2,6 @@ * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/lib64/barebox.lds.S b/arch/arm/lib64/barebox.lds.S index cf6ef18895..8ae7bfb71c 100644 --- a/arch/arm/lib64/barebox.lds.S +++ b/arch/arm/lib64/barebox.lds.S @@ -2,9 +2,6 @@ * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/lib64/div0.c b/arch/arm/lib64/div0.c index 852cb72331..46f6452419 100644 --- a/arch/arm/lib64/div0.c +++ b/arch/arm/lib64/div0.c @@ -2,9 +2,6 @@ * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-at91/at91rm9200_time.c b/arch/arm/mach-at91/at91rm9200_time.c index 63975071f1..975cd956c9 100644 --- a/arch/arm/mach-at91/at91rm9200_time.c +++ b/arch/arm/mach-at91/at91rm9200_time.c @@ -10,9 +10,6 @@ * (C) Copyright 2002 * Gary Jennejohn, DENX Software Engineering, * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-bcm283x/include/mach/debug_ll.h b/arch/arm/mach-bcm283x/include/mach/debug_ll.h index 99c59d011b..4bfa5abc7c 100644 --- a/arch/arm/mach-bcm283x/include/mach/debug_ll.h +++ b/arch/arm/mach-bcm283x/include/mach/debug_ll.h @@ -2,7 +2,6 @@ * Copyright (C) 2014 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/arch/arm/mach-davinci/include/mach/debug_ll.h b/arch/arm/mach-davinci/include/mach/debug_ll.h index 587f408cf8..d509e849f3 100644 --- a/arch/arm/mach-davinci/include/mach/debug_ll.h +++ b/arch/arm/mach-davinci/include/mach/debug_ll.h @@ -2,7 +2,6 @@ * Copyright (C) 2014 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/arch/arm/mach-digic/include/mach/debug_ll.h b/arch/arm/mach-digic/include/mach/debug_ll.h index 721fd444c2..3b17100dae 100644 --- a/arch/arm/mach-digic/include/mach/debug_ll.h +++ b/arch/arm/mach-digic/include/mach/debug_ll.h @@ -2,7 +2,6 @@ * Copyright (C) 2013, 2014 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/arch/arm/mach-digic/include/mach/digic4.h b/arch/arm/mach-digic/include/mach/digic4.h index ffc7979a9c..54a897f828 100644 --- a/arch/arm/mach-digic/include/mach/digic4.h +++ b/arch/arm/mach-digic/include/mach/digic4.h @@ -2,7 +2,6 @@ * Copyright (C) 2013 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/arch/arm/mach-digic/include/mach/uart.h b/arch/arm/mach-digic/include/mach/uart.h index 043f7cd0e9..481c3c62c7 100644 --- a/arch/arm/mach-digic/include/mach/uart.h +++ b/arch/arm/mach-digic/include/mach/uart.h @@ -2,7 +2,6 @@ * Copyright (C) 2013 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/arch/arm/mach-ep93xx/clocksource.c b/arch/arm/mach-ep93xx/clocksource.c index 83c05cea00..4fdcc36b1c 100644 --- a/arch/arm/mach-ep93xx/clocksource.c +++ b/arch/arm/mach-ep93xx/clocksource.c @@ -1,9 +1,6 @@ /* * Copyright (C) 2009 Matthias Kaehlcke * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h b/arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h index 544f7f920b..f1d3076045 100644 --- a/arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h +++ b/arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h @@ -16,8 +16,6 @@ * Copyright (C) 2003 Cirrus Logic, Inc * Copyright (C) 1999 ARM Limited. * - * See file CREDITS for list of people who contributed to this project. - * * 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 diff --git a/arch/arm/mach-ep93xx/led.c b/arch/arm/mach-ep93xx/led.c index 47e24cd6ed..cbd035b64c 100644 --- a/arch/arm/mach-ep93xx/led.c +++ b/arch/arm/mach-ep93xx/led.c @@ -1,9 +1,6 @@ /* * Copyright (C) 2009 Matthias Kaehlcke * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-ep93xx/led.h b/arch/arm/mach-ep93xx/led.h index b7b082fc11..7ac907effa 100644 --- a/arch/arm/mach-ep93xx/led.h +++ b/arch/arm/mach-ep93xx/led.h @@ -1,9 +1,6 @@ /* * Copyright (C) 2009 Matthias Kaehlcke * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-ep93xx/lowlevel_init.S b/arch/arm/mach-ep93xx/lowlevel_init.S index 707924606b..8b0ce3792a 100644 --- a/arch/arm/mach-ep93xx/lowlevel_init.S +++ b/arch/arm/mach-ep93xx/lowlevel_init.S @@ -5,9 +5,6 @@ * * Copyright (C) 2006 Dominic Rath * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-imx/esdctl-v4.c b/arch/arm/mach-imx/esdctl-v4.c index b32f56d622..d9f6e919a1 100644 --- a/arch/arm/mach-imx/esdctl-v4.c +++ b/arch/arm/mach-imx/esdctl-v4.c @@ -3,9 +3,6 @@ * * Copyright (c) 2012 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/mach-imx/esdctl.c b/arch/arm/mach-imx/esdctl.c index 25e7c83ad9..5d595addb8 100644 --- a/arch/arm/mach-imx/esdctl.c +++ b/arch/arm/mach-imx/esdctl.c @@ -3,9 +3,6 @@ * * Copyright (c) 2012 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/mach-imx/imx-bbu-external-nand.c b/arch/arm/mach-imx/imx-bbu-external-nand.c index fa43d2e8dc..8aa4f152a1 100644 --- a/arch/arm/mach-imx/imx-bbu-external-nand.c +++ b/arch/arm/mach-imx/imx-bbu-external-nand.c @@ -4,9 +4,6 @@ * * Copyright (c) 2013 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/mach-imx/imx-bbu-internal.c b/arch/arm/mach-imx/imx-bbu-internal.c index f6f66364c0..a922470988 100644 --- a/arch/arm/mach-imx/imx-bbu-internal.c +++ b/arch/arm/mach-imx/imx-bbu-internal.c @@ -3,9 +3,6 @@ * * Copyright (c) 2012 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/mach-imx/include/mach/iim.h b/arch/arm/mach-imx/include/mach/iim.h index 2161809d4d..cc89b0d109 100644 --- a/arch/arm/mach-imx/include/mach/iim.h +++ b/arch/arm/mach-imx/include/mach/iim.h @@ -1,9 +1,6 @@ /* * (c) 2009 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-imx/include/mach/imx25-regs.h b/arch/arm/mach-imx/include/mach/imx25-regs.h index 5974897a16..a5754c57db 100644 --- a/arch/arm/mach-imx/include/mach/imx25-regs.h +++ b/arch/arm/mach-imx/include/mach/imx25-regs.h @@ -1,9 +1,6 @@ /* * (c) 2009 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-imx/include/mach/imx31-regs.h b/arch/arm/mach-imx/include/mach/imx31-regs.h index e491328694..3d6c91c503 100644 --- a/arch/arm/mach-imx/include/mach/imx31-regs.h +++ b/arch/arm/mach-imx/include/mach/imx31-regs.h @@ -1,9 +1,6 @@ /* * (c) 2007 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-imx/include/mach/imx35-regs.h b/arch/arm/mach-imx/include/mach/imx35-regs.h index 48bf64386a..0a3f9273c7 100644 --- a/arch/arm/mach-imx/include/mach/imx35-regs.h +++ b/arch/arm/mach-imx/include/mach/imx35-regs.h @@ -1,9 +1,6 @@ /* * (c) 2009 Pengutronix, Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-omap/auxcr.S b/arch/arm/mach-omap/auxcr.S index aaac0f2130..37c9cc7fd3 100644 --- a/arch/arm/mach-omap/auxcr.S +++ b/arch/arm/mach-omap/auxcr.S @@ -1,9 +1,6 @@ /* * Copyright (c) 2012 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/mach-omap/include/mach/omap4-mux.h b/arch/arm/mach-omap/include/mach/omap4-mux.h index db92a61bcc..8ef9ae0847 100644 --- a/arch/arm/mach-omap/include/mach/omap4-mux.h +++ b/arch/arm/mach-omap/include/mach/omap4-mux.h @@ -5,9 +5,6 @@ * Aneesh V * Balaji Krishnamoorthy * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-omap/include/mach/omap4-silicon.h b/arch/arm/mach-omap/include/mach/omap4-silicon.h index 202da93d76..b9f6119894 100644 --- a/arch/arm/mach-omap/include/mach/omap4-silicon.h +++ b/arch/arm/mach-omap/include/mach/omap4-silicon.h @@ -9,9 +9,6 @@ * Richard Woodruff * Syed Mohammed Khasim * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-omap/include/mach/sdrc.h b/arch/arm/mach-omap/include/mach/sdrc.h index 434f119004..1cccbc63e2 100644 --- a/arch/arm/mach-omap/include/mach/sdrc.h +++ b/arch/arm/mach-omap/include/mach/sdrc.h @@ -7,9 +7,6 @@ * (C) Copyright 2006-2008 * Texas Instruments, * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-omap/omap3_xload_usb.c b/arch/arm/mach-omap/omap3_xload_usb.c index e7dc21e4a7..ac6a434643 100644 --- a/arch/arm/mach-omap/omap3_xload_usb.c +++ b/arch/arm/mach-omap/omap3_xload_usb.c @@ -5,9 +5,6 @@ * * Copyright (C) 2011 Rick Bronson * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/arm/mach-pxa/clocksource.c b/arch/arm/mach-pxa/clocksource.c index 5a890acb3c..ebfe6f1c33 100644 --- a/arch/arm/mach-pxa/clocksource.c +++ b/arch/arm/mach-pxa/clocksource.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2009 Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-pxa/common.c b/arch/arm/mach-pxa/common.c index f2648f4687..106ca3020e 100644 --- a/arch/arm/mach-pxa/common.c +++ b/arch/arm/mach-pxa/common.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2009 Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-pxa/devices.c b/arch/arm/mach-pxa/devices.c index b6ac0ba621..16f45273af 100644 --- a/arch/arm/mach-pxa/devices.c +++ b/arch/arm/mach-pxa/devices.c @@ -1,9 +1,6 @@ /* * (C) 2011 Robert Jarzmik * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-pxa/include/mach/devices.h b/arch/arm/mach-pxa/include/mach/devices.h index 8390153864..0f2e38dbae 100644 --- a/arch/arm/mach-pxa/include/mach/devices.h +++ b/arch/arm/mach-pxa/include/mach/devices.h @@ -1,9 +1,6 @@ /* * (C) 2011 Robert Jarzmik * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-samsung/clocks-s3c24xx.c b/arch/arm/mach-samsung/clocks-s3c24xx.c index 34b38f345c..a2dd869672 100644 --- a/arch/arm/mach-samsung/clocks-s3c24xx.c +++ b/arch/arm/mach-samsung/clocks-s3c24xx.c @@ -1,7 +1,4 @@ /* - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-samsung/generic.c b/arch/arm/mach-samsung/generic.c index 4f13fce13b..de38d47e21 100644 --- a/arch/arm/mach-samsung/generic.c +++ b/arch/arm/mach-samsung/generic.c @@ -1,7 +1,4 @@ /* - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-samsung/include/mach/s3c-clocks.h b/arch/arm/mach-samsung/include/mach/s3c-clocks.h index 0c9ee04e76..ef7900285c 100644 --- a/arch/arm/mach-samsung/include/mach/s3c-clocks.h +++ b/arch/arm/mach-samsung/include/mach/s3c-clocks.h @@ -1,7 +1,4 @@ /* - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-samsung/include/mach/s3c-iomap.h b/arch/arm/mach-samsung/include/mach/s3c-iomap.h index 1ecf0ef640..67fb18e5b2 100644 --- a/arch/arm/mach-samsung/include/mach/s3c-iomap.h +++ b/arch/arm/mach-samsung/include/mach/s3c-iomap.h @@ -1,7 +1,4 @@ /* - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-samsung/include/mach/s3c-mci.h b/arch/arm/mach-samsung/include/mach/s3c-mci.h index 58ade56f9a..d3ffb5e637 100644 --- a/arch/arm/mach-samsung/include/mach/s3c-mci.h +++ b/arch/arm/mach-samsung/include/mach/s3c-mci.h @@ -8,9 +8,6 @@ * * Based (loosely) on the Linux code * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-samsung/mem-s3c24x0.c b/arch/arm/mach-samsung/mem-s3c24x0.c index bf65150cab..8d20f6d102 100644 --- a/arch/arm/mach-samsung/mem-s3c24x0.c +++ b/arch/arm/mach-samsung/mem-s3c24x0.c @@ -1,7 +1,4 @@ /* - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-samsung/s3c-timer.c b/arch/arm/mach-samsung/s3c-timer.c index b5118fa4f8..6f38df3958 100644 --- a/arch/arm/mach-samsung/s3c-timer.c +++ b/arch/arm/mach-samsung/s3c-timer.c @@ -1,7 +1,4 @@ /* - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/arm/mach-tegra/include/mach/debug_ll.h b/arch/arm/mach-tegra/include/mach/debug_ll.h index 290ad5806f..86218df63e 100644 --- a/arch/arm/mach-tegra/include/mach/debug_ll.h +++ b/arch/arm/mach-tegra/include/mach/debug_ll.h @@ -2,7 +2,6 @@ * Copyright (C) 2011 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/arch/arm/mach-uemd/include/mach/debug_ll.h b/arch/arm/mach-uemd/include/mach/debug_ll.h index ce182446b0..a565b67275 100644 --- a/arch/arm/mach-uemd/include/mach/debug_ll.h +++ b/arch/arm/mach-uemd/include/mach/debug_ll.h @@ -2,7 +2,6 @@ * Copyright (C) 2014 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/arch/nios2/cpu/cpu.c b/arch/nios2/cpu/cpu.c index 77fde6be41..62bcf40f63 100644 --- a/arch/nios2/cpu/cpu.c +++ b/arch/nios2/cpu/cpu.c @@ -2,9 +2,6 @@ * (C) Copyright 2004, Psyent Corporation * Scott McNutt * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/nios2/cpu/exceptions.S b/arch/nios2/cpu/exceptions.S index 963f44e3a7..8806f5cebf 100644 --- a/arch/nios2/cpu/exceptions.S +++ b/arch/nios2/cpu/exceptions.S @@ -2,9 +2,6 @@ * (C) Copyright 2004, Psyent Corporation * Scott McNutt * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/nios2/cpu/start.S b/arch/nios2/cpu/start.S index 41f65ff70d..d770b0014d 100644 --- a/arch/nios2/cpu/start.S +++ b/arch/nios2/cpu/start.S @@ -2,9 +2,6 @@ * (C) Copyright 2004, Psyent Corporation * Scott McNutt * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/nios2/cpu/traps.c b/arch/nios2/cpu/traps.c index 1b7d26c8ae..484d007090 100644 --- a/arch/nios2/cpu/traps.c +++ b/arch/nios2/cpu/traps.c @@ -2,9 +2,6 @@ * (C) Copyright 2004, Psyent Corporation * Scott McNutt * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/nios2/include/asm/io.h b/arch/nios2/include/asm/io.h index 59eea73ac2..360d786ea0 100644 --- a/arch/nios2/include/asm/io.h +++ b/arch/nios2/include/asm/io.h @@ -2,9 +2,6 @@ * (C) Copyright 2004, Psyent Corporation * Scott McNutt * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/nios2/include/asm/nios2-io.h b/arch/nios2/include/asm/nios2-io.h index cc8a9453e3..6511548a55 100644 --- a/arch/nios2/include/asm/nios2-io.h +++ b/arch/nios2/include/asm/nios2-io.h @@ -2,9 +2,6 @@ * (C) Copyright 2004, Psyent Corporation * Scott McNutt * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/nios2/include/asm/nios2.h b/arch/nios2/include/asm/nios2.h index a2d8e22140..67e3177bad 100644 --- a/arch/nios2/include/asm/nios2.h +++ b/arch/nios2/include/asm/nios2.h @@ -2,9 +2,6 @@ * (C) Copyright 2004, Psyent Corporation * Scott McNutt * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/nios2/include/asm/opcodes.h b/arch/nios2/include/asm/opcodes.h index 21792dc7ec..dc186e3a00 100644 --- a/arch/nios2/include/asm/opcodes.h +++ b/arch/nios2/include/asm/opcodes.h @@ -2,9 +2,6 @@ * (C) Copyright 2004, Psyent Corporation * Scott McNutt * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/nios2/include/asm/ptrace.h b/arch/nios2/include/asm/ptrace.h index b0b47cbe09..a0b137152b 100644 --- a/arch/nios2/include/asm/ptrace.h +++ b/arch/nios2/include/asm/ptrace.h @@ -2,9 +2,6 @@ * (C) Copyright 2004, Psyent Corporation * Scott McNutt * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/nios2/include/asm/string.h b/arch/nios2/include/asm/string.h index 28acf0fc0a..c1b74990dc 100644 --- a/arch/nios2/include/asm/string.h +++ b/arch/nios2/include/asm/string.h @@ -2,9 +2,6 @@ * (C) Copyright 2004, Psyent Corporation * Scott McNutt * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/nios2/include/asm/system.h b/arch/nios2/include/asm/system.h index 0f870d8456..63f14f50db 100644 --- a/arch/nios2/include/asm/system.h +++ b/arch/nios2/include/asm/system.h @@ -2,9 +2,6 @@ * (C) Copyright 2004, Psyent Corporation * Scott McNutt * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/nios2/lib/board.c b/arch/nios2/lib/board.c index 537675c5d4..0ca79f0f60 100644 --- a/arch/nios2/lib/board.c +++ b/arch/nios2/lib/board.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2011 - Franck JULLIEN * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/nios2/lib/bootm.c b/arch/nios2/lib/bootm.c index 34908bde33..2293cb1691 100644 --- a/arch/nios2/lib/bootm.c +++ b/arch/nios2/lib/bootm.c @@ -6,9 +6,6 @@ * (C) Copyright 2003, Psyent Corporation * Scott McNutt * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/nios2/lib/clock.c b/arch/nios2/lib/clock.c index 28aed022cc..cfd896077d 100644 --- a/arch/nios2/lib/clock.c +++ b/arch/nios2/lib/clock.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2011 - Franck JULLIEN * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/nios2/lib/early_printf.c b/arch/nios2/lib/early_printf.c index 0e3ace9933..7b4ac97dcd 100644 --- a/arch/nios2/lib/early_printf.c +++ b/arch/nios2/lib/early_printf.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2011 - Franck JULLIEN * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/openrisc/cpu/cpu.c b/arch/openrisc/cpu/cpu.c index cae42d41b8..8afd22bdea 100644 --- a/arch/openrisc/cpu/cpu.c +++ b/arch/openrisc/cpu/cpu.c @@ -2,9 +2,6 @@ * (C) Copyright 2011, Stefan Kristiansson * (C) Copyright 2011, Julius Baxter * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/openrisc/lib/board.c b/arch/openrisc/lib/board.c index 25bcc0517b..67ea96fc02 100644 --- a/arch/openrisc/lib/board.c +++ b/arch/openrisc/lib/board.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2011 - Franck JULLIEN * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/openrisc/lib/clock.c b/arch/openrisc/lib/clock.c index a171214a53..5ff978e841 100644 --- a/arch/openrisc/lib/clock.c +++ b/arch/openrisc/lib/clock.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2011 - Franck JULLIEN * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/openrisc/lib/cpuinfo.c b/arch/openrisc/lib/cpuinfo.c index 175adc582c..4c52a65421 100644 --- a/arch/openrisc/lib/cpuinfo.c +++ b/arch/openrisc/lib/cpuinfo.c @@ -2,9 +2,6 @@ * (C) Copyright 2011, Stefan Kristiansson * (C) Copyright 2011, Julius Baxter * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/openrisc/lib/dtb.c b/arch/openrisc/lib/dtb.c index 04bb6d25cc..2dd8e4e014 100644 --- a/arch/openrisc/lib/dtb.c +++ b/arch/openrisc/lib/dtb.c @@ -4,9 +4,6 @@ * Based on arch/arm/cpu/dtb.c: * Copyright (C) 2013 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/ppc/boards/freescale-p1022ds/law.c b/arch/ppc/boards/freescale-p1022ds/law.c index 167937a05a..79cc20dd6e 100644 --- a/arch/ppc/boards/freescale-p1022ds/law.c +++ b/arch/ppc/boards/freescale-p1022ds/law.c @@ -1,9 +1,6 @@ /* * Copyright 2009-2010 Freescale Semiconductor, Inc. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/boards/freescale-p2020rdb/config.h b/arch/ppc/boards/freescale-p2020rdb/config.h index e607ee7b46..0d3e095016 100644 --- a/arch/ppc/boards/freescale-p2020rdb/config.h +++ b/arch/ppc/boards/freescale-p2020rdb/config.h @@ -2,9 +2,6 @@ * Copyright 2012 GE Intelligent Platforms, Inc. * Copyright 2009-2011 Freescale Semiconductor, Inc. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/boards/freescale-p2020rdb/law.c b/arch/ppc/boards/freescale-p2020rdb/law.c index 420a69eeec..e76b9cb0f5 100644 --- a/arch/ppc/boards/freescale-p2020rdb/law.c +++ b/arch/ppc/boards/freescale-p2020rdb/law.c @@ -1,9 +1,6 @@ /* * Copyright 2009-2010 Freescale Semiconductor, Inc. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/boards/freescale-p2020rdb/p2020rdb.c b/arch/ppc/boards/freescale-p2020rdb/p2020rdb.c index 555976578e..cfbcc61e35 100644 --- a/arch/ppc/boards/freescale-p2020rdb/p2020rdb.c +++ b/arch/ppc/boards/freescale-p2020rdb/p2020rdb.c @@ -2,9 +2,6 @@ * Copyright 2012 GE Intelligent Platforms, Inc. * Copyright 2009-2011 Freescale Semiconductor, Inc. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/boards/freescale-p2020rdb/tlb.c b/arch/ppc/boards/freescale-p2020rdb/tlb.c index 9853673ff2..e5b1789b28 100644 --- a/arch/ppc/boards/freescale-p2020rdb/tlb.c +++ b/arch/ppc/boards/freescale-p2020rdb/tlb.c @@ -1,9 +1,6 @@ /* * Copyright 2011 Freescale Semiconductor, Inc. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/boards/pcm030/barebox.lds.S b/arch/ppc/boards/pcm030/barebox.lds.S index 6c91ed6256..4bf0bc0592 100644 --- a/arch/ppc/boards/pcm030/barebox.lds.S +++ b/arch/ppc/boards/pcm030/barebox.lds.S @@ -2,9 +2,6 @@ * (C) Copyright 2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/boards/pcm030/config.h b/arch/ppc/boards/pcm030/config.h index 3fe1f286d9..24cf9dc4ff 100644 --- a/arch/ppc/boards/pcm030/config.h +++ b/arch/ppc/boards/pcm030/config.h @@ -5,9 +5,6 @@ * (C) Copyright 2006 * Eric Schumann, Phytec Messatechnik GmbH * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/boards/pcm030/mt46v32m16-75.h b/arch/ppc/boards/pcm030/mt46v32m16-75.h index 60ea09eebc..5509a11f52 100644 --- a/arch/ppc/boards/pcm030/mt46v32m16-75.h +++ b/arch/ppc/boards/pcm030/mt46v32m16-75.h @@ -5,9 +5,6 @@ * Eric Schumann, Phytec Messtechnik * adapted for mt46v32m16-75 DDR-RAM * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/boards/pcm030/pcm030.c b/arch/ppc/boards/pcm030/pcm030.c index 05c1ce9ca8..330d29868e 100644 --- a/arch/ppc/boards/pcm030/pcm030.c +++ b/arch/ppc/boards/pcm030/pcm030.c @@ -8,9 +8,6 @@ * (C) Copyright 2006 * Eric Schumann, Phytec Messtechnik GmbH * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/cpu-85xx/fixed_ivor.S b/arch/ppc/cpu-85xx/fixed_ivor.S index 0674c3fc14..2cdb8d414e 100644 --- a/arch/ppc/cpu-85xx/fixed_ivor.S +++ b/arch/ppc/cpu-85xx/fixed_ivor.S @@ -3,9 +3,6 @@ * * Kumar Gala * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/cpu-85xx/tlb.c b/arch/ppc/cpu-85xx/tlb.c index 3a5b413627..2c59806ec2 100644 --- a/arch/ppc/cpu-85xx/tlb.c +++ b/arch/ppc/cpu-85xx/tlb.c @@ -6,9 +6,6 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/cpu-85xx/traps.c b/arch/ppc/cpu-85xx/traps.c index f8e5e42290..0a8862191f 100644 --- a/arch/ppc/cpu-85xx/traps.c +++ b/arch/ppc/cpu-85xx/traps.c @@ -13,9 +13,6 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/include/asm/fsl_lbc.h b/arch/ppc/include/asm/fsl_lbc.h index 27d194ee74..cde0864378 100644 --- a/arch/ppc/include/asm/fsl_lbc.h +++ b/arch/ppc/include/asm/fsl_lbc.h @@ -2,9 +2,6 @@ * Copyright 2012 GE Intelligent Platforms, Inc. * Copyright (C) 2004-2008,2010-2011 Freescale Semiconductor, Inc. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/include/asm/ppc_asm.tmpl b/arch/ppc/include/asm/ppc_asm.tmpl index 60c6caf53c..f4cb84f12c 100644 --- a/arch/ppc/include/asm/ppc_asm.tmpl +++ b/arch/ppc/include/asm/ppc_asm.tmpl @@ -2,9 +2,6 @@ * (C) Copyright 2000-2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/include/asm/ppc_defs.h b/arch/ppc/include/asm/ppc_defs.h index fcdb38d4fd..66875fd84b 100644 --- a/arch/ppc/include/asm/ppc_defs.h +++ b/arch/ppc/include/asm/ppc_defs.h @@ -2,9 +2,6 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/lib/bat_rw.c b/arch/ppc/lib/bat_rw.c index 3e8882eaf4..bffa504aea 100644 --- a/arch/ppc/lib/bat_rw.c +++ b/arch/ppc/lib/bat_rw.c @@ -2,9 +2,6 @@ * (C) Copyright 2002 * Rich Ireland, Enterasys Networks, rireland@enterasys.com. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/lib/board.c b/arch/ppc/lib/board.c index 3f13db9218..9031b37ada 100644 --- a/arch/ppc/lib/board.c +++ b/arch/ppc/lib/board.c @@ -2,9 +2,6 @@ * (C) Copyright 2000-2006 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/lib/extable.c b/arch/ppc/lib/extable.c index 1e9ad1e63c..e7adffa4e0 100644 --- a/arch/ppc/lib/extable.c +++ b/arch/ppc/lib/extable.c @@ -4,9 +4,6 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/lib/reloc.S b/arch/ppc/lib/reloc.S index 7ef2ea3340..ad598e6f82 100644 --- a/arch/ppc/lib/reloc.S +++ b/arch/ppc/lib/reloc.S @@ -1,9 +1,6 @@ /* * Copyright (C) 2009 Wolfgang Denk * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/lib/ticks.S b/arch/ppc/lib/ticks.S index a41fe8b781..e923f17b63 100644 --- a/arch/ppc/lib/ticks.S +++ b/arch/ppc/lib/ticks.S @@ -4,9 +4,6 @@ * base on code by * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc5xxx/cpu.c b/arch/ppc/mach-mpc5xxx/cpu.c index ab58967aa4..a85e1667bc 100644 --- a/arch/ppc/mach-mpc5xxx/cpu.c +++ b/arch/ppc/mach-mpc5xxx/cpu.c @@ -2,9 +2,6 @@ * (C) Copyright 2000-2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc5xxx/cpu_init.c b/arch/ppc/mach-mpc5xxx/cpu_init.c index 1dae6c1e46..949e49f871 100644 --- a/arch/ppc/mach-mpc5xxx/cpu_init.c +++ b/arch/ppc/mach-mpc5xxx/cpu_init.c @@ -2,9 +2,6 @@ * (C) Copyright 2000-2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h b/arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h index f2cae9097d..9921cbd675 100644 --- a/arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h +++ b/arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h @@ -9,9 +9,6 @@ * * 2003 (C) Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc5xxx/io.S b/arch/ppc/mach-mpc5xxx/io.S index 3ea9b3f0fc..871d65ae38 100644 --- a/arch/ppc/mach-mpc5xxx/io.S +++ b/arch/ppc/mach-mpc5xxx/io.S @@ -5,9 +5,6 @@ * Andreas Heppel * Copyright (C) 2003 Wolfgang Denk * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc5xxx/pci_mpc5200.c b/arch/ppc/mach-mpc5xxx/pci_mpc5200.c index 99fa970dd0..a3d62a168d 100644 --- a/arch/ppc/mach-mpc5xxx/pci_mpc5200.c +++ b/arch/ppc/mach-mpc5xxx/pci_mpc5200.c @@ -2,9 +2,6 @@ * (C) Copyright 2000-2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc5xxx/speed.c b/arch/ppc/mach-mpc5xxx/speed.c index 76a3019637..0cec9522e5 100644 --- a/arch/ppc/mach-mpc5xxx/speed.c +++ b/arch/ppc/mach-mpc5xxx/speed.c @@ -2,9 +2,6 @@ * (C) Copyright 2000-2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc5xxx/start.S b/arch/ppc/mach-mpc5xxx/start.S index 291f6250a5..31648a6529 100644 --- a/arch/ppc/mach-mpc5xxx/start.S +++ b/arch/ppc/mach-mpc5xxx/start.S @@ -3,9 +3,6 @@ * Copyright (C) 1999 Magnus Damm * Copyright (C) 2000 - 2003 Wolfgang Denk * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc5xxx/time.c b/arch/ppc/mach-mpc5xxx/time.c index aaa4573f6f..d1864673bd 100644 --- a/arch/ppc/mach-mpc5xxx/time.c +++ b/arch/ppc/mach-mpc5xxx/time.c @@ -2,9 +2,6 @@ * (C) Copyright 2000, 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc5xxx/traps.c b/arch/ppc/mach-mpc5xxx/traps.c index 8441da2108..501a76252c 100644 --- a/arch/ppc/mach-mpc5xxx/traps.c +++ b/arch/ppc/mach-mpc5xxx/traps.c @@ -10,9 +10,6 @@ * (C) Copyright 2000-2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc85xx/cpu.c b/arch/ppc/mach-mpc85xx/cpu.c index 42464e810c..7c8a59edc9 100644 --- a/arch/ppc/mach-mpc85xx/cpu.c +++ b/arch/ppc/mach-mpc85xx/cpu.c @@ -7,9 +7,6 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc85xx/cpu_init.c b/arch/ppc/mach-mpc85xx/cpu_init.c index 003a5f15b4..4e13404aff 100644 --- a/arch/ppc/mach-mpc85xx/cpu_init.c +++ b/arch/ppc/mach-mpc85xx/cpu_init.c @@ -9,9 +9,6 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc85xx/cpuid.c b/arch/ppc/mach-mpc85xx/cpuid.c index 1f54a2b1c9..ae82e3fd3f 100644 --- a/arch/ppc/mach-mpc85xx/cpuid.c +++ b/arch/ppc/mach-mpc85xx/cpuid.c @@ -4,8 +4,6 @@ * This file is derived from arch/powerpc/cpu/mpc85xx/cpu.c and * arch/powerpc/cpu/mpc86xx/cpu.c. Basically this file contains * cpu specific common code for 85xx/86xx processors. - * See file CREDITS for list of people who contributed to this - * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/arch/ppc/mach-mpc85xx/eth-devices.c b/arch/ppc/mach-mpc85xx/eth-devices.c index ea5caff0c2..b1e830a37b 100644 --- a/arch/ppc/mach-mpc85xx/eth-devices.c +++ b/arch/ppc/mach-mpc85xx/eth-devices.c @@ -1,9 +1,6 @@ /* * Copyright 2012 GE Intelligent Platforms, Inc * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc85xx/fdt.c b/arch/ppc/mach-mpc85xx/fdt.c index 1a2d780737..de0114ad64 100644 --- a/arch/ppc/mach-mpc85xx/fdt.c +++ b/arch/ppc/mach-mpc85xx/fdt.c @@ -5,9 +5,6 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc85xx/fsl_law.c b/arch/ppc/mach-mpc85xx/fsl_law.c index 38902e3be8..2254c92544 100644 --- a/arch/ppc/mach-mpc85xx/fsl_law.c +++ b/arch/ppc/mach-mpc85xx/fsl_law.c @@ -6,9 +6,6 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc85xx/include/mach/early_udelay.h b/arch/ppc/mach-mpc85xx/include/mach/early_udelay.h index b8dc501251..12020dd96d 100644 --- a/arch/ppc/mach-mpc85xx/include/mach/early_udelay.h +++ b/arch/ppc/mach-mpc85xx/include/mach/early_udelay.h @@ -3,9 +3,6 @@ * * Copyright (C) 2009 Matthias Kaehlcke * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc85xx/include/mach/immap_85xx.h b/arch/ppc/mach-mpc85xx/include/mach/immap_85xx.h index abcdb5c1e0..d348f86dac 100644 --- a/arch/ppc/mach-mpc85xx/include/mach/immap_85xx.h +++ b/arch/ppc/mach-mpc85xx/include/mach/immap_85xx.h @@ -6,9 +6,6 @@ * Copyright(c) 2002,2003 Motorola Inc. * Xianghua Xiao (x.xiao@motorola.com) * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc85xx/speed.c b/arch/ppc/mach-mpc85xx/speed.c index 610949443c..7f3cfc4dcd 100644 --- a/arch/ppc/mach-mpc85xx/speed.c +++ b/arch/ppc/mach-mpc85xx/speed.c @@ -9,9 +9,6 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/ppc/mach-mpc85xx/time.c b/arch/ppc/mach-mpc85xx/time.c index 9014fce194..f0acd91a1d 100644 --- a/arch/ppc/mach-mpc85xx/time.c +++ b/arch/ppc/mach-mpc85xx/time.c @@ -3,9 +3,6 @@ * (C) Copyright 2000, 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/arch/sandbox/board/board.c b/arch/sandbox/board/board.c index ad2bc910c3..45b7c7deff 100644 --- a/arch/sandbox/board/board.c +++ b/arch/sandbox/board/board.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/sandbox/board/clock.c b/arch/sandbox/board/clock.c index bdea89f002..b005e71633 100644 --- a/arch/sandbox/board/clock.c +++ b/arch/sandbox/board/clock.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/sandbox/board/console.c b/arch/sandbox/board/console.c index 4b251e9087..cea62d57b1 100644 --- a/arch/sandbox/board/console.c +++ b/arch/sandbox/board/console.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/sandbox/board/dtb.c b/arch/sandbox/board/dtb.c index af4a64a9c7..74ecbadf42 100644 --- a/arch/sandbox/board/dtb.c +++ b/arch/sandbox/board/dtb.c @@ -2,9 +2,6 @@ * Copyright (c) 2013 Sascha Hauer , Pengutronix * Copyright (c) 2015 Marc Kleine-Budde , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/sandbox/board/hostfile.c b/arch/sandbox/board/hostfile.c index e5a7580d07..5f0d7e0a4b 100644 --- a/arch/sandbox/board/hostfile.c +++ b/arch/sandbox/board/hostfile.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/sandbox/os/common.c b/arch/sandbox/os/common.c index 3f9cc70770..e67ea14138 100644 --- a/arch/sandbox/os/common.c +++ b/arch/sandbox/os/common.c @@ -4,9 +4,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/sandbox/os/tap.c b/arch/sandbox/os/tap.c index 3a29a4be64..72b7fbb5ac 100644 --- a/arch/sandbox/os/tap.c +++ b/arch/sandbox/os/tap.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/arch/x86/lib/barebox.lds.S b/arch/x86/lib/barebox.lds.S index 71251642dc..bf52ba9a18 100644 --- a/arch/x86/lib/barebox.lds.S +++ b/arch/x86/lib/barebox.lds.S @@ -1,7 +1,4 @@ /* - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/common/bbu.c b/common/bbu.c index 1755615cb5..f284c341b9 100644 --- a/common/bbu.c +++ b/common/bbu.c @@ -3,9 +3,6 @@ * * Copyright (c) 2012 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/block.c b/common/block.c index 39275dc418..c522310dcf 100644 --- a/common/block.c +++ b/common/block.c @@ -3,9 +3,6 @@ * * Copyright (c) 2011 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/bootargs.c b/common/bootargs.c index f0ab689158..97d0e15eaf 100644 --- a/common/bootargs.c +++ b/common/bootargs.c @@ -3,9 +3,6 @@ * * Copyright (c) 2012 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/clock.c b/common/clock.c index 1a4931ca83..17b07abdc1 100644 --- a/common/clock.c +++ b/common/clock.c @@ -7,9 +7,6 @@ * Copyright (C) 2004, 2005 IBM, John Stultz (johnstul@us.ibm.com) * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/command.c b/common/command.c index 49845938ae..c7c0c4c103 100644 --- a/common/command.c +++ b/common/command.c @@ -2,9 +2,6 @@ * (C) Copyright 2000-2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/common/console.c b/common/console.c index e6e029848d..3375ecb7e5 100644 --- a/common/console.c +++ b/common/console.c @@ -2,9 +2,6 @@ * (C) Copyright 2000 * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/common/console_common.c b/common/console_common.c index 6d017538bc..a174c2deed 100644 --- a/common/console_common.c +++ b/common/console_common.c @@ -4,9 +4,6 @@ * (C) Copyright 2000 Paolo Scaffardi, AIRVENT SAM s.p.a - * RIMINI(ITALY), arsenio@tin.it * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/common/console_countdown.c b/common/console_countdown.c index 8d09894c30..74dc382795 100644 --- a/common/console_countdown.c +++ b/common/console_countdown.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/date.c b/common/date.c index 129192e232..1fea02cae0 100644 --- a/common/date.c +++ b/common/date.c @@ -2,9 +2,6 @@ * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/common/efi/efi-image.c b/common/efi/efi-image.c index 9c66c9f882..bd1c58438e 100644 --- a/common/efi/efi-image.c +++ b/common/efi/efi-image.c @@ -3,9 +3,6 @@ * * Copyright (c) 2014 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/efi/efi.c b/common/efi/efi.c index ed81583550..6f55e3970e 100644 --- a/common/efi/efi.c +++ b/common/efi/efi.c @@ -3,9 +3,6 @@ * * Copyright (c) 2014 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/env.c b/common/env.c index 323a82223e..fbaaac4f2f 100644 --- a/common/env.c +++ b/common/env.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/environment.c b/common/environment.c index 005caf45e6..6e58f122ba 100644 --- a/common/environment.c +++ b/common/environment.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/filetype.c b/common/filetype.c index fd6e8e3d1c..799ede96bc 100644 --- a/common/filetype.c +++ b/common/filetype.c @@ -3,9 +3,6 @@ * * Copyright (c) 2011 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/image.c b/common/image.c index 04cd86bf9a..39732c57d7 100644 --- a/common/image.c +++ b/common/image.c @@ -4,9 +4,6 @@ * (C) Copyright 2000-2006 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/common/imd.c b/common/imd.c index 526308effa..62be30040e 100644 --- a/common/imd.c +++ b/common/imd.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2014 Sascha Hauer, Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/common/memory.c b/common/memory.c index 21b2b4f63a..114958fbcf 100644 --- a/common/memory.c +++ b/common/memory.c @@ -3,9 +3,6 @@ * * Copyright (c) 2011 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/memsize.c b/common/memsize.c index ef6381babd..915ab87b34 100644 --- a/common/memsize.c +++ b/common/memsize.c @@ -2,9 +2,6 @@ * (C) Copyright 2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/common/memtest.c b/common/memtest.c index 7b7a9eef5a..09cfa8a347 100644 --- a/common/memtest.c +++ b/common/memtest.c @@ -6,9 +6,6 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/menu.c b/common/menu.c index 31e5c90a0f..089dab8a11 100644 --- a/common/menu.c +++ b/common/menu.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2009-2010 Jean-Christophe PLAGNIOL-VILLARD * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/common/misc.c b/common/misc.c index 9b390dc7ba..1c7f937608 100644 --- a/common/misc.c +++ b/common/misc.c @@ -2,9 +2,6 @@ * (C) Copyright 2000-2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/module.lds.S b/common/module.lds.S index f3dbb12f4a..76f3b6d1bb 100644 --- a/common/module.lds.S +++ b/common/module.lds.S @@ -2,9 +2,6 @@ * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/common/password.c b/common/password.c index 74d328f4b2..a2a9c4cd6c 100644 --- a/common/password.c +++ b/common/password.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2008-2010 Jean-Christophe PLAGNIOL-VILLARD * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/poweroff.c b/common/poweroff.c index 32a78280d3..4ce04d158f 100644 --- a/common/poweroff.c +++ b/common/poweroff.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2015 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/ratp/getenv.c b/common/ratp/getenv.c index fdb4b0b282..7b38d2e363 100644 --- a/common/ratp/getenv.c +++ b/common/ratp/getenv.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2018 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/ratp/gpio.c b/common/ratp/gpio.c index d2c527a40c..df413b6a5a 100644 --- a/common/ratp/gpio.c +++ b/common/ratp/gpio.c @@ -2,9 +2,6 @@ * Copyright (c) 2018 Sascha Hauer , Pengutronix * Copyright (c) 2018 Zodiac Inflight Innovations * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/ratp/i2c.c b/common/ratp/i2c.c index 07097c7f4b..c14bbbf9b9 100644 --- a/common/ratp/i2c.c +++ b/common/ratp/i2c.c @@ -2,9 +2,6 @@ * Copyright (c) 2018 Sascha Hauer , Pengutronix * Copyright (c) 2018 Zodiac Inflight Innovations * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/ratp/md.c b/common/ratp/md.c index a25cbf1127..3e258c59a0 100644 --- a/common/ratp/md.c +++ b/common/ratp/md.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2011-2018 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/ratp/mw.c b/common/ratp/mw.c index 772910b39d..8945799f1d 100644 --- a/common/ratp/mw.c +++ b/common/ratp/mw.c @@ -2,9 +2,6 @@ * Copyright (c) 2011-2018 Sascha Hauer , Pengutronix * Copyright (c) 2018 Zodiac Inflight Innovations * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/ratp/ping.c b/common/ratp/ping.c index cc29ea36c6..ff92f8e364 100644 --- a/common/ratp/ping.c +++ b/common/ratp/ping.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2018 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/ratp/ratp.c b/common/ratp/ratp.c index e84ad22167..ca751a30eb 100644 --- a/common/ratp/ratp.c +++ b/common/ratp/ratp.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2015 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/ratp/reset.c b/common/ratp/reset.c index d0229d5d6c..060475169b 100644 --- a/common/ratp/reset.c +++ b/common/ratp/reset.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/resource.c b/common/resource.c index 16430b78eb..62497e7a54 100644 --- a/common/resource.c +++ b/common/resource.c @@ -3,9 +3,6 @@ * * Copyright (c) 2011 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/restart.c b/common/restart.c index 8fd5ffd1a2..b19ae54657 100644 --- a/common/restart.c +++ b/common/restart.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2015 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/common/s_record.c b/common/s_record.c index 36d557f0ae..1806890242 100644 --- a/common/s_record.c +++ b/common/s_record.c @@ -2,9 +2,6 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/common/startup.c b/common/startup.c index 796cd6cc7e..2c3a999e10 100644 --- a/common/startup.c +++ b/common/startup.c @@ -6,9 +6,6 @@ * Sysgo Real-Time Solutions, GmbH * Marius Groeger * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/common/tlsf_malloc.c b/common/tlsf_malloc.c index c8900fc6bb..9cb9ede62c 100644 --- a/common/tlsf_malloc.c +++ b/common/tlsf_malloc.c @@ -4,7 +4,6 @@ * Copyright (C) 2011 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/common/uimage.c b/common/uimage.c index 3470d9bc72..a84b8fddc4 100644 --- a/common/uimage.c +++ b/common/uimage.c @@ -5,9 +5,6 @@ * * partly based on U-Boot uImage code * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/crypto/digest.c b/crypto/digest.c index 360c261e40..e67e8fba0d 100644 --- a/crypto/digest.c +++ b/crypto/digest.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2008-2010 Jean-Christophe PLAGNIOL-VILLARD * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/defaultenv/defaultenv.c b/defaultenv/defaultenv.c index 3b4efcfd36..b773030fe8 100644 --- a/defaultenv/defaultenv.c +++ b/defaultenv/defaultenv.c @@ -1,9 +1,6 @@ /* * Copyright (C) 2014 Sascha Hauer, Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/aiodev/core.c b/drivers/aiodev/core.c index b5d06da932..b8428346a3 100644 --- a/drivers/aiodev/core.c +++ b/drivers/aiodev/core.c @@ -6,9 +6,6 @@ * Copyright (c) 2015 Zodiac Inflight Innovation * Author: Andrey Smirnov * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/aiodev/imx_thermal.c b/drivers/aiodev/imx_thermal.c index 9e50708355..6dd2baa36c 100644 --- a/drivers/aiodev/imx_thermal.c +++ b/drivers/aiodev/imx_thermal.c @@ -9,9 +9,6 @@ * Author: Nitin Garg * Ye Li * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/aiodev/mc13xxx_adc.c b/drivers/aiodev/mc13xxx_adc.c index d445d1ec6e..c5d1efdf8d 100644 --- a/drivers/aiodev/mc13xxx_adc.c +++ b/drivers/aiodev/mc13xxx_adc.c @@ -7,9 +7,6 @@ * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. * Copyright (C) 2009 Sascha Hauer, Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 7dc09d00c6..049a36bb44 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -3,9 +3,6 @@ * Author: Jason Jin * Zhang Wei * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h index 61b314027e..ed318420c3 100644 --- a/drivers/ata/ahci.h +++ b/drivers/ata/ahci.h @@ -3,9 +3,6 @@ * Author: Jason Jin * Zhang Wei * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/base/driver.c b/drivers/base/driver.c index 456750e7d5..412db6c406 100644 --- a/drivers/base/driver.c +++ b/drivers/base/driver.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/base/platform.c b/drivers/base/platform.c index 1d3fa2eb44..f907463368 100644 --- a/drivers/base/platform.c +++ b/drivers/base/platform.c @@ -3,9 +3,6 @@ * * Copyright (c) 2009 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/base/resource.c b/drivers/base/resource.c index cb7105bf8d..3fd3f1779b 100644 --- a/drivers/base/resource.c +++ b/drivers/base/resource.c @@ -2,9 +2,6 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/clocksource/digic.c b/drivers/clocksource/digic.c index 1ecd839160..23e0d5b76b 100644 --- a/drivers/clocksource/digic.c +++ b/drivers/clocksource/digic.c @@ -2,7 +2,6 @@ * Copyright (C) 2013, 2014 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/drivers/clocksource/timer-atmel-pit.c b/drivers/clocksource/timer-atmel-pit.c index 6e86653480..50572ff5f8 100644 --- a/drivers/clocksource/timer-atmel-pit.c +++ b/drivers/clocksource/timer-atmel-pit.c @@ -10,9 +10,6 @@ * (C) Copyright 2002 * Gary Jennejohn, DENX Software Engineering, * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/clocksource/timer-imx-gpt.c b/drivers/clocksource/timer-imx-gpt.c index 4d6c6c2b0b..881065bf9f 100644 --- a/drivers/clocksource/timer-imx-gpt.c +++ b/drivers/clocksource/timer-imx-gpt.c @@ -10,9 +10,6 @@ * (C) Copyright 2002 * Gary Jennejohn, DENX Software Engineering, * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/clocksource/uemd.c b/drivers/clocksource/uemd.c index b80908f3b0..5eacfdaf1b 100644 --- a/drivers/clocksource/uemd.c +++ b/drivers/clocksource/uemd.c @@ -6,7 +6,6 @@ * (C) 2011 RC Module, Sergey Mironov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/drivers/efi/efi-device.c b/drivers/efi/efi-device.c index ac035dcfac..56fec5c153 100644 --- a/drivers/efi/efi-device.c +++ b/drivers/efi/efi-device.c @@ -3,9 +3,6 @@ * * Copyright (c) 2014 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/gpio/gpio-digic.c b/drivers/gpio/gpio-digic.c index 714e3b4a1d..f7a68d09fc 100644 --- a/drivers/gpio/gpio-digic.c +++ b/drivers/gpio/gpio-digic.c @@ -2,7 +2,6 @@ * Copyright (C) 2013 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/drivers/gpio/gpio-malta-fpga-i2c.c b/drivers/gpio/gpio-malta-fpga-i2c.c index 0188e51af2..9142248571 100644 --- a/drivers/gpio/gpio-malta-fpga-i2c.c +++ b/drivers/gpio/gpio-malta-fpga-i2c.c @@ -2,7 +2,6 @@ * Copyright (C) 2014 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/drivers/hab/habv4.c b/drivers/hab/habv4.c index f0a087d1a8..e94f827549 100644 --- a/drivers/hab/habv4.c +++ b/drivers/hab/habv4.c @@ -2,9 +2,6 @@ * Copyright (C) 2014, 2015 Marc Kleine-Budde * Copyright (C) 2010 Freescale Semiconductor, Inc. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/led/core.c b/drivers/led/core.c index e727148a24..eeeeaa0ff3 100644 --- a/drivers/led/core.c +++ b/drivers/led/core.c @@ -3,9 +3,6 @@ * * (C) Copyright 2010 Sascha Hauer, Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/led/led-gpio.c b/drivers/led/led-gpio.c index 0590e3fa3e..5055b82381 100644 --- a/drivers/led/led-gpio.c +++ b/drivers/led/led-gpio.c @@ -3,9 +3,6 @@ * * (C) Copyright 2010 Sascha Hauer, Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/led/led-pwm.c b/drivers/led/led-pwm.c index 19d9d4d48a..d8866bf757 100644 --- a/drivers/led/led-pwm.c +++ b/drivers/led/led-pwm.c @@ -3,9 +3,6 @@ * * (C) Copyright 2010 Sascha Hauer, Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/led/led-triggers.c b/drivers/led/led-triggers.c index 216c8639bc..07dc622d0f 100644 --- a/drivers/led/led-triggers.c +++ b/drivers/led/led-triggers.c @@ -3,9 +3,6 @@ * * (C) Copyright 2010 Sascha Hauer, Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/mci/dove-sdhci.c b/drivers/mci/dove-sdhci.c index bccda53994..cb052e81b1 100644 --- a/drivers/mci/dove-sdhci.c +++ b/drivers/mci/dove-sdhci.c @@ -4,9 +4,6 @@ * Pengutronix, Michael Grzeschik * Sebastian Hesselbarth * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/mci/imx-esdhc.c b/drivers/mci/imx-esdhc.c index dc8fab73d3..bff8dd67ad 100644 --- a/drivers/mci/imx-esdhc.c +++ b/drivers/mci/imx-esdhc.c @@ -6,9 +6,6 @@ * (C) Copyright 2003 * Kyle Harris, Nexus Technologies, Inc. kharris@nexus-tech.net * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/mci/mci-core.c b/drivers/mci/mci-core.c index f3718327f1..e8844a3c00 100644 --- a/drivers/mci/mci-core.c +++ b/drivers/mci/mci-core.c @@ -8,9 +8,6 @@ * * Based vaguely on the Linux code * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/mci/omap_hsmmc.c b/drivers/mci/omap_hsmmc.c index 4e809bae4f..fe0cd47a28 100644 --- a/drivers/mci/omap_hsmmc.c +++ b/drivers/mci/omap_hsmmc.c @@ -3,9 +3,6 @@ * Texas Instruments, * Sukumar Ghorai * - * See file CREDITS for list of people who contributed to this - * project. - * * 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's version 2 of diff --git a/drivers/mtd/core.c b/drivers/mtd/core.c index 881b5f4864..1625d938ea 100644 --- a/drivers/mtd/core.c +++ b/drivers/mtd/core.c @@ -3,9 +3,6 @@ * 2N Telekomunikace, a.s. * Ladislav Michl * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/mtd/nand/nand-bb.c b/drivers/mtd/nand/nand-bb.c index e578d72a49..c0104c5936 100644 --- a/drivers/mtd/nand/nand-bb.c +++ b/drivers/mtd/nand/nand-bb.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2008 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/mtd/nor/cfi_flash.c b/drivers/mtd/nor/cfi_flash.c index 01ab1aa274..430f926e8c 100644 --- a/drivers/mtd/nor/cfi_flash.c +++ b/drivers/mtd/nor/cfi_flash.c @@ -11,9 +11,6 @@ * Copyright (C) 2006 * Tolunay Orkun * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/mtd/nor/cfi_flash.h b/drivers/mtd/nor/cfi_flash.h index e82eb28abe..cea6a8712c 100644 --- a/drivers/mtd/nor/cfi_flash.h +++ b/drivers/mtd/nor/cfi_flash.h @@ -5,9 +5,6 @@ * (C) Copyright 2000-2005 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/of/address.c b/drivers/of/address.c index f0a74ec37c..524a0f6a79 100644 --- a/drivers/of/address.c +++ b/drivers/of/address.c @@ -5,9 +5,6 @@ * * based on Linux devicetree support * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/of/barebox.c b/drivers/of/barebox.c index 64f483326d..aa0cfb6194 100644 --- a/drivers/of/barebox.c +++ b/drivers/of/barebox.c @@ -3,9 +3,6 @@ * * Copyright (c) 2013 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/of/base.c b/drivers/of/base.c index 1223e0ab55..4c633bcd49 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c @@ -5,9 +5,6 @@ * * based on Linux devicetree support * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c index cf3f1ee147..a31e2c348a 100644 --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c @@ -5,9 +5,6 @@ * * based on Linux devicetree support * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/of/of_path.c b/drivers/of/of_path.c index 5c3a020345..c237d9c6a8 100644 --- a/drivers/of/of_path.c +++ b/drivers/of/of_path.c @@ -3,9 +3,6 @@ * * Copyright (c) 2013 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/of/partition.c b/drivers/of/partition.c index 655b67f854..7367073c67 100644 --- a/drivers/of/partition.c +++ b/drivers/of/partition.c @@ -5,9 +5,6 @@ * * based on Linux devicetree support * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/of/platform.c b/drivers/of/platform.c index b1a7eb6730..ca84cede23 100644 --- a/drivers/of/platform.c +++ b/drivers/of/platform.c @@ -5,9 +5,6 @@ * * based on Linux devicetree support * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/pinctrl/imx-iomux-v3.c b/drivers/pinctrl/imx-iomux-v3.c index dccf7d10df..a45c242fd1 100644 --- a/drivers/pinctrl/imx-iomux-v3.c +++ b/drivers/pinctrl/imx-iomux-v3.c @@ -3,9 +3,6 @@ * * Copyright (c) 2013 Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/pinctrl/pinctrl-at91.c b/drivers/pinctrl/pinctrl-at91.c index 0da6332720..13add1ffee 100644 --- a/drivers/pinctrl/pinctrl-at91.c +++ b/drivers/pinctrl/pinctrl-at91.c @@ -3,9 +3,6 @@ * Copyright (C) 2011-2012 Jean-Christophe PLAGNIOL-VILLARD * Copyright (C) 2014 Raphaël Poggi * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/pinctrl/pinctrl-mxs.c b/drivers/pinctrl/pinctrl-mxs.c index b48ed2ace1..96f30bf95b 100644 --- a/drivers/pinctrl/pinctrl-mxs.c +++ b/drivers/pinctrl/pinctrl-mxs.c @@ -3,9 +3,6 @@ * * Copyright (c) 2015 Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/pinctrl/pinctrl-single.c b/drivers/pinctrl/pinctrl-single.c index 2cd58df931..4ce66a84de 100644 --- a/drivers/pinctrl/pinctrl-single.c +++ b/drivers/pinctrl/pinctrl-single.c @@ -4,9 +4,6 @@ * * Copyright (c) 2013 Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/pinctrl/pinctrl-vf610.c b/drivers/pinctrl/pinctrl-vf610.c index 662fa9b6c9..9a8ce0caa2 100644 --- a/drivers/pinctrl/pinctrl-vf610.c +++ b/drivers/pinctrl/pinctrl-vf610.c @@ -2,9 +2,6 @@ * Copyright (c) 2016 Zodiac Inflight Innovation * Author: Andrey Smirnov * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/pinctrl/pinctrl.c b/drivers/pinctrl/pinctrl.c index 0e42a31474..b36521ef83 100644 --- a/drivers/pinctrl/pinctrl.c +++ b/drivers/pinctrl/pinctrl.c @@ -3,9 +3,6 @@ * * Copyright (c) 2013 Sascha Hauer * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index f459d072a9..74e00d7791 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -3,9 +3,6 @@ * * Copyright (c) 2014 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c index 78b8290ff2..0b1c752493 100644 --- a/drivers/regulator/fixed.c +++ b/drivers/regulator/fixed.c @@ -3,9 +3,6 @@ * * Copyright (c) 2014 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/serial/amba-pl011.c b/drivers/serial/amba-pl011.c index 9b567e3cd2..0751c52513 100644 --- a/drivers/serial/amba-pl011.c +++ b/drivers/serial/amba-pl011.c @@ -6,9 +6,6 @@ * ARM Ltd. * Philippe Robin, * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/serial/efi-stdio.c b/drivers/serial/efi-stdio.c index 9e825181e6..d269985ce7 100644 --- a/drivers/serial/efi-stdio.c +++ b/drivers/serial/efi-stdio.c @@ -3,9 +3,6 @@ * * Copyright (c) 2014 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/serial/linux_console.c b/drivers/serial/linux_console.c index 0d5da9d1b0..056fbc65d9 100644 --- a/drivers/serial/linux_console.c +++ b/drivers/serial/linux_console.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/serial/serial_altera.c b/drivers/serial/serial_altera.c index 10d1506bca..51dcf8c790 100644 --- a/drivers/serial/serial_altera.c +++ b/drivers/serial/serial_altera.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2011, Franck JULLIEN, * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/serial/serial_altera_jtag.c b/drivers/serial/serial_altera_jtag.c index 0164ea5eff..1c485ed316 100644 --- a/drivers/serial/serial_altera_jtag.c +++ b/drivers/serial/serial_altera_jtag.c @@ -4,9 +4,6 @@ * * (C) Copyright 2011 - Franck JULLIEN * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/serial/serial_ar933x.c b/drivers/serial/serial_ar933x.c index dda604652b..2fe1b4f923 100644 --- a/drivers/serial/serial_ar933x.c +++ b/drivers/serial/serial_ar933x.c @@ -1,9 +1,6 @@ /* * based on linux.git/drivers/tty/serial/serial_ar933x.c * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/serial/serial_digic.c b/drivers/serial/serial_digic.c index 06b6e15e0c..d3cfa69e81 100644 --- a/drivers/serial/serial_digic.c +++ b/drivers/serial/serial_digic.c @@ -2,7 +2,6 @@ * Copyright (C) 2013, 2014 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/drivers/serial/serial_lpuart.c b/drivers/serial/serial_lpuart.c index 246fc3d3af..bfc3a13672 100644 --- a/drivers/serial/serial_lpuart.c +++ b/drivers/serial/serial_lpuart.c @@ -4,9 +4,6 @@ * * Based on analogous driver from U-Boot * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/serial/serial_mpc5xxx.c b/drivers/serial/serial_mpc5xxx.c index cc63a84c68..742af27650 100644 --- a/drivers/serial/serial_mpc5xxx.c +++ b/drivers/serial/serial_mpc5xxx.c @@ -2,9 +2,6 @@ * (C) Copyright 2000 - 2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/serial/serial_ns16550.c b/drivers/serial/serial_ns16550.c index 3edeb0dcbe..5d6cec82a4 100644 --- a/drivers/serial/serial_ns16550.c +++ b/drivers/serial/serial_ns16550.c @@ -17,9 +17,6 @@ * (C) Copyright 2000 * Rob Taylor, Flying Pig Systems. robt@flyingpig.com. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/serial/serial_pl010.c b/drivers/serial/serial_pl010.c index 06f9d2dcdc..74a0c81d3e 100644 --- a/drivers/serial/serial_pl010.c +++ b/drivers/serial/serial_pl010.c @@ -8,9 +8,6 @@ * ARM Ltd. * Philippe Robin, * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/serial/serial_pl010.h b/drivers/serial/serial_pl010.h index ff3d2f9974..f442339ea3 100644 --- a/drivers/serial/serial_pl010.h +++ b/drivers/serial/serial_pl010.h @@ -5,9 +5,6 @@ * ARM Ltd. * Philippe Robin, * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/spi/ath79_spi.c b/drivers/spi/ath79_spi.c index bb63d864ae..e47896be62 100644 --- a/drivers/spi/ath79_spi.c +++ b/drivers/spi/ath79_spi.c @@ -2,7 +2,6 @@ * Copyright (C) 2013, 2014 Antony Pavlov * * This file is part of barebox. - * See file CREDITS for list of people who contributed to this project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/drivers/spi/omap3_spi.c b/drivers/spi/omap3_spi.c index beea772aa9..ff9eccc37d 100644 --- a/drivers/spi/omap3_spi.c +++ b/drivers/spi/omap3_spi.c @@ -13,9 +13,6 @@ * * Modified by Ruslan Araslanov * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/spi/omap3_spi.h b/drivers/spi/omap3_spi.h index 24cdc5301c..8b90920157 100644 --- a/drivers/spi/omap3_spi.h +++ b/drivers/spi/omap3_spi.h @@ -8,9 +8,6 @@ * * Modified by Ruslan Araslanov * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 2ac4184969..01653d8c20 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -3,9 +3,6 @@ * * Copyright (c) 2011 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/usb/core/of.c b/drivers/usb/core/of.c index 979088ef4e..b534ede18a 100644 --- a/drivers/usb/core/of.c +++ b/drivers/usb/core/of.c @@ -1,9 +1,6 @@ /* * usb devicetree helper functions * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/drivers/usb/core/usb.c b/drivers/usb/core/usb.c index d0a91b9e9f..30c251f405 100644 --- a/drivers/usb/core/usb.c +++ b/drivers/usb/core/usb.c @@ -15,9 +15,6 @@ * Adapted for barebox: * (C) Copyright 2001 Denis Peter, MPL AG Switzerland * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/usb/gadget/dfu.c b/drivers/usb/gadget/dfu.c index 9117a5b063..7e23fa3157 100644 --- a/drivers/usb/gadget/dfu.c +++ b/drivers/usb/gadget/dfu.c @@ -5,9 +5,6 @@ * based on existing SAM7DFU code from OpenPCD: * (C) Copyright 2006 by Harald Welte * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/usb/host/ehci-atmel.c b/drivers/usb/host/ehci-atmel.c index 6c88d646c9..192c5ef9d1 100644 --- a/drivers/usb/host/ehci-atmel.c +++ b/drivers/usb/host/ehci-atmel.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2010 Jean-Christophe PLAGNIOL-VILLARD * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c index 1013ba39c5..05ed2876c6 100644 --- a/drivers/usb/host/ohci-at91.c +++ b/drivers/usb/host/ohci-at91.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2010 Jean-Christophe PLAGNIOL-VILLARD * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 924dc8e1f6..a28c48b4c8 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c @@ -17,9 +17,6 @@ * Modified for the MP2USB by (C) Copyright 2005 Eric Benard * ebenard@eukrea.com - based on s3c24x0's driver * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/video/atmel_hlcdfb.c b/drivers/video/atmel_hlcdfb.c index aa84334b09..9c20e441fb 100644 --- a/drivers/video/atmel_hlcdfb.c +++ b/drivers/video/atmel_hlcdfb.c @@ -3,9 +3,6 @@ * * Copyright (C) 2007 Atmel Corporation * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c index 322404f322..6ce47bb68f 100644 --- a/drivers/video/atmel_lcdfb.c +++ b/drivers/video/atmel_lcdfb.c @@ -3,9 +3,6 @@ * * Copyright (C) 2007 Atmel Corporation * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/video/atmel_lcdfb_core.c b/drivers/video/atmel_lcdfb_core.c index c6ece5b785..d8c35b2755 100644 --- a/drivers/video/atmel_lcdfb_core.c +++ b/drivers/video/atmel_lcdfb_core.c @@ -3,9 +3,6 @@ * * Copyright (C) 2007 Atmel Corporation * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/video/backlight-pwm.c b/drivers/video/backlight-pwm.c index 9111a42d75..c2979f914d 100644 --- a/drivers/video/backlight-pwm.c +++ b/drivers/video/backlight-pwm.c @@ -3,9 +3,6 @@ * * (C) Copyright 2014 Sascha Hauer, Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/video/imx-ipu-fb.c b/drivers/video/imx-ipu-fb.c index 9cc7a911ea..18171bdd81 100644 --- a/drivers/video/imx-ipu-fb.c +++ b/drivers/video/imx-ipu-fb.c @@ -2,9 +2,6 @@ * Copyright (C) 2009 * Guennadi Liakhovetski, DENX Software Engineering, * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/video/mtl017.c b/drivers/video/mtl017.c index c04875cd07..dbd509e09b 100644 --- a/drivers/video/mtl017.c +++ b/drivers/video/mtl017.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2014 Sascha Hauer, Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/video/omap.c b/drivers/video/omap.c index 884365f609..67b31522ae 100644 --- a/drivers/video/omap.c +++ b/drivers/video/omap.c @@ -4,9 +4,6 @@ * Copyright (C) 2013 Christoph Fritz * Based on work by Enrico Scholz, sponsored by Phytec * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/video/omap.h b/drivers/video/omap.h index ac9e1cee87..de88c8374b 100644 --- a/drivers/video/omap.h +++ b/drivers/video/omap.h @@ -3,9 +3,6 @@ * * Copyright (C) 2013 Christoph Fritz * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/video/simple-panel.c b/drivers/video/simple-panel.c index be39ff0e94..1d05153d16 100644 --- a/drivers/video/simple-panel.c +++ b/drivers/video/simple-panel.c @@ -3,9 +3,6 @@ * * (C) Copyright 2014 Sascha Hauer, Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/drivers/video/vpl.c b/drivers/video/vpl.c index 82ceeebada..68b7d6d8f4 100644 --- a/drivers/video/vpl.c +++ b/drivers/video/vpl.c @@ -3,9 +3,6 @@ * * (C) Copyright 2014 Sascha Hauer, Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/dts/src/powerpc/arches.dts b/dts/src/powerpc/arches.dts index 75a376a998..8fae855902 100644 --- a/dts/src/powerpc/arches.dts +++ b/dts/src/powerpc/arches.dts @@ -9,9 +9,6 @@ * Based on the glacier.dts file * Stefan Roese * Copyright 2008 DENX Software Engineering - * - * See file CREDITS for list of people who contributed to this - * project. */ /dts-v1/; diff --git a/fs/devfs-core.c b/fs/devfs-core.c index 5341e39e67..f804f96974 100644 --- a/fs/devfs-core.c +++ b/fs/devfs-core.c @@ -3,9 +3,6 @@ * * Copyright (c) 2011 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/fs/devfs.c b/fs/devfs.c index e1893d1bd0..b503f277ac 100644 --- a/fs/devfs.c +++ b/fs/devfs.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/fs/efi.c b/fs/efi.c index 944d6aac7a..edf65179fd 100644 --- a/fs/efi.c +++ b/fs/efi.c @@ -3,9 +3,6 @@ * * Copyright (c) 2014 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/fs/efivarfs.c b/fs/efivarfs.c index 9eadda4121..659716f845 100644 --- a/fs/efivarfs.c +++ b/fs/efivarfs.c @@ -3,9 +3,6 @@ * * Copyright (c) 2014 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/fs/ext4/ext_barebox.c b/fs/ext4/ext_barebox.c index 82d4c581e0..353ab44b29 100644 --- a/fs/ext4/ext_barebox.c +++ b/fs/ext4/ext_barebox.c @@ -3,9 +3,6 @@ * * Copyright (c) 2012 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/fs/fat/fat.c b/fs/fat/fat.c index 394c75ffc4..c2da0ade4a 100644 --- a/fs/fat/fat.c +++ b/fs/fat/fat.c @@ -3,9 +3,6 @@ * * Copyright (c) 2011 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/fs/fs.c b/fs/fs.c index e00bbcd223..42e6924348 100644 --- a/fs/fs.c +++ b/fs/fs.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/fs/nfs.c b/fs/nfs.c index 227a4866d7..15ddab7915 100644 --- a/fs/nfs.c +++ b/fs/nfs.c @@ -8,9 +8,6 @@ * Based on U-Boot NFS code which is based on NetBSD code with * major changes to support nfs3. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/fs/ramfs.c b/fs/ramfs.c index 7e7dc7aca9..5328775ee0 100644 --- a/fs/ramfs.c +++ b/fs/ramfs.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/fs/tftp.c b/fs/tftp.c index 1f36c56511..d186e7983a 100644 --- a/fs/tftp.c +++ b/fs/tftp.c @@ -3,9 +3,6 @@ * * Copyright (c) 2011 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/include/aiodev.h b/include/aiodev.h index ff877c0d78..65d817f296 100644 --- a/include/aiodev.h +++ b/include/aiodev.h @@ -3,9 +3,6 @@ * * Copyright (c) 2015 Sascha Hauer , Pengutronix * Copyright (c) 2015 Zodiac Inflight Innovation - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef __AIODEVICE_H diff --git a/include/ata_drive.h b/include/ata_drive.h index d98e410b30..eae74db855 100644 --- a/include/ata_drive.h +++ b/include/ata_drive.h @@ -1,8 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -/* - * See file CREDITS for list of people who contributed to this - * project. - */ #ifndef ATA_DISK_H #define ATA_DISK_H diff --git a/include/command.h b/include/command.h index f016e35b2d..860eae3e35 100644 --- a/include/command.h +++ b/include/command.h @@ -2,9 +2,6 @@ /* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. */ /* diff --git a/include/common.h b/include/common.h index b2533f4176..d73fc3d132 100644 --- a/include/common.h +++ b/include/common.h @@ -2,9 +2,6 @@ /* * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef __COMMON_H_ diff --git a/include/console.h b/include/console.h index 634b95ca4e..5b5c037026 100644 --- a/include/console.h +++ b/include/console.h @@ -2,9 +2,6 @@ /* * (C) Copyright 2000 * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef _CONSOLE_H_ diff --git a/include/digest.h b/include/digest.h index 6148c03da4..e4a5216964 100644 --- a/include/digest.h +++ b/include/digest.h @@ -1,9 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* * (C) Copyright 2008-2010 Jean-Christophe PLAGNIOL-VILLARD - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef __DIGEST_H__ diff --git a/include/disks.h b/include/disks.h index e9b72c2507..1ca7063c54 100644 --- a/include/disks.h +++ b/include/disks.h @@ -1,8 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -/* - * See file CREDITS for list of people who contributed to this - * project. - */ #ifndef DISKS_H #define DISKS_H diff --git a/include/driver.h b/include/driver.h index fac3953ef4..154525e0fd 100644 --- a/include/driver.h +++ b/include/driver.h @@ -1,9 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * (C) 2007 Pengutronix, Sascha Hauer - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef DRIVER_H diff --git a/include/environment.h b/include/environment.h index 39606b8ad9..9488e4e1ac 100644 --- a/include/environment.h +++ b/include/environment.h @@ -2,9 +2,6 @@ /* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef _ENVIRONMENT_H_ diff --git a/include/hab.h b/include/hab.h index 1aa5384053..d594ad9ee1 100644 --- a/include/hab.h +++ b/include/hab.h @@ -1,9 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2014, 2015 Marc Kleine-Budde - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef __HABV4_H diff --git a/include/image.h b/include/image.h index 18344dfef9..88b628bc75 100644 --- a/include/image.h +++ b/include/image.h @@ -3,9 +3,6 @@ * (C) Copyright 2000-2005 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * ******************************************************************** * NOTE: This header file defines an interface to barebox. Including * this (unmodified) header file in another file is considered normal diff --git a/include/int_sqrt.h b/include/int_sqrt.h index b06e6a8ab1..d5dfd29ca0 100644 --- a/include/int_sqrt.h +++ b/include/int_sqrt.h @@ -1,8 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -/* - * See file CREDITS for list of people who contributed to this - * project. - */ #ifndef __INT_SQRT__ #define __INT_SQRT__ diff --git a/include/mci.h b/include/mci.h index cf9d188c5c..96547fb396 100644 --- a/include/mci.h +++ b/include/mci.h @@ -8,9 +8,6 @@ * Andy Fleming * * Based (loosely) on the Linux code - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef _MCI_H_ diff --git a/include/menu.h b/include/menu.h index 77c496c65c..bf1f6c48a8 100644 --- a/include/menu.h +++ b/include/menu.h @@ -1,9 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* * (C) Copyright 2009-2010 Jean-Christophe PLAGNIOL-VILLARD - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef __MENU_H__ diff --git a/include/mfd/mc13892.h b/include/mfd/mc13892.h index e9a41ba214..a647bf34bc 100644 --- a/include/mfd/mc13892.h +++ b/include/mfd/mc13892.h @@ -4,9 +4,6 @@ * * (C) Copyright 2009 Freescale Semiconductor, Inc. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/include/part.h b/include/part.h index 66cc93ae96..e98647c70c 100644 --- a/include/part.h +++ b/include/part.h @@ -2,9 +2,6 @@ /* * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef _PART_H #define _PART_H diff --git a/include/password.h b/include/password.h index e259a87da1..9569547002 100644 --- a/include/password.h +++ b/include/password.h @@ -1,9 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2008-2010 Jean-Christophe PLAGNIOL-VILLARD - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef __PASSWORD_H__ diff --git a/include/platform_data/ide.h b/include/platform_data/ide.h index f71fbfbc01..e7aaf2fda7 100644 --- a/include/platform_data/ide.h +++ b/include/platform_data/ide.h @@ -1,7 +1,4 @@ /* - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/include/rtc.h b/include/rtc.h index 3190ea20da..d7e103d163 100644 --- a/include/rtc.h +++ b/include/rtc.h @@ -2,9 +2,6 @@ /* * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. */ /* diff --git a/include/s_record.h b/include/s_record.h index 190850beed..096b04da6e 100644 --- a/include/s_record.h +++ b/include/s_record.h @@ -2,9 +2,6 @@ /* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. */ /*-------------------------------------------------------------------------- diff --git a/include/scsi.h b/include/scsi.h index ede1907962..e2397489ea 100644 --- a/include/scsi.h +++ b/include/scsi.h @@ -2,9 +2,6 @@ /* * (C) Copyright 2001 * Denis Peter, MPL AG Switzerland - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef _SCSI_H #define _SCSI_H diff --git a/include/serial/lpuart.h b/include/serial/lpuart.h index 9c6e271ebf..3ced2cd6b2 100644 --- a/include/serial/lpuart.h +++ b/include/serial/lpuart.h @@ -4,9 +4,6 @@ * * Based on code found in Linux kernel and U-Boot. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/include/usb/usb.h b/include/usb/usb.h index 82a4736445..c2085eae87 100644 --- a/include/usb/usb.h +++ b/include/usb/usb.h @@ -2,9 +2,6 @@ * (C) Copyright 2001 * Denis Peter, MPL AG Switzerland * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/include/usb/usb_defs.h b/include/usb/usb_defs.h index cfde278a33..731bc51c76 100644 --- a/include/usb/usb_defs.h +++ b/include/usb/usb_defs.h @@ -2,9 +2,6 @@ * (C) Copyright 2001 * Denis Peter, MPL AG Switzerland * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/lib/cmdlinepart.c b/lib/cmdlinepart.c index 5b9f33ca1b..5a16462874 100644 --- a/lib/cmdlinepart.c +++ b/lib/cmdlinepart.c @@ -3,9 +3,6 @@ * * Copyright (c) 2015 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/lib/ctype.c b/lib/ctype.c index 6d20da5430..3c117eb176 100644 --- a/lib/ctype.c +++ b/lib/ctype.c @@ -2,9 +2,6 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/lib/display_options.c b/lib/display_options.c index 0f65f5972e..d392deef0a 100644 --- a/lib/display_options.c +++ b/lib/display_options.c @@ -2,9 +2,6 @@ * (C) Copyright 2000-2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/lib/gui/bmp_layout.h b/lib/gui/bmp_layout.h index d7db537539..903d6f8d92 100644 --- a/lib/gui/bmp_layout.h +++ b/lib/gui/bmp_layout.h @@ -1,9 +1,6 @@ /* (C) Copyright 2002 * Detlev Zundel, DENX Software Engineering, dzu@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/lib/int_sqrt.c b/lib/int_sqrt.c index bf8b18fcb4..24b3d50782 100644 --- a/lib/int_sqrt.c +++ b/lib/int_sqrt.c @@ -1,7 +1,4 @@ /* - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/lib/libfile.c b/lib/libfile.c index dbeed12ccd..b4d87b624a 100644 --- a/lib/libfile.c +++ b/lib/libfile.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2014 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/lib/libgen.c b/lib/libgen.c index 61a8670fb5..94c9db901b 100644 --- a/lib/libgen.c +++ b/lib/libgen.c @@ -1,9 +1,6 @@ /* * libgen.c - some libgen functions needed for barebox * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/lib/logo/logo.c b/lib/logo/logo.c index 9edf212232..8349b060ac 100644 --- a/lib/logo/logo.c +++ b/lib/logo/logo.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2015 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/lib/misc.c b/lib/misc.c index 7add1fe3b4..532f0bfc1e 100644 --- a/lib/misc.c +++ b/lib/misc.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/lib/parameter.c b/lib/parameter.c index 22695634e5..f57b7d07fd 100644 --- a/lib/parameter.c +++ b/lib/parameter.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/lib/process_escape_sequence.c b/lib/process_escape_sequence.c index 3747da11fd..2a3b2d928e 100644 --- a/lib/process_escape_sequence.c +++ b/lib/process_escape_sequence.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/lib/readkey.c b/lib/readkey.c index e72da0066b..fd72951046 100644 --- a/lib/readkey.c +++ b/lib/readkey.c @@ -5,9 +5,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/lib/show_progress.c b/lib/show_progress.c index a32a13c16d..85085790f6 100644 --- a/lib/show_progress.c +++ b/lib/show_progress.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/lib/uncompress.c b/lib/uncompress.c index 3e4bc5f9e5..c47d319dbb 100644 --- a/lib/uncompress.c +++ b/lib/uncompress.c @@ -3,9 +3,6 @@ * * Copyright (c) 2011 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/lib/wchar.c b/lib/wchar.c index b2e9e7545b..4d49431e86 100644 --- a/lib/wchar.c +++ b/lib/wchar.c @@ -3,9 +3,6 @@ * * Copyright (c) 2014 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/lib/xfuncs.c b/lib/xfuncs.c index 1942c1e7ff..ac67bf4f55 100644 --- a/lib/xfuncs.c +++ b/lib/xfuncs.c @@ -5,9 +5,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/net/eth.c b/net/eth.c index 4a8a7a8876..e3d0d06efe 100644 --- a/net/eth.c +++ b/net/eth.c @@ -2,9 +2,6 @@ * (C) Copyright 2001-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/net/ifup.c b/net/ifup.c index b76b4bc44c..6b56c3a49b 100644 --- a/net/ifup.c +++ b/net/ifup.c @@ -3,9 +3,6 @@ * * Copyright (c) 2014 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/net/lib.c b/net/lib.c index d2b33132d6..8dc35c1e52 100644 --- a/net/lib.c +++ b/net/lib.c @@ -10,9 +10,6 @@ * Copyright 2000 Paolo Scaffardi * Copyright 2000-2002 Wolfgang Denk, wd@denx.de * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/net/net.c b/net/net.c index 0d889ddb52..5fd6246ab2 100644 --- a/net/net.c +++ b/net/net.c @@ -10,9 +10,6 @@ * Copyright 2000 Paolo Scaffardi * Copyright 2000-2002 Wolfgang Denk, wd@denx.de * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/net/netconsole.c b/net/netconsole.c index ef8b1856b6..0fece65a23 100644 --- a/net/netconsole.c +++ b/net/netconsole.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/net/rarp.h b/net/rarp.h index b5b222ee3e..24659fde21 100644 --- a/net/rarp.h +++ b/net/rarp.h @@ -2,9 +2,6 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/scripts/bareboxcrc32.c b/scripts/bareboxcrc32.c index 1b105a452b..409e1cbba3 100644 --- a/scripts/bareboxcrc32.c +++ b/scripts/bareboxcrc32.c @@ -3,9 +3,6 @@ * * Copyright (c) 2013 Michael Grzeschik * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/scripts/bareboxenv.c b/scripts/bareboxenv.c index d1cf33a4d9..3c743435fe 100644 --- a/scripts/bareboxenv.c +++ b/scripts/bareboxenv.c @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Sascha Hauer , Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/scripts/bareboximd.c b/scripts/bareboximd.c index b332d435a6..b733cae61c 100644 --- a/scripts/bareboximd.c +++ b/scripts/bareboximd.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2014 Sascha Hauer, Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/scripts/imx/imx-image.c b/scripts/imx/imx-image.c index c39ceda839..ec7444a772 100644 --- a/scripts/imx/imx-image.c +++ b/scripts/imx/imx-image.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2013 Sascha Hauer, Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/scripts/imx/imx.c b/scripts/imx/imx.c index c820c9a0c8..ea576c22d3 100644 --- a/scripts/imx/imx.c +++ b/scripts/imx/imx.c @@ -1,9 +1,6 @@ /* * (C) Copyright 2016 Sascha Hauer, Pengutronix * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/scripts/s5p_cksum.c b/scripts/s5p_cksum.c index 06f51e3607..29cf539a28 100644 --- a/scripts/s5p_cksum.c +++ b/scripts/s5p_cksum.c @@ -1,9 +1,6 @@ /* * Copyright (C) 2012 Alexey Galakhov * - * See file CREDITS for list of people who contributed to this - * project. - * * 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. diff --git a/scripts/tegra/aes_ref.c b/scripts/tegra/aes_ref.c index 4ae110f996..2258311b03 100644 --- a/scripts/tegra/aes_ref.c +++ b/scripts/tegra/aes_ref.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /* advanced encryption standard diff --git a/scripts/tegra/bct_dump.c b/scripts/tegra/bct_dump.c index dbef91382c..74f4d595e0 100644 --- a/scripts/tegra/bct_dump.c +++ b/scripts/tegra/bct_dump.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ #include "cbootimage.h" diff --git a/scripts/tegra/cbootimage.c b/scripts/tegra/cbootimage.c index 89682eb8b9..d64f322f11 100644 --- a/scripts/tegra/cbootimage.c +++ b/scripts/tegra/cbootimage.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /* diff --git a/scripts/tegra/cbootimage.h b/scripts/tegra/cbootimage.h index 46e3b8b3b7..04d1a8b274 100644 --- a/scripts/tegra/cbootimage.h +++ b/scripts/tegra/cbootimage.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /* diff --git a/scripts/tegra/context.c b/scripts/tegra/context.c index 25b322f41b..9d2fb27dc9 100644 --- a/scripts/tegra/context.c +++ b/scripts/tegra/context.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ #include "cbootimage.h" diff --git a/scripts/tegra/context.h b/scripts/tegra/context.h index 6e724718b6..bdfa25b451 100644 --- a/scripts/tegra/context.h +++ b/scripts/tegra/context.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef INCLUDED_CONTEXT_H diff --git a/scripts/tegra/crypto.c b/scripts/tegra/crypto.c index e88a255b25..e40f56e474 100644 --- a/scripts/tegra/crypto.c +++ b/scripts/tegra/crypto.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /* diff --git a/scripts/tegra/crypto.h b/scripts/tegra/crypto.h index d7151e0cd1..2220ac8367 100644 --- a/scripts/tegra/crypto.h +++ b/scripts/tegra/crypto.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /* diff --git a/scripts/tegra/data_layout.c b/scripts/tegra/data_layout.c index ba3361ae65..99ae8d92c8 100644 --- a/scripts/tegra/data_layout.c +++ b/scripts/tegra/data_layout.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /* diff --git a/scripts/tegra/data_layout.h b/scripts/tegra/data_layout.h index 9ee8267a62..c708da4a15 100644 --- a/scripts/tegra/data_layout.h +++ b/scripts/tegra/data_layout.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /* diff --git a/scripts/tegra/nvaes_ref.h b/scripts/tegra/nvaes_ref.h index 76bd6c3a96..1d06e71903 100644 --- a/scripts/tegra/nvaes_ref.h +++ b/scripts/tegra/nvaes_ref.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ #include "cbootimage.h" diff --git a/scripts/tegra/parse.c b/scripts/tegra/parse.c index 464ee8ff40..9180adfda3 100644 --- a/scripts/tegra/parse.c +++ b/scripts/tegra/parse.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /* diff --git a/scripts/tegra/parse.h b/scripts/tegra/parse.h index 80f42c4269..7402a1dd98 100644 --- a/scripts/tegra/parse.h +++ b/scripts/tegra/parse.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /* diff --git a/scripts/tegra/set.c b/scripts/tegra/set.c index 91269fc96f..1c5e8dda8c 100644 --- a/scripts/tegra/set.c +++ b/scripts/tegra/set.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /* diff --git a/scripts/tegra/set.h b/scripts/tegra/set.h index 1515fcd740..7e7245aaf4 100644 --- a/scripts/tegra/set.h +++ b/scripts/tegra/set.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /* diff --git a/scripts/tegra/t114/nvbctlib_t114.c b/scripts/tegra/t114/nvbctlib_t114.c index f7e449aceb..063882a905 100644 --- a/scripts/tegra/t114/nvbctlib_t114.c +++ b/scripts/tegra/t114/nvbctlib_t114.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ #include "../cbootimage.h" diff --git a/scripts/tegra/t114/nvboot_bct_t114.h b/scripts/tegra/t114/nvboot_bct_t114.h index e42d14917c..a2a6b865f6 100644 --- a/scripts/tegra/t114/nvboot_bct_t114.h +++ b/scripts/tegra/t114/nvboot_bct_t114.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef INCLUDED_NVBOOT_BCT_T114_H diff --git a/scripts/tegra/t114/nvboot_sdram_param_t114.h b/scripts/tegra/t114/nvboot_sdram_param_t114.h index 85b758fd74..78151dcfb8 100644 --- a/scripts/tegra/t114/nvboot_sdram_param_t114.h +++ b/scripts/tegra/t114/nvboot_sdram_param_t114.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /** diff --git a/scripts/tegra/t114/parse_t114.c b/scripts/tegra/t114/parse_t114.c index 17f612e8c8..79c2ed8f53 100644 --- a/scripts/tegra/t114/parse_t114.c +++ b/scripts/tegra/t114/parse_t114.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /* diff --git a/scripts/tegra/t124/nvbctlib_t124.c b/scripts/tegra/t124/nvbctlib_t124.c index 27e5a628af..ab2d925570 100644 --- a/scripts/tegra/t124/nvbctlib_t124.c +++ b/scripts/tegra/t124/nvbctlib_t124.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ #include "../cbootimage.h" diff --git a/scripts/tegra/t124/nvboot_bct_t124.h b/scripts/tegra/t124/nvboot_bct_t124.h index 8f4b966c00..bc07add3db 100644 --- a/scripts/tegra/t124/nvboot_bct_t124.h +++ b/scripts/tegra/t124/nvboot_bct_t124.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef INCLUDED_NVBOOT_BCT_T124_H diff --git a/scripts/tegra/t124/nvboot_sdram_param_t124.h b/scripts/tegra/t124/nvboot_sdram_param_t124.h index 34f537eb51..bae40b1353 100644 --- a/scripts/tegra/t124/nvboot_sdram_param_t124.h +++ b/scripts/tegra/t124/nvboot_sdram_param_t124.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /** diff --git a/scripts/tegra/t124/parse_t124.c b/scripts/tegra/t124/parse_t124.c index 0d80867eea..8468209b61 100644 --- a/scripts/tegra/t124/parse_t124.c +++ b/scripts/tegra/t124/parse_t124.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /* diff --git a/scripts/tegra/t20/nvbctlib_t20.c b/scripts/tegra/t20/nvbctlib_t20.c index c145d6da95..5386b285d6 100644 --- a/scripts/tegra/t20/nvbctlib_t20.c +++ b/scripts/tegra/t20/nvbctlib_t20.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ #include "../cbootimage.h" diff --git a/scripts/tegra/t20/nvboot_bct_t20.h b/scripts/tegra/t20/nvboot_bct_t20.h index 8585cdb543..bf94d50b40 100644 --- a/scripts/tegra/t20/nvboot_bct_t20.h +++ b/scripts/tegra/t20/nvboot_bct_t20.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef INCLUDED_NVBOOT_BCT_T20_H diff --git a/scripts/tegra/t20/nvboot_sdram_param_t20.h b/scripts/tegra/t20/nvboot_sdram_param_t20.h index 2c385d5e5e..de002f0c38 100644 --- a/scripts/tegra/t20/nvboot_sdram_param_t20.h +++ b/scripts/tegra/t20/nvboot_sdram_param_t20.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /** diff --git a/scripts/tegra/t20/parse_t20.c b/scripts/tegra/t20/parse_t20.c index 503257547b..5db74d5597 100644 --- a/scripts/tegra/t20/parse_t20.c +++ b/scripts/tegra/t20/parse_t20.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /* diff --git a/scripts/tegra/t30/nvbctlib_t30.c b/scripts/tegra/t30/nvbctlib_t30.c index 59b0246fbf..e55b0dfb98 100644 --- a/scripts/tegra/t30/nvbctlib_t30.c +++ b/scripts/tegra/t30/nvbctlib_t30.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ #include "../cbootimage.h" diff --git a/scripts/tegra/t30/nvboot_bct_t30.h b/scripts/tegra/t30/nvboot_bct_t30.h index 39c998e202..c5fee4c0a2 100644 --- a/scripts/tegra/t30/nvboot_bct_t30.h +++ b/scripts/tegra/t30/nvboot_bct_t30.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ #ifndef INCLUDED_NVBOOT_BCT_T30_H diff --git a/scripts/tegra/t30/nvboot_sdram_param_t30.h b/scripts/tegra/t30/nvboot_sdram_param_t30.h index 18d77d7139..24c176858f 100644 --- a/scripts/tegra/t30/nvboot_sdram_param_t30.h +++ b/scripts/tegra/t30/nvboot_sdram_param_t30.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /** diff --git a/scripts/tegra/t30/parse_t30.c b/scripts/tegra/t30/parse_t30.c index 4715f39f57..e5f4e93b28 100644 --- a/scripts/tegra/t30/parse_t30.c +++ b/scripts/tegra/t30/parse_t30.c @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * - * See file CREDITS for list of people who contributed to this - * project. */ /* -- cgit v1.2.3 From 4bed1f2fc1b7b41966a1a6a7e18bce6854798547 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Tue, 28 Apr 2020 09:02:01 +0200 Subject: x86: delete X86_NATIVE_BRINGUP in choice 12769b3b7871 ("Add the whole x86 architecture to the build system") added the configuration option 10 years ago, but no backing code has been contributed meanwhile. Drop the option. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/x86/Kconfig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1793055ae0..19009442a4 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -86,13 +86,6 @@ choice some 16 bit real mode code and some restrictions everyone knows from BIOS based systems. - config X86_NATIVE_BRINGUP - bool "native" - help - Barebox will act as a native bootloader. This includes all the - required initialization needed to bring up a piece of hardware. - Note: Not implemented yet - endchoice source "arch/x86/boot/Kconfig" -- cgit v1.2.3 From e75b084a61355788ffb1d6942ad84d1f449d1128 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 29 Apr 2020 08:40:14 +0200 Subject: ddr: fsl: fix null pointer dereference handling DDR4 memories cppcheck reports: drivers/ddr/fsl/util.c:42:27: error: Null pointer dereference: c [ctunullpointer] unsigned int data_rate = c->ddr_freq; ^ drivers/ddr/fsl/ctrl_regs.c:1114:55: note: Calling function get_memory_clk_period_ps, 1st argument is null const unsigned int mclk_ps = get_memory_clk_period_ps(0); Because get_memory_clk_period_ps expects a valid pointer, but is instead passed NULL. Fix this by passing along the DDR controller handle like all other calls to the function do. This is untested. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- drivers/ddr/fsl/ctrl_regs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ddr/fsl/ctrl_regs.c b/drivers/ddr/fsl/ctrl_regs.c index 4957320d60..eb99e0ea21 100644 --- a/drivers/ddr/fsl/ctrl_regs.c +++ b/drivers/ddr/fsl/ctrl_regs.c @@ -1111,7 +1111,7 @@ static void set_ddr_sdram_mode_9(struct fsl_ddr_controller *c, unsigned short esdmode5; /* Extended SDRAM mode 5 */ int rtt_park = 0; bool four_cs = false; - const unsigned int mclk_ps = get_memory_clk_period_ps(0); + const unsigned int mclk_ps = get_memory_clk_period_ps(c); if ((ddr->cs[0].config & SDRAM_CS_CONFIG_EN) && (ddr->cs[1].config & SDRAM_CS_CONFIG_EN) && -- cgit v1.2.3 From 9a08b99d266f6ca94e2e2859eb752fedbd8d6bd7 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 29 Apr 2020 08:40:39 +0200 Subject: scripts: imd: fix uninitialized variable read Errors are propagated in the loop and ret is never set. Remove it. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- scripts/bareboximd.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/bareboximd.c b/scripts/bareboximd.c index b733cae61c..d11b661fa3 100644 --- a/scripts/bareboximd.c +++ b/scripts/bareboximd.c @@ -53,7 +53,7 @@ int imd_command_setenv(const char *variable_name, const char *value) static int write_file(const char *filename, const void *buf, size_t size) { - int fd, ret; + int fd; int now; fd = open(filename, O_WRONLY | O_TRUNC | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); @@ -74,9 +74,6 @@ static int write_file(const char *filename, const void *buf, size_t size) close(fd); - if (ret < 0) - return ret; - return 0; } -- cgit v1.2.3 From d9e5eb8ec4dfa70d2a3afb1a326da80ae82c06f0 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 16 Apr 2020 08:18:28 +0200 Subject: ubi: Refuse to attach partitioned mtd devices When a mtd device has partitions it is wrong to attach the whole device as this would corrupt the partitions. Refuse to attach it. Signed-off-by: Sascha Hauer --- drivers/mtd/ubi/build.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/mtd/ubi/build.c b/drivers/mtd/ubi/build.c index 604fe87e53..da409010f7 100644 --- a/drivers/mtd/ubi/build.c +++ b/drivers/mtd/ubi/build.c @@ -508,6 +508,14 @@ int ubi_attach_mtd_dev(struct mtd_info *mtd, int ubi_num, struct ubi_device *ubi; int i, err, ref = 0; + /* + * Do not try to attach an UBI device if this device has partitions + * as it's not a good idea to attach UBI on a raw device when the + * real UBI only spans the first partition. + */ + if (!list_empty(&mtd->partitions)) + return -EBUSY; + if (max_beb_per1024 < 0 || max_beb_per1024 > MAX_MTD_UBI_BEB_LIMIT) return -EINVAL; -- cgit v1.2.3 From 3e9230d661e7c9b6de8827124c97c78d3a8199ee Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 29 Apr 2020 12:58:04 +0200 Subject: of: refactor of_read_number for clarity While the code is correct, less sophisticated static analyzers (and users operating them..) trip over it, because they don't see that the be32_to_cpu argument is evaluated multiple times only if it's constant. Moving the side effect out: - Lets us avoid the false positive - Aligns us with what Linux does - Makes the code IMO a bit clearer Do so. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- include/of.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/of.h b/include/of.h index 85d55f9b57..08bbeaf4d2 100644 --- a/include/of.h +++ b/include/of.h @@ -79,8 +79,8 @@ struct fdt_header *of_get_fixed_tree(struct device_node *node); static inline u64 of_read_number(const __be32 *cell, int size) { u64 r = 0; - while (size--) - r = (r << 32) | be32_to_cpu(*(cell++)); + for (; size--; cell++) + r = (r << 32) | be32_to_cpu(*cell); return r; } -- cgit v1.2.3 From 90e6c482c765e8e3c875edac4edb6b50163f4357 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 30 Apr 2020 13:43:57 +0900 Subject: arm: remove empty config.h These are not included by anyone because these boards are not added to board-y. The top Makefile creates the empty include/config.h if a board-specific config.h deos not exist. Signed-off-by: Masahiro Yamada Signed-off-by: Sascha Hauer --- arch/arm/boards/afi-gf/config.h | 22 ---------------------- arch/arm/boards/altera-socdk/config.h | 1 - arch/arm/boards/ebv-socrates/config.h | 1 - arch/arm/boards/solidrun-cubox/config.h | 4 ---- arch/arm/boards/terasic-de0-nano-soc/config.h | 1 - arch/arm/boards/terasic-sockit/config.h | 1 - 6 files changed, 30 deletions(-) delete mode 100644 arch/arm/boards/afi-gf/config.h delete mode 100644 arch/arm/boards/altera-socdk/config.h delete mode 100644 arch/arm/boards/ebv-socrates/config.h delete mode 100644 arch/arm/boards/solidrun-cubox/config.h delete mode 100644 arch/arm/boards/terasic-de0-nano-soc/config.h delete mode 100644 arch/arm/boards/terasic-sockit/config.h diff --git a/arch/arm/boards/afi-gf/config.h b/arch/arm/boards/afi-gf/config.h deleted file mode 100644 index aeeda3695b..0000000000 --- a/arch/arm/boards/afi-gf/config.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright (C) 2012 Jan Luebbe - * - * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#ifndef __CONFIG_H -#define __CONFIG_H - -#endif /* __CONFIG_H */ diff --git a/arch/arm/boards/altera-socdk/config.h b/arch/arm/boards/altera-socdk/config.h deleted file mode 100644 index da84fa5f6b..0000000000 --- a/arch/arm/boards/altera-socdk/config.h +++ /dev/null @@ -1 +0,0 @@ -/* nothing */ diff --git a/arch/arm/boards/ebv-socrates/config.h b/arch/arm/boards/ebv-socrates/config.h deleted file mode 100644 index da84fa5f6b..0000000000 --- a/arch/arm/boards/ebv-socrates/config.h +++ /dev/null @@ -1 +0,0 @@ -/* nothing */ diff --git a/arch/arm/boards/solidrun-cubox/config.h b/arch/arm/boards/solidrun-cubox/config.h deleted file mode 100644 index ca15136817..0000000000 --- a/arch/arm/boards/solidrun-cubox/config.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef __CONFIG_H -#define __CONFIG_H - -#endif /* __CONFIG_H */ diff --git a/arch/arm/boards/terasic-de0-nano-soc/config.h b/arch/arm/boards/terasic-de0-nano-soc/config.h deleted file mode 100644 index da84fa5f6b..0000000000 --- a/arch/arm/boards/terasic-de0-nano-soc/config.h +++ /dev/null @@ -1 +0,0 @@ -/* nothing */ diff --git a/arch/arm/boards/terasic-sockit/config.h b/arch/arm/boards/terasic-sockit/config.h deleted file mode 100644 index da84fa5f6b..0000000000 --- a/arch/arm/boards/terasic-sockit/config.h +++ /dev/null @@ -1 +0,0 @@ -/* nothing */ -- cgit v1.2.3 From 0471f86a21d3e4d3a6c12b6f63be78a0ba48470c Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Thu, 30 Apr 2020 11:00:11 +0200 Subject: arm: zylonite: drop empty header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- arch/arm/boards/zylonite/board.c | 2 -- arch/arm/boards/zylonite/zylonite.h | 19 ------------------- 2 files changed, 21 deletions(-) delete mode 100644 arch/arm/boards/zylonite/zylonite.h diff --git a/arch/arm/boards/zylonite/board.c b/arch/arm/boards/zylonite/board.c index 2f26270571..e90e7dfdb8 100644 --- a/arch/arm/boards/zylonite/board.c +++ b/arch/arm/boards/zylonite/board.c @@ -38,8 +38,6 @@ #include #include -#include "zylonite.h" - static struct smc91c111_pdata smsc91x_pdata; static struct mrvl_nand_platform_data nand_pdata = { .keep_config = 0, diff --git a/arch/arm/boards/zylonite/zylonite.h b/arch/arm/boards/zylonite/zylonite.h deleted file mode 100644 index 4a0fb90fe9..0000000000 --- a/arch/arm/boards/zylonite/zylonite.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * (C) 2011 Robert Jarzmik - * - * 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. - * - */ -#ifndef _ZYLONITE_H_ -#define _ZYLONITE_H_ - - -#endif /* _ZYLONITE_H */ -- cgit v1.2.3 From 8005a5be7e284164475552987974b7a8d7a5198e Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Fri, 1 May 2020 19:08:30 +0300 Subject: spi: Kconfig: drop unneeded dependency The 'config DRIVER_SPI_MXS' section is already under 'if SPI' so 'depends on SPI' is unneeded. Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- drivers/spi/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index c696213f50..a53b961b89 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -77,7 +77,6 @@ config DRIVER_SPI_IMX_2_3 config DRIVER_SPI_MXS bool "i.MX (23,28) SPI Master driver" depends on ARCH_IMX28 - depends on SPI config DRIVER_SPI_MVEBU bool "Marvell MVEBU SoC SPI master driver" -- cgit v1.2.3 From f62bb30044dbad752bf0414239f793585d66960c Mon Sep 17 00:00:00 2001 From: Stefan Riedmueller Date: Mon, 4 May 2020 15:21:48 +0200 Subject: mtd: mtdraw: Fix cdev size calculation for large NANDs Raw size for large NAND devices (> 4 GB) can exceed 32 bits, so we need 64 bit types as factors. Both factors are of 32 bit types, as such is the return value. At least one factor needs to be 64 bit type when calculating the size. Signed-off-by: Stefan Riedmueller Signed-off-by: Christian Hemp Signed-off-by: Yunus Bas Signed-off-by: Sascha Hauer --- drivers/mtd/mtdraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/mtdraw.c b/drivers/mtd/mtdraw.c index f63da7b3b2..b71619244b 100644 --- a/drivers/mtd/mtdraw.c +++ b/drivers/mtd/mtdraw.c @@ -306,7 +306,7 @@ static int add_mtdraw_device(struct mtd_info *mtd, const char *devname, void **p mtdraw->mtd = mtd; mtdraw->cdev.ops = (struct cdev_operations *)&mtd_raw_fops; - mtdraw->cdev.size = mtd_div_by_wb(mtd->size, mtd) * mtdraw->rps; + mtdraw->cdev.size = (loff_t)mtd_div_by_wb(mtd->size, mtd) * mtdraw->rps; mtdraw->cdev.name = basprintf("%s.raw", mtd->cdev.name); mtdraw->cdev.priv = mtdraw; mtdraw->cdev.dev = &mtd->class_dev; -- cgit v1.2.3 From 8a92fae86eb261ee9349a5d148d5c9d865c91177 Mon Sep 17 00:00:00 2001 From: Steffen Trumtrar Date: Mon, 4 May 2020 10:35:41 +0200 Subject: scripts: bareboximd: fix write_file error handling write will never return 0 on POSIX conformant systems. Remove this error path. Also, close the file on error. Signed-off-by: Steffen Trumtrar Signed-off-by: Sascha Hauer --- scripts/bareboximd.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/scripts/bareboximd.c b/scripts/bareboximd.c index d11b661fa3..48c3e8ab3f 100644 --- a/scripts/bareboximd.c +++ b/scripts/bareboximd.c @@ -53,7 +53,7 @@ int imd_command_setenv(const char *variable_name, const char *value) static int write_file(const char *filename, const void *buf, size_t size) { - int fd; + int fd, ret = 0; int now; fd = open(filename, O_WRONLY | O_TRUNC | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); @@ -62,19 +62,18 @@ static int write_file(const char *filename, const void *buf, size_t size) while (size) { now = write(fd, buf, size); - if (now == 0) { - errno = ENOSPC; - return -1; + if (now < 0) { + ret = now; + goto out; } - if (now < 0) - return now; size -= now; buf += now; } +out: close(fd); - return 0; + return ret; } static int read_file_2(const char *filename, size_t *size, void **outbuf, size_t max_size) -- cgit v1.2.3 From 64811812811963fd5ab079ab2e23e59e14c3b359 Mon Sep 17 00:00:00 2001 From: Steffen Trumtrar Date: Mon, 4 May 2020 10:35:42 +0200 Subject: common: imd: handle error in imd_write_crc32 Don't just ignore the return value of write_file. Signed-off-by: Steffen Trumtrar Signed-off-by: Sascha Hauer --- common/imd.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/imd.c b/common/imd.c index 62be30040e..96496514a5 100644 --- a/common/imd.c +++ b/common/imd.c @@ -367,6 +367,7 @@ static int imd_write_crc32(void *buf, const struct imd_header *imd_start, return -ENODATA; } else { uint32_t *p = (uint32_t *)(imd_crc + 1); + int ret; if (*p != crc) { uint32_t *flags = imd_crc32_flags(imd_crc); @@ -374,7 +375,11 @@ static int imd_write_crc32(void *buf, const struct imd_header *imd_start, debug("Update crc token from 0x%08x to 0x%08x (flags 0x%08x)\n", *p, crc, *flags); *p = crc; - write_file(filename, buf, size); + ret = write_file(filename, buf, size); + if (ret < 0) { + eprintf("CRC: write crc token to %s failed: %d\n", filename, ret); + return ret; + } } } -- cgit v1.2.3 From 81ca755487bae340841cd2fa00f7539a9ed272a7 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 4 May 2020 23:24:52 +0900 Subject: common.h: remove unused region_overlap() This is not used at all. Signed-off-by: Masahiro Yamada Signed-off-by: Sascha Hauer --- include/common.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/common.h b/include/common.h index d73fc3d132..3570e6abaf 100644 --- a/include/common.h +++ b/include/common.h @@ -142,15 +142,6 @@ void barebox_set_hostname_no_overwrite(const char *); /* * Check if two regions overlap. returns true if they do, false otherwise */ -static inline bool region_overlap(unsigned long starta, unsigned long lena, - unsigned long startb, unsigned long lenb) -{ - if (starta + lena <= startb) - return 0; - if (startb + lenb <= starta) - return 0; - return 1; -} static inline bool lregion_overlap(loff_t starta, loff_t lena, loff_t startb, loff_t lenb) -- cgit v1.2.3 From 04e2aa516ed571caf7fb32f6f5b9682d2cd41b5d Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 4 May 2020 23:24:53 +0900 Subject: common.h: move and rename lregion_overlap() lregion_overlap() is only used by common/startup.c There is no need to define it in include/common.h While I was here, I also renamed it to region_overlap(), and got rid of the 'inline' keyword. Signed-off-by: Masahiro Yamada Signed-off-by: Sascha Hauer --- common/startup.c | 14 ++++++++++++-- include/common.h | 14 -------------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/common/startup.c b/common/startup.c index 2c3a999e10..511675ed55 100644 --- a/common/startup.c +++ b/common/startup.c @@ -74,6 +74,16 @@ fs_initcall(mount_root); #endif #ifdef CONFIG_ENV_HANDLING +static bool region_overlap(loff_t starta, loff_t lena, + loff_t startb, loff_t lenb) +{ + if (starta + lena <= startb) + return 0; + if (startb + lenb <= starta) + return 0; + return 1; +} + static int check_overlap(const char *path) { struct cdev *cenv, *cdisk, *cpart; @@ -104,8 +114,8 @@ static int check_overlap(const char *path) if (cpart == cenv) continue; - if (lregion_overlap(cpart->offset, cpart->size, - cenv->offset, cenv->size)) + if (region_overlap(cpart->offset, cpart->size, + cenv->offset, cenv->size)) goto conflict; } diff --git a/include/common.h b/include/common.h index 3570e6abaf..0bf819a6f4 100644 --- a/include/common.h +++ b/include/common.h @@ -139,18 +139,4 @@ void barebox_set_hostname_no_overwrite(const char *); #define IOMEM(addr) ((void __force __iomem *)(addr)) #endif -/* - * Check if two regions overlap. returns true if they do, false otherwise - */ - -static inline bool lregion_overlap(loff_t starta, loff_t lena, - loff_t startb, loff_t lenb) -{ - if (starta + lena <= startb) - return 0; - if (startb + lenb <= starta) - return 0; - return 1; -} - #endif /* __COMMON_H_ */ -- cgit v1.2.3 From 6a1dab1eab5cf98092d128969ca7bd93496f4607 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 4 May 2020 23:24:54 +0900 Subject: nios2: include from asm/io.h is a collection of default of various accessors. All the other architectures include as a fallback. Do likewise for NIOS2. Signed-off-by: Masahiro Yamada Signed-off-by: Sascha Hauer --- arch/nios2/include/asm/io.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/nios2/include/asm/io.h b/arch/nios2/include/asm/io.h index 360d786ea0..a964c695e7 100644 --- a/arch/nios2/include/asm/io.h +++ b/arch/nios2/include/asm/io.h @@ -46,4 +46,6 @@ #define writel(val, addr)\ asm volatile("stwio %0, 0(%1)" : : "r" (val), "r" (addr)) +#include + #endif /* __ASM_NIOS2_IO_H_ */ -- cgit v1.2.3 From 51d7614212018d01ff961ea7a02929a75c93f8a7 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 4 May 2020 23:24:55 +0900 Subject: common.h: move the generic IOMEM definition to asm-generic/io.h arch/mips/include/asm/io.h defines arch-specific IOMEM(). The generic definition of IOMEM() should go to asm-generic/io.h because it is a collection of fallback defaults when there is no specific definition in . Signed-off-by: Masahiro Yamada Signed-off-by: Sascha Hauer --- include/asm-generic/io.h | 4 ++++ include/common.h | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/asm-generic/io.h b/include/asm-generic/io.h index 973b8b954c..76e6d0dc11 100644 --- a/include/asm-generic/io.h +++ b/include/asm-generic/io.h @@ -420,4 +420,8 @@ static inline void iowrite64be(u64 value, volatile void __iomem *addr) #endif #endif /* CONFIG_64BIT */ +#ifndef IOMEM +#define IOMEM(addr) ((void __force __iomem *)(addr)) +#endif + #endif /* __ASM_GENERIC_IO_H */ diff --git a/include/common.h b/include/common.h index 0bf819a6f4..ce16ff83af 100644 --- a/include/common.h +++ b/include/common.h @@ -135,8 +135,4 @@ const char *barebox_get_hostname(void); void barebox_set_hostname(const char *); void barebox_set_hostname_no_overwrite(const char *); -#ifndef IOMEM -#define IOMEM(addr) ((void __force __iomem *)(addr)) -#endif - #endif /* __COMMON_H_ */ -- cgit v1.2.3 From e76880f5351b472166c6f9bf0442a34675bc9a02 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Mon, 4 May 2020 22:12:17 +0200 Subject: arm/boards: drop various empty board files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- arch/arm/boards/globalscale-guruplug/Makefile | 1 - arch/arm/boards/globalscale-guruplug/board.c | 17 ----------------- arch/arm/boards/globalscale-mirabox/Makefile | 1 - arch/arm/boards/globalscale-mirabox/board.c | 17 ----------------- arch/arm/boards/marvell-armada-xp-gp/Makefile | 1 - arch/arm/boards/marvell-armada-xp-gp/board.c | 17 ----------------- arch/arm/boards/netgear-rn104/Makefile | 1 - arch/arm/boards/netgear-rn104/board.c | 1 - arch/arm/boards/plathome-openblocks-a6/Makefile | 1 - arch/arm/boards/plathome-openblocks-a6/board.c | 1 - arch/arm/boards/plathome-openblocks-ax3/Makefile | 1 - arch/arm/boards/plathome-openblocks-ax3/board.c | 17 ----------------- arch/arm/boards/turris-omnia/Makefile | 1 - arch/arm/boards/turris-omnia/board.c | 1 - arch/arm/boards/usi-topkick/Makefile | 1 - arch/arm/boards/usi-topkick/board.c | 17 ----------------- 16 files changed, 96 deletions(-) delete mode 100644 arch/arm/boards/globalscale-guruplug/board.c delete mode 100644 arch/arm/boards/globalscale-mirabox/board.c delete mode 100644 arch/arm/boards/marvell-armada-xp-gp/board.c delete mode 100644 arch/arm/boards/netgear-rn104/board.c delete mode 100644 arch/arm/boards/plathome-openblocks-a6/board.c delete mode 100644 arch/arm/boards/plathome-openblocks-ax3/board.c delete mode 100644 arch/arm/boards/turris-omnia/board.c delete mode 100644 arch/arm/boards/usi-topkick/board.c diff --git a/arch/arm/boards/globalscale-guruplug/Makefile b/arch/arm/boards/globalscale-guruplug/Makefile index 01c7a259e9..b08c4a93ca 100644 --- a/arch/arm/boards/globalscale-guruplug/Makefile +++ b/arch/arm/boards/globalscale-guruplug/Makefile @@ -1,2 +1 @@ -obj-y += board.o lwl-y += lowlevel.o diff --git a/arch/arm/boards/globalscale-guruplug/board.c b/arch/arm/boards/globalscale-guruplug/board.c deleted file mode 100644 index 9c800c5410..0000000000 --- a/arch/arm/boards/globalscale-guruplug/board.c +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright - * (C) 2013 Thomas Petazzoni - * - * 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. - * - */ - -/* empty */ diff --git a/arch/arm/boards/globalscale-mirabox/Makefile b/arch/arm/boards/globalscale-mirabox/Makefile index 01c7a259e9..b08c4a93ca 100644 --- a/arch/arm/boards/globalscale-mirabox/Makefile +++ b/arch/arm/boards/globalscale-mirabox/Makefile @@ -1,2 +1 @@ -obj-y += board.o lwl-y += lowlevel.o diff --git a/arch/arm/boards/globalscale-mirabox/board.c b/arch/arm/boards/globalscale-mirabox/board.c deleted file mode 100644 index 9c800c5410..0000000000 --- a/arch/arm/boards/globalscale-mirabox/board.c +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright - * (C) 2013 Thomas Petazzoni - * - * 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. - * - */ - -/* empty */ diff --git a/arch/arm/boards/marvell-armada-xp-gp/Makefile b/arch/arm/boards/marvell-armada-xp-gp/Makefile index 01c7a259e9..b08c4a93ca 100644 --- a/arch/arm/boards/marvell-armada-xp-gp/Makefile +++ b/arch/arm/boards/marvell-armada-xp-gp/Makefile @@ -1,2 +1 @@ -obj-y += board.o lwl-y += lowlevel.o diff --git a/arch/arm/boards/marvell-armada-xp-gp/board.c b/arch/arm/boards/marvell-armada-xp-gp/board.c deleted file mode 100644 index 9c800c5410..0000000000 --- a/arch/arm/boards/marvell-armada-xp-gp/board.c +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright - * (C) 2013 Thomas Petazzoni - * - * 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. - * - */ - -/* empty */ diff --git a/arch/arm/boards/netgear-rn104/Makefile b/arch/arm/boards/netgear-rn104/Makefile index 01c7a259e9..b08c4a93ca 100644 --- a/arch/arm/boards/netgear-rn104/Makefile +++ b/arch/arm/boards/netgear-rn104/Makefile @@ -1,2 +1 @@ -obj-y += board.o lwl-y += lowlevel.o diff --git a/arch/arm/boards/netgear-rn104/board.c b/arch/arm/boards/netgear-rn104/board.c deleted file mode 100644 index 40a8c178f1..0000000000 --- a/arch/arm/boards/netgear-rn104/board.c +++ /dev/null @@ -1 +0,0 @@ -/* empty */ diff --git a/arch/arm/boards/plathome-openblocks-a6/Makefile b/arch/arm/boards/plathome-openblocks-a6/Makefile index 01c7a259e9..b08c4a93ca 100644 --- a/arch/arm/boards/plathome-openblocks-a6/Makefile +++ b/arch/arm/boards/plathome-openblocks-a6/Makefile @@ -1,2 +1 @@ -obj-y += board.o lwl-y += lowlevel.o diff --git a/arch/arm/boards/plathome-openblocks-a6/board.c b/arch/arm/boards/plathome-openblocks-a6/board.c deleted file mode 100644 index 40a8c178f1..0000000000 --- a/arch/arm/boards/plathome-openblocks-a6/board.c +++ /dev/null @@ -1 +0,0 @@ -/* empty */ diff --git a/arch/arm/boards/plathome-openblocks-ax3/Makefile b/arch/arm/boards/plathome-openblocks-ax3/Makefile index 01c7a259e9..b08c4a93ca 100644 --- a/arch/arm/boards/plathome-openblocks-ax3/Makefile +++ b/arch/arm/boards/plathome-openblocks-ax3/Makefile @@ -1,2 +1 @@ -obj-y += board.o lwl-y += lowlevel.o diff --git a/arch/arm/boards/plathome-openblocks-ax3/board.c b/arch/arm/boards/plathome-openblocks-ax3/board.c deleted file mode 100644 index 9c800c5410..0000000000 --- a/arch/arm/boards/plathome-openblocks-ax3/board.c +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright - * (C) 2013 Thomas Petazzoni - * - * 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. - * - */ - -/* empty */ diff --git a/arch/arm/boards/turris-omnia/Makefile b/arch/arm/boards/turris-omnia/Makefile index 01c7a259e9..b08c4a93ca 100644 --- a/arch/arm/boards/turris-omnia/Makefile +++ b/arch/arm/boards/turris-omnia/Makefile @@ -1,2 +1 @@ -obj-y += board.o lwl-y += lowlevel.o diff --git a/arch/arm/boards/turris-omnia/board.c b/arch/arm/boards/turris-omnia/board.c deleted file mode 100644 index 40a8c178f1..0000000000 --- a/arch/arm/boards/turris-omnia/board.c +++ /dev/null @@ -1 +0,0 @@ -/* empty */ diff --git a/arch/arm/boards/usi-topkick/Makefile b/arch/arm/boards/usi-topkick/Makefile index 01c7a259e9..b08c4a93ca 100644 --- a/arch/arm/boards/usi-topkick/Makefile +++ b/arch/arm/boards/usi-topkick/Makefile @@ -1,2 +1 @@ -obj-y += board.o lwl-y += lowlevel.o diff --git a/arch/arm/boards/usi-topkick/board.c b/arch/arm/boards/usi-topkick/board.c deleted file mode 100644 index 7dbe0aa943..0000000000 --- a/arch/arm/boards/usi-topkick/board.c +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright - * (C) 2013 Jason Cooper - * - * 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. - * - */ - -/* empty */ -- cgit v1.2.3 From 6dca21e09d319c492e04be3783d90e5595a0024e Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Tue, 5 May 2020 15:36:10 +0300 Subject: MIPS: dlink-dir-320: remove useless board file The board file calls only barebox_set_hostname(). Since we can extract host name from devicetree, we can drop board file. Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/mips/boards/dlink-dir-320/Makefile | 1 - arch/mips/boards/dlink-dir-320/board.c | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 arch/mips/boards/dlink-dir-320/board.c diff --git a/arch/mips/boards/dlink-dir-320/Makefile b/arch/mips/boards/dlink-dir-320/Makefile index 01c7a259e9..b08c4a93ca 100644 --- a/arch/mips/boards/dlink-dir-320/Makefile +++ b/arch/mips/boards/dlink-dir-320/Makefile @@ -1,2 +1 @@ -obj-y += board.o lwl-y += lowlevel.o diff --git a/arch/mips/boards/dlink-dir-320/board.c b/arch/mips/boards/dlink-dir-320/board.c deleted file mode 100644 index b75812cefe..0000000000 --- a/arch/mips/boards/dlink-dir-320/board.c +++ /dev/null @@ -1,15 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-only -/* - * Copyright (C) 2011, 2014 Antony Pavlov - */ - -#include -#include - -static int dir320_console_init(void) -{ - barebox_set_hostname("dir320"); - - return 0; -} -console_initcall(dir320_console_init); -- cgit v1.2.3 From 085f73d5d3c691ed23794d6cd0b9a5d16ad8e335 Mon Sep 17 00:00:00 2001 From: Rouven Czerwinski Date: Tue, 5 May 2020 14:58:36 +0200 Subject: ARM: i.MX: configurable Super Root Key index Allow the configuration of the Super Root Key Index, to let the user select another key if a previous key has been revoked. Signed-off-by: Rouven Czerwinski Signed-off-by: Sascha Hauer --- arch/arm/mach-imx/Kconfig | 10 ++++++++++ arch/arm/mach-imx/include/mach/habv4-imx6-gencsf.h | 2 +- arch/arm/mach-imx/include/mach/habv4-imx8-gencsf.h | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 072c659008..6dd5cb2aca 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -845,6 +845,16 @@ config HAB_CERTS_ENV CONFIG_HABV4_CSF_CRT_PEM CONFIG_HABV4_IMG_CRT_PEM +config HABV4_SRK_INDEX + depends on HABV4 + int "SRK index" + default 0 + help + Select the Super Root Key used in the Command Sequence File to sign + the CSF binary. This should only be changed if a previous key was + revoked and another key needs to be used. For HABV4 the Index is in + the range from 0 to 3. + if HABV4 && !HAB_CERTS_ENV config HABV4_TABLE_BIN diff --git a/arch/arm/mach-imx/include/mach/habv4-imx6-gencsf.h b/arch/arm/mach-imx/include/mach/habv4-imx6-gencsf.h index 5818879609..2961b97b79 100644 --- a/arch/arm/mach-imx/include/mach/habv4-imx6-gencsf.h +++ b/arch/arm/mach-imx/include/mach/habv4-imx6-gencsf.h @@ -19,7 +19,7 @@ hab Engine = CAAM hab [Install SRK] hab File = CONFIG_HABV4_TABLE_BIN hab # SRK index within SRK-Table 0..3 -hab Source index = 0 +hab Source index = CONFIG_HABV4_SRK_INDEX hab [Install CSFK] /* target key index in keystore 1 */ diff --git a/arch/arm/mach-imx/include/mach/habv4-imx8-gencsf.h b/arch/arm/mach-imx/include/mach/habv4-imx8-gencsf.h index 34039ee590..9ed6893988 100644 --- a/arch/arm/mach-imx/include/mach/habv4-imx8-gencsf.h +++ b/arch/arm/mach-imx/include/mach/habv4-imx8-gencsf.h @@ -19,7 +19,7 @@ hab Engine = CAAM hab [Install SRK] hab File = CONFIG_HABV4_TABLE_BIN hab # SRK index within SRK-Table 0..3 -hab Source index = 0 +hab Source index = CONFIG_HABV4_SRK_INDEX hab [Install CSFK] /* target key index in keystore 1 */ -- cgit v1.2.3 From 7be1d2fc5209d5888be0e40991e777e57bfbd906 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 27 Apr 2020 09:13:49 +0200 Subject: ARM: i.MX: boot: correctly handle SRC_SBMR1 override via SRC_GPR9 `mw 0x20d8040 0x08000030; mw 0x20d8044 0x10000000; reset` issued on an i.MX6Q forces boot from the ecspi1. This is because the BootROM reads the boot mode out of SRC_GPR9 instead of SRC_SBMR1 whenever SRC_GPR10 has its 28th bit set. Teach barebox about this, so we don't end up with a wrong $bootsource when putting SRC_GPR9 into use. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/arm/mach-imx/boot.c | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-imx/boot.c b/arch/arm/mach-imx/boot.c index 7bce1c710c..3ff297d46e 100644 --- a/arch/arm/mach-imx/boot.c +++ b/arch/arm/mach-imx/boot.c @@ -320,10 +320,13 @@ void imx53_boot_save_loc(void) #define IMX6_SRC_SBMR1 0x04 #define IMX6_SRC_SBMR2 0x1c +#define IMX6_SRC_GPR9 0x40 +#define IMX6_SRC_GPR10 0x44 #define IMX6_BMOD_SERIAL 0b01 #define IMX6_BMOD_RESERVED 0b11 #define IMX6_BMOD_FUSES 0b00 #define BT_FUSE_SEL BIT(4) +#define GPR10_BOOT_FROM_GPR9 BIT(28) static bool imx6_bootsource_reserved(uint32_t sbmr2) { @@ -388,11 +391,21 @@ static int imx6_boot_instance_mmc(uint32_t r) return FIELD_GET(BOOT_CFG2(4, 3), r); } +static u32 imx6_get_src_boot_mode(void __iomem *src_base) +{ + if (readl(src_base + IMX6_SRC_GPR10) & GPR10_BOOT_FROM_GPR9) + return readl(src_base + IMX6_SRC_GPR9); + + return readl(src_base + IMX6_SRC_SBMR1); +} + void imx6_get_boot_source(enum bootsource *src, int *instance) { void __iomem *src_base = IOMEM(MX6_SRC_BASE_ADDR); - uint32_t sbmr1 = readl(src_base + IMX6_SRC_SBMR1); uint32_t sbmr2 = readl(src_base + IMX6_SRC_SBMR2); + uint32_t bootmode; + + bootmode = imx6_get_src_boot_mode(src_base); if (imx6_bootsource_reserved(sbmr2)) return; @@ -402,23 +415,23 @@ void imx6_get_boot_source(enum bootsource *src, int *instance) return; } - switch (imx53_bootsource_internal(sbmr1)) { + switch (imx53_bootsource_internal(bootmode)) { case 2: *src = BOOTSOURCE_HD; break; case 3: - *src = imx6_bootsource_serial_rom(sbmr1); - *instance = imx6_boot_instance_serial_rom(sbmr1); + *src = imx6_bootsource_serial_rom(bootmode); + *instance = imx6_boot_instance_serial_rom(bootmode); break; case 4: case 5: case 6: case 7: *src = BOOTSOURCE_MMC; - *instance = imx6_boot_instance_mmc(sbmr1); + *instance = imx6_boot_instance_mmc(bootmode); break; default: - if (imx53_bootsource_nand(sbmr1)) + if (imx53_bootsource_nand(bootmode)) *src = BOOTSOURCE_NAND; break; } -- cgit v1.2.3 From 7a01db612ff1d8a285fe144a11c1f6a4fa4d7fe4 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 27 Apr 2020 09:13:50 +0200 Subject: ARM: i.MX: boot: interpret reserved boot as forced serial `mw 0x20d8040 0x00000010; mw 0x20d8044 0x10000000; reset` issued on an i.MX6Q forces serial download mode, but there is no indication of that in the sbmr2 register, so barebox reports $bootsource=unknown. Similarly, `mw 0x20d8040 0x00000020; mw 0x20d8044 0x10000000; reset` forces an i.MX6UL into recovery mode after reset. Do as U-Boot does and interpret the (reserved) value in BOOT_CFG1(7, 4) for each SoC as serial download. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/arm/mach-imx/boot.c | 19 +++++++++++++++---- arch/arm/mach-imx/include/mach/imx6.h | 4 ++++ 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-imx/boot.c b/arch/arm/mach-imx/boot.c index 3ff297d46e..dc52266eb7 100644 --- a/arch/arm/mach-imx/boot.c +++ b/arch/arm/mach-imx/boot.c @@ -31,6 +31,7 @@ #include #include #include +#include static void @@ -345,6 +346,13 @@ static bool imx6_bootsource_serial(uint32_t sbmr2) !(sbmr2 & BT_FUSE_SEL)); } +static bool imx6_bootsource_serial_forced(uint32_t bootmode) +{ + if (cpu_mx6_is_mx6ul() || cpu_mx6_is_mx6ull()) + return bootmode == 2; + return bootmode == 1; +} + static int __imx6_bootsource_serial_rom(uint32_t r) { return FIELD_GET(BOOT_CFG4(2, 0), r); @@ -403,20 +411,23 @@ void imx6_get_boot_source(enum bootsource *src, int *instance) { void __iomem *src_base = IOMEM(MX6_SRC_BASE_ADDR); uint32_t sbmr2 = readl(src_base + IMX6_SRC_SBMR2); - uint32_t bootmode; + uint32_t bootmode, bootsrc; bootmode = imx6_get_src_boot_mode(src_base); if (imx6_bootsource_reserved(sbmr2)) return; - if (imx6_bootsource_serial(sbmr2)) { + bootsrc = imx53_bootsource_internal(bootmode); + + if (imx6_bootsource_serial(sbmr2) || + imx6_bootsource_serial_forced(bootsrc)) { *src = BOOTSOURCE_SERIAL; return; } - switch (imx53_bootsource_internal(bootmode)) { - case 2: + switch (bootsrc) { + case 2: /* unreachable for i.MX6UL(L) */ *src = BOOTSOURCE_HD; break; case 3: diff --git a/arch/arm/mach-imx/include/mach/imx6.h b/arch/arm/mach-imx/include/mach/imx6.h index 5560774de9..b65cdaaf40 100644 --- a/arch/arm/mach-imx/include/mach/imx6.h +++ b/arch/arm/mach-imx/include/mach/imx6.h @@ -28,6 +28,7 @@ void __noreturn imx6_pm_stby_poweroff(struct poweroff_handler *handler); static inline int scu_get_core_count(void) { +#if __LINUX_ARM_ARCH__ <= 7 unsigned long base; unsigned int ncores; @@ -35,6 +36,9 @@ static inline int scu_get_core_count(void) ncores = readl(base + SCU_CONFIG); return (ncores & 0x03) + 1; +#else + return 0; +#endif } #define SI_REV_CPUTYPE(s) (((s) >> 16) & 0xff) -- cgit v1.2.3 From b507a305683f7b4c7a9a0ba9aab0b114e298e2de Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 27 Apr 2020 09:13:51 +0200 Subject: ARM: i.MX6: boot: handle i.MX6UL differences The i.MX6UL differs from the i.MX6Q in the interpretation of the first two values for BOOT_CFG(7, 4): +--------------+----------+----------+ |BOOT_CFG1(7,4)| 0x01 | 0x02 | |==============+==========+==========| | MX6Q | reserved | SATA | |--------------+----------+----------| | MX6UL | QSPI | reserved | +--------------+----------+----------+ The reserved (forced serial) values are handled in the previous commit. Add QSPI boot source detection now. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/arm/mach-imx/boot.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-imx/boot.c b/arch/arm/mach-imx/boot.c index dc52266eb7..ef868301cd 100644 --- a/arch/arm/mach-imx/boot.c +++ b/arch/arm/mach-imx/boot.c @@ -427,6 +427,9 @@ void imx6_get_boot_source(enum bootsource *src, int *instance) } switch (bootsrc) { + case 1: /* only reachable for i.MX6UL(L) */ + *src = BOOTSOURCE_SPI; /* Really: qspi */ + return; case 2: /* unreachable for i.MX6UL(L) */ *src = BOOTSOURCE_HD; break; -- cgit v1.2.3 From 54b54c22cf3d8efa67eca6792f9ac344518d3570 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Wed, 29 Apr 2020 17:35:59 +0200 Subject: ARM: dts: vexpress-v2p-ca9: adapt fixed NOR flash partition setup Upstream DTS commit 62a5017bf825c9e4d317 ("ARM: dts: vexpress: specify AFS partition") [1] introduced an empty node at /smb@4000000 /motherboard/flash@0,00000000/partitions, which is preferred by the OF partitions parser over the single partition nodes. In the same commit, upstream set the compatible to "arm,arm-firmware-suite", which barebox does not know about. Adapt our fixed partition setup accordingly by wrapping all partitions in an extra "partitions" node with the correct compatible. [1]: https://git.kernel.org/linus/62a5017bf825c9e4d3176eb975a01c329a9f36 Fixes: 6940ba22c66ac1c71350 ("dts: update to v5.3-rc1") Signed-off-by: Roland Hieber Signed-off-by: Sascha Hauer --- arch/arm/dts/vexpress-v2p-ca9.dts | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/arch/arm/dts/vexpress-v2p-ca9.dts b/arch/arm/dts/vexpress-v2p-ca9.dts index d0975330f2..b13c114f0c 100644 --- a/arch/arm/dts/vexpress-v2p-ca9.dts +++ b/arch/arm/dts/vexpress-v2p-ca9.dts @@ -16,19 +16,23 @@ #address-cells = <1>; #size-cells = <1>; - partition@0 { - label = "barebox"; - reg = <0x0 0x80000>; - }; + partitions { + compatible = "fixed-partitions"; - barebox_env: partition@80000 { - label = "barebox-environment"; - reg = <0x80000 0x80000>; - }; + partition@0 { + label = "barebox"; + reg = <0x0 0x80000>; + }; + + barebox_env: partition@80000 { + label = "barebox-environment"; + reg = <0x80000 0x80000>; + }; - state_storage: partition@100000 { - label = "barebox-state"; - reg = <0x100000 0x100000>; + state_storage: partition@100000 { + label = "barebox-state"; + reg = <0x100000 0x100000>; + }; }; }; }; -- cgit v1.2.3 From df106a84fb035bf8e76497099f1a9629b499e49b Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Sat, 9 May 2020 12:11:33 +0900 Subject: module.h: split out the EXPORT_SYMBOL into export.h Do as Linux commit f50169324df4ad942e544386d136216c8617636a Signed-off-by: Masahiro Yamada Signed-off-by: Sascha Hauer --- include/linux/export.h | 39 +++++++++++++++++++++++++++++++++++++++ include/module.h | 28 +--------------------------- 2 files changed, 40 insertions(+), 27 deletions(-) create mode 100644 include/linux/export.h diff --git a/include/linux/export.h b/include/linux/export.h new file mode 100644 index 0000000000..88d318bd8a --- /dev/null +++ b/include/linux/export.h @@ -0,0 +1,39 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +#ifndef _LINUX_EXPORT_H +#define _LINUX_EXPORT_H + +#define THIS_MODULE 0 + +#ifdef CONFIG_MODULES + +struct kernel_symbol +{ + unsigned long value; + const char *name; +}; + +/* For every exported symbol, place a struct in the __ksymtab section */ +#define __EXPORT_SYMBOL(sym, sec) \ + extern typeof(sym) sym; \ + static const char __ustrtab_##sym[] \ + __attribute__((section("__usymtab_strings"))) \ + = MODULE_SYMBOL_PREFIX #sym; \ + static const struct kernel_symbol __usymtab_##sym \ + __used \ + __attribute__((section("__usymtab" sec), unused)) \ + = { (unsigned long)&sym, __ustrtab_##sym } + +#define EXPORT_SYMBOL(sym) \ + __EXPORT_SYMBOL(sym, "") + +#define EXPORT_SYMBOL_GPL(sym) \ + __EXPORT_SYMBOL(sym, "") + +#else + +#define EXPORT_SYMBOL(sym) +#define EXPORT_SYMBOL_GPL(sym) + +#endif /* CONFIG_MODULES */ + +#endif /* _LINUX_EXPORT_H */ diff --git a/include/module.h b/include/module.h index abf740a789..cea8c2e181 100644 --- a/include/module.h +++ b/include/module.h @@ -4,6 +4,7 @@ #include #include +#include #include #ifndef MODULE_SYMBOL_PREFIX @@ -11,36 +12,12 @@ #endif #define MODULE_NAME_LEN (64 - sizeof(unsigned long)) -#define THIS_MODULE 0 #ifdef CONFIG_MODULES #include -struct kernel_symbol -{ - unsigned long value; - const char *name; -}; - struct module * load_module(void *mod_image, unsigned long len); -/* For every exported symbol, place a struct in the __ksymtab section */ -#define __EXPORT_SYMBOL(sym, sec) \ - extern typeof(sym) sym; \ - static const char __ustrtab_##sym[] \ - __attribute__((section("__usymtab_strings"))) \ - = MODULE_SYMBOL_PREFIX #sym; \ - static const struct kernel_symbol __usymtab_##sym \ - __used \ - __attribute__((section("__usymtab" sec), unused)) \ - = { (unsigned long)&sym, __ustrtab_##sym } - -#define EXPORT_SYMBOL(sym) \ - __EXPORT_SYMBOL(sym, "") - -#define EXPORT_SYMBOL_GPL(sym) \ - __EXPORT_SYMBOL(sym, "") - struct module { /* Unique handle for this module */ char name[MODULE_NAME_LEN]; @@ -74,9 +51,6 @@ int apply_relocate_add(Elf_Shdr *sechdrs, unsigned int symindex, unsigned int relsec, struct module *mod); -#else -#define EXPORT_SYMBOL(sym) -#define EXPORT_SYMBOL_GPL(sym) #endif /* CONFIG_MODULES */ extern struct list_head module_list; -- cgit v1.2.3 From 6a0821a427580d81eda94388c56e240c6bd21fde Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 11 May 2020 09:42:19 +0200 Subject: video: backlight-pwm: remove unused struct member pwm_backlight.max_value is unused anywhere. Drop it. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- drivers/video/backlight-pwm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/backlight-pwm.c b/drivers/video/backlight-pwm.c index c2979f914d..fda23b8243 100644 --- a/drivers/video/backlight-pwm.c +++ b/drivers/video/backlight-pwm.c @@ -34,7 +34,6 @@ struct pwm_backlight { unsigned int *levels; int enable_gpio; int enable_active_high; - int max_value; int enabled; unsigned int scale; }; -- cgit v1.2.3 From aa9835fa53b401706e31c63e24b778a68e0f58ca Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 11 May 2020 09:42:20 +0200 Subject: video: backlight-pwm: set backlight dev.parent to hardware dev backlight_register allocates a new backlight device. Populating the device's parent field with the hardware device gives us more informational devinfo output. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- drivers/video/backlight-pwm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/video/backlight-pwm.c b/drivers/video/backlight-pwm.c index fda23b8243..cae016be8f 100644 --- a/drivers/video/backlight-pwm.c +++ b/drivers/video/backlight-pwm.c @@ -202,6 +202,7 @@ static int backlight_pwm_of_probe(struct device_d *dev) pwm_backlight->backlight.slew_time_ms = 100; pwm_backlight->backlight.brightness_set = backlight_pwm_set; + pwm_backlight->backlight.dev.parent = dev; pwm_backlight->backlight.node = dev->device_node; ret = backlight_register(&pwm_backlight->backlight); -- cgit v1.2.3 From 7c5c6561f0caf3cc4cb29640daa8224a3cb3f650 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Mon, 11 May 2020 18:50:38 +0200 Subject: net: designware: eqos: attach PHY earlier If the PHY isn't driving the refclock, the software reset of the controller will time out. Some PHYs need some board specific configuration to properly drive the reflock. Attach the PHY before attempting the software reset, so PHY fixups have a chance to run. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- drivers/net/designware_eqos.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/net/designware_eqos.c b/drivers/net/designware_eqos.c index cb52f3942d..d2baaeaf63 100644 --- a/drivers/net/designware_eqos.c +++ b/drivers/net/designware_eqos.c @@ -360,6 +360,11 @@ static int eqos_start(struct eth_device *edev) int ret; int i; + ret = phy_device_connect(edev, &eqos->miibus, eqos->phy_addr, + eqos->ops->adjust_link, 0, eqos->interface); + if (ret) + return ret; + setbits_le32(&eqos->dma_regs->mode, EQOS_DMA_MODE_SWR); ret = readl_poll_timeout(&eqos->dma_regs->mode, mode_set, @@ -379,11 +384,6 @@ static int eqos_start(struct eth_device *edev) val = (rate / USEC_PER_SEC) - 1; /* -1 because the data sheet says so */ writel(val, &eqos->mac_regs->us_tic_counter); - ret = phy_device_connect(edev, &eqos->miibus, eqos->phy_addr, - eqos->ops->adjust_link, 0, eqos->interface); - if (ret) - return ret; - /* Before we reset the mac, we must insure the PHY is not powered down * as the dw controller needs all clock domains to be running, including * the PHY clock, to come out of a mac reset. */ -- cgit v1.2.3 From 7721719313bc47e0eb90d45c00d67233d698bd2f Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Tue, 12 May 2020 20:45:11 +0300 Subject: phy: drop of_phy_simple_xlate() stub The function of_phy_simple_xlate() is not used. Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- include/linux/phy/phy.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index e2fe42d90e..679ce6e420 100644 --- a/include/linux/phy/phy.h +++ b/include/linux/phy/phy.h @@ -139,8 +139,6 @@ struct phy *of_phy_get_by_phandle(struct device_d *dev, const char *phandle, u8 index); void phy_put(struct phy *phy); struct phy *of_phy_get(struct device_node *np, const char *con_id); -struct phy *of_phy_simple_xlate(struct device_d *dev, - struct of_phandle_args *args); struct phy *phy_create(struct device_d *dev, struct device_node *node, const struct phy_ops *ops); void phy_destroy(struct phy *phy); @@ -215,12 +213,6 @@ static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) return ERR_PTR(-ENOSYS); } -static inline struct phy *of_phy_simple_xlate(struct device_d *dev, - struct of_phandle_args *args) -{ - return ERR_PTR(-ENOSYS); -} - static inline struct phy *phy_create(struct device_d *dev, struct device_node *node, const struct phy_ops *ops) -- cgit v1.2.3