treewide: Remove "this file is part of" lines
Stefan thinks they don't add value. Command used: sed -i -e '/file is part of /d' $(git grep "file is part of " |egrep ":( */\*.*\*/\$|#|;#|-- | *\* )" | cut -d: -f1 |grep -v crossgcc |grep -v gcov | grep -v /elf.h |grep -v nvramtool) The exceptions are for: - crossgcc (patch file) - gcov (imported from gcc) - elf.h (imported from GNU's libc) - nvramtool (more complicated header) The removed lines are: - fmt.Fprintln(f, "/* This file is part of the coreboot project. */") -# This file is part of a set of unofficial pre-commit hooks available -/* This file is part of coreboot */ -# This file is part of msrtool. -/* This file is part of msrtool. */ - * This file is part of ncurses, designed to be appended after curses.h.in -/* This file is part of pgtblgen. */ - * This file is part of the coreboot project. - /* This file is part of the coreboot project. */ -# This file is part of the coreboot project. -# This file is part of the coreboot project. -## This file is part of the coreboot project. --- This file is part of the coreboot project. -/* This file is part of the coreboot project */ -/* This file is part of the coreboot project. */ -;## This file is part of the coreboot project. -# This file is part of the coreboot project. It originated in the - * This file is part of the coreinfo project. -## This file is part of the coreinfo project. - * This file is part of the depthcharge project. -/* This file is part of the depthcharge project. */ -/* This file is part of the ectool project. */ - * This file is part of the GNU C Library. - * This file is part of the libpayload project. -## This file is part of the libpayload project. -/* This file is part of the Linux kernel. */ -## This file is part of the superiotool project. -/* This file is part of the superiotool project */ -/* This file is part of uio_usbdebug */ Change-Id: I82d872b3b337388c93d5f5bf704e9ee9e53ab3a9 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41194 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
################################################################################
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
|
||||
###############################################################################
|
||||
|
@@ -1,7 +1,6 @@
|
||||
################################################################################
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
###############################################################################
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* Early initialization code for ARM architecture.
|
||||
*
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* cache.c: Cache maintenance routines for ARMv7-A and ARMv7-R
|
||||
*
|
||||
|
@@ -1,7 +1,6 @@
|
||||
################################################################################
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
###############################################################################
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* This file is based off of the OMAP3530/ARM Cortex start.S file from Das
|
||||
* U-Boot, which itself got the file from armboot.
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <arch/asm.h>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* cache.c: Cache maintenance routines for ARMv7-A and ARMv7-R
|
||||
*
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* cache.c: Cache maintenance routines for ARMv7-M
|
||||
*/
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* Optimized assembly for low-level CPU operations on ARMv7 processors.
|
||||
*
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <types.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
.text
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <arch/exception.h>
|
||||
#include <console/console.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <assert.h>
|
||||
#include <commonlib/helpers.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <thread.h>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* This file contains arm architecture specific defines
|
||||
* for the different processors.
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <arch/cache.h>
|
||||
#include <program_loading.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <arch/clock.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <arch/cpu.h>
|
||||
#include <commonlib/helpers.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <console/console.h>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <build.h>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef __ARM_ASM_H
|
||||
#define __ARM_ASM_H
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef ASM_ARM_BOOT_H
|
||||
#define ASM_ARM_BOOT_H
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef _BYTEORDER_H
|
||||
#define _BYTEORDER_H
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef _ARCH_CBCONFIG_H_
|
||||
#define _ARCH_CBCONFIG_H_
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef __ARM_CLOCK_H_
|
||||
#define __ARM_CLOCK_H_
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <rules.h>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef ARCH_HLT_H
|
||||
#define ARCH_HLT_H
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/* This file contains macro definitions for memlayout.ld linker scripts. */
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef ARCH_ARM_PCI_OPS_H
|
||||
#define ARCH_ARM_PCI_OPS_H
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef __ARCH_STAGES_H
|
||||
#define __ARCH_STAGES_H
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* cache.h: Cache maintenance API for ARM
|
||||
*/
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef __ARCH_CPU_H__
|
||||
#define __ARCH_CPU_H__
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef _ARCH_EXCEPTION_H
|
||||
#define _ARCH_EXCEPTION_H
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
/* Originally imported from linux/include/asm-arm/io.h. This file has changed
|
||||
* substantially since then.
|
||||
*/
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef _ARCH_SMP_SPINLOCK_H
|
||||
#define _ARCH_SMP_SPINLOCK_H
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef ARMV7_H
|
||||
#define ARMV7_H
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* cache.h: Cache maintenance API for ARM
|
||||
*/
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef __ARCH_CPU_H__
|
||||
#define __ARCH_CPU_H__
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef _ARCH_EXCEPTION_H
|
||||
#define _ARCH_EXCEPTION_H
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* Originally imported from linux/include/asm-arm/io.h. This file has changed
|
||||
* substantially since then.
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/* Standard clock speeds */
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef ARCH_SMP_SPINLOCK_H
|
||||
#define ARCH_SMP_SPINLOCK_H
|
||||
|
@@ -1,7 +1,6 @@
|
||||
################################################################################
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
################################################################################
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#if defined __GNUC__
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* linux/arch/arm/lib/lib1funcs.S: Optimized ARM division routines
|
||||
*/
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#ifndef __ARCH_ARM_LIBGCC_LIBGCC_H__
|
||||
#define __ARCH_ARM_LIBGCC_LIBGCC_H__
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#if defined __GNUC__
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
/* Based on linux/arch/arm/lib/muldi3.S */
|
||||
|
||||
#if defined __GNUC__
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
/* Based on linux/arch/arm/lib/ucmpdi2.S */
|
||||
|
||||
#if defined __GNUC__
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include "libgcc.h"
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <arch/asm.h>
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include "libgcc.h"
|
||||
uint64_t __umoddi3(uint64_t num, uint64_t den)
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* Based on linux/arch/arm/lib/memcpy.S
|
||||
*/
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
/* Based on linux/arch/arm/lib/memmove.S */
|
||||
|
||||
#include <arch/asm.h>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* Based on linux/arch/arm/lib/memset.S
|
||||
*
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/*
|
||||
* This file contains entry/exit functions for each stage during coreboot
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include <bootmem.h>
|
||||
#include <boot/tables.h>
|
||||
|
Reference in New Issue
Block a user