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,5 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# This file is part of the coreboot project.
|
||||
|
||||
subdirs-y += aspeed
|
||||
subdirs-y += fintek
|
||||
|
@@ -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
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/* ======== General PnP configuration functions ======= */
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/* =================== Generic PnP Device =================== */
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/* =================== Keyboard Controller ================== */
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/* ========================== UART ========================== */
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,5 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# This file is part of the coreboot project.
|
||||
|
||||
config SUPERIO_ASPEED_AST2400
|
||||
bool
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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__
|
||||
|
@@ -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>
|
||||
|
@@ -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.
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -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.
|
||||
|
@@ -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__
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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__
|
||||
|
@@ -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
|
||||
|
@@ -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.
|
||||
|
@@ -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.
|
||||
|
@@ -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"
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -1,5 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# This file is part of the coreboot project.
|
||||
|
||||
config SUPERIO_FINTEK_F71808A
|
||||
bool
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# This file is part of the coreboot project.
|
||||
|
||||
config SUPERIO_FINTEK_F71859
|
||||
bool
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# This file is part of the coreboot project.
|
||||
|
||||
config SUPERIO_FINTEK_F71863FG
|
||||
bool
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# This file is part of the coreboot project.
|
||||
|
||||
config SUPERIO_FINTEK_F71869AD
|
||||
bool
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# This file is part of the coreboot project.
|
||||
|
||||
config SUPERIO_FINTEK_F81803A
|
||||
bool
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/*
|
||||
* Datasheet:
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# This file is part of the coreboot project.
|
||||
|
||||
config SUPERIO_FINTEK_F81865F
|
||||
bool
|
||||
|
@@ -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
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/*
|
||||
* Datasheet:
|
||||
|
@@ -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>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# This file is part of the coreboot project.
|
||||
|
||||
config SUPERIO_FINTEK_F81866D
|
||||
bool
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -1,5 +1,4 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
/*
|
||||
* Datasheet:
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
|
@@ -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.
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -1,5 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# This file is part of the coreboot project.
|
||||
|
||||
config SUPERIO_ITE_IT8528E
|
||||
bool
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# This file is part of the coreboot project.
|
||||
|
||||
config SUPERIO_ITE_IT8613E
|
||||
bool
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# This file is part of the coreboot project.
|
||||
|
||||
config SUPERIO_ITE_IT8623E
|
||||
bool
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# This file is part of the coreboot project.
|
||||
|
||||
config SUPERIO_ITE_IT8712F
|
||||
bool
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# This file is part of the coreboot project.
|
||||
|
||||
config SUPERIO_ITE_IT8718F
|
||||
bool
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -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
Reference in New Issue
Block a user