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:
Patrick Georgi
2020-05-10 16:41:01 +02:00
parent a83c6bc907
commit 6b5bc77c9b
8163 changed files with 0 additions and 8166 deletions

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
subdirs-y += aspeed
subdirs-y += fintek

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_ACPI_PNP_DEFS_ASL
#define SUPERIO_ACPI_PNP_DEFS_ASL

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/* ======== General PnP configuration functions ======= */

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/* =================== Generic PnP Device =================== */

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/* =================== Keyboard Controller ================== */

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/* ========================== UART ========================== */

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
## include generic fintek pre-ram stage driver
romstage-$(CONFIG_SUPERIO_ASPEED_COMMON_PRE_RAM) += common/early_serial.c

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
config SUPERIO_ASPEED_AST2400
bool

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_ASPEED_AST2400) += superio.c
ramstage-$(CONFIG_SUPERIO_ASPEED_AST2400) += ../../common/ssdt.c

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_ASPEED_AST2400_H
#define SUPERIO_ASPEED_AST2400_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef __SUPERIO_ASPEED__AST2400_CHIP_H__
#define __SUPERIO_ASPEED__AST2400_CHIP_H__

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
# Generic Aspeed preram driver - Just enough UART initialisation code for
# preram phase.

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_ASPEED_COMMON_ROMSTAGE_H
#define SUPERIO_ASPEED_COMMON_ROMSTAGE_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <arch/io.h>
#include <delay.h>

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
/*
* A generic pre-ram driver for Aspeed variant Super I/O chips.

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef __SUPERIO_COMMON_CHIP_H__
#define __SUPERIO_COMMON_CHIP_H__

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#include <arch/io.h>
#include <device/device.h>

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <superio/common/ssdt.h>

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef __SUPERIO_COMMON_SSDT_H__
#define __SUPERIO_COMMON_SSDT_H__

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
## include generic fintek pre-ram stage driver
bootblock-$(CONFIG_SUPERIO_FINTEK_COMMON_PRE_RAM) += common/early_serial.c

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
# Generic Fintek romstage driver - Just enough UART initialisation code for
# romstage.

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
/*
* A generic romstage (pre-ram) driver for Fintek variant Super I/O chips.

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#include <console/console.h>
#include "fan_control.h"

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_FAN_CONTROL_H
#define SUPERIO_FINTEK_FAN_CONTROL_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_COMMON_PRE_RAM_H
#define SUPERIO_FINTEK_COMMON_PRE_RAM_H

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
config SUPERIO_FINTEK_F71808A
bool

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_FINTEK_F71808A) += f71808a_multifunc.c
ramstage-$(CONFIG_SUPERIO_FINTEK_F71808A) += f71808a_hwm.c

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_F71808A_CHIP_H
#define SUPERIO_FINTEK_F71808A_CHIP_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_F71808A_H
#define SUPERIO_FINTEK_F71808A_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <console/console.h>
#include <device/device.h>

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_F71808A_INTERNAL_H
#define SUPERIO_FINTEK_F71808A_INTERNAL_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
config SUPERIO_FINTEK_F71859
bool

View File

@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_FINTEK_F71859) += superio.c

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_F71859_H
#define SUPERIO_FINTEK_F71859_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
config SUPERIO_FINTEK_F71863FG
bool

View File

@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_FINTEK_F71863FG) += superio.c

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_F71863FG_H
#define SUPERIO_FINTEK_F71863FG_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
config SUPERIO_FINTEK_F71869AD
bool

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_FINTEK_F71869AD) += f71869ad_multifunc.c
ramstage-$(CONFIG_SUPERIO_FINTEK_F71869AD) += f71869ad_hwm.c

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_F71869AD_CHIP_H
#define SUPERIO_FINTEK_F71869AD_CHIP_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_F71869AD_H
#define SUPERIO_FINTEK_F71869AD_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <console/console.h>
#include <device/device.h>

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_F71869AD_INTERNAL_H
#define SUPERIO_FINTEK_F71869AD_INTERNAL_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
config SUPERIO_FINTEK_F81803A
bool

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
ifeq ($(CONFIG_BOOTBLOCK_CONSOLE),y)
bootblock-$(CONFIG_SUPERIO_FINTEK_F81803A) += ../common/early_serial.c

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/*
* Include this file into a mainboard's DSDT _SB device tree and it will

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
/*
* Datasheet:

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_F81803_HWM_H
#define SUPERIO_FINTEK_F81803_HWM_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#include <arch/io.h>
#include <console/console.h>

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
config SUPERIO_FINTEK_F81865F
bool

View File

@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_FINTEK_F81865F) += superio.c

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
/*
* Datasheet:

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
config SUPERIO_FINTEK_F81866D
bool

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_FINTEK_F81866D) += f81866d_hwm.c f81866d_uart.c
ramstage-$(CONFIG_SUPERIO_FINTEK_F81866D) += superio.c

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_F81866D_CHIP_H
#define SUPERIO_FINTEK_F81866D_CHIP_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
/*
* Datasheet:

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
/* Setup only for Fan2
* TODO: Add support for Fan1 and Fan3

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <console/console.h>
#include <device/device.h>

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_F81866D_INTERNAL_H
#define SUPERIO_FINTEK_F81866D_INTERNAL_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
## include generic ite pre-ram stage driver
bootblock-$(CONFIG_SUPERIO_ITE_COMMON_PRE_RAM) += common/early_serial.c

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
# Generic ITE romstage driver - Just enough UART initialisation code for
# romstage.

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <arch/io.h>
#include <device/pnp_ops.h>

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <console/console.h>
#include <delay.h>

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_ENV_CTRL_H
#define SUPERIO_ITE_ENV_CTRL_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_ENV_CTRL_CHIP_H
#define SUPERIO_ITE_ENV_CTRL_CHIP_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_COMMON_PRE_RAM_H
#define SUPERIO_ITE_COMMON_PRE_RAM_H

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
config SUPERIO_ITE_IT8528E
bool

View File

@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_ITE_IT8528E) += superio.c

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_IT8528E_H
#define SUPERIO_ITE_IT8528E_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
config SUPERIO_ITE_IT8613E
bool

View File

@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_ITE_IT8613E) += superio.c

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_IT8613E_CHIP_H
#define SUPERIO_ITE_IT8613E_CHIP_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_IT8613E_H
#define SUPERIO_ITE_IT8613E_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
config SUPERIO_ITE_IT8623E
bool

View File

@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_ITE_IT8623E) += superio.c

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_IT8623E_CHIP_H
#define SUPERIO_ITE_IT8623E_CHIP_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_IT8623E_H
#define SUPERIO_ITE_IT8623E_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
config SUPERIO_ITE_IT8712F
bool

View File

@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
ramstage-$(CONFIG_SUPERIO_ITE_IT8712F) += superio.c

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_IT8712F_H
#define SUPERIO_ITE_IT8712F_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/device.h>
#include <device/pnp.h>

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
config SUPERIO_ITE_IT8718F
bool

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
bootblock-$(CONFIG_SUPERIO_ITE_IT8718F) += early_serial.c
romstage-$(CONFIG_SUPERIO_ITE_IT8718F) += early_serial.c

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_IT8718F_CHIP_H
#define SUPERIO_ITE_IT8718F_CHIP_H

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#include <device/pnp_type.h>
#include <superio/ite/common/ite.h>

View File

@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_ITE_IT8718F_H
#define SUPERIO_ITE_IT8718F_H

Some files were not shown because too many files have changed in this diff Show More