summaryrefslogtreecommitdiffstats
path: root/src/mainboard/protectli/vault_bsw
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/protectli/vault_bsw')
-rw-r--r--src/mainboard/protectli/vault_bsw/Makefile.inc1
-rw-r--r--src/mainboard/protectli/vault_bsw/acpi/mainboard.asl1
-rw-r--r--src/mainboard/protectli/vault_bsw/acpi/superio.asl1
-rw-r--r--src/mainboard/protectli/vault_bsw/acpi_tables.c1
-rw-r--r--src/mainboard/protectli/vault_bsw/com_init.c1
-rw-r--r--src/mainboard/protectli/vault_bsw/dsdt.asl1
-rw-r--r--src/mainboard/protectli/vault_bsw/fadt.c1
-rw-r--r--src/mainboard/protectli/vault_bsw/gpio.c1
-rw-r--r--src/mainboard/protectli/vault_bsw/irqroute.c1
-rw-r--r--src/mainboard/protectli/vault_bsw/irqroute.h1
-rw-r--r--src/mainboard/protectli/vault_bsw/mainboard.c1
-rw-r--r--src/mainboard/protectli/vault_bsw/onboard.h1
-rw-r--r--src/mainboard/protectli/vault_bsw/ramstage.c1
-rw-r--r--src/mainboard/protectli/vault_bsw/romstage.c1
-rw-r--r--src/mainboard/protectli/vault_bsw/spi_vscc.c1
15 files changed, 0 insertions, 15 deletions
diff --git a/src/mainboard/protectli/vault_bsw/Makefile.inc b/src/mainboard/protectli/vault_bsw/Makefile.inc
index 75104bf6d1b1..83bac9521a3a 100644
--- a/src/mainboard/protectli/vault_bsw/Makefile.inc
+++ b/src/mainboard/protectli/vault_bsw/Makefile.inc
@@ -1,5 +1,4 @@
## SPDX-License-Identifier: GPL-2.0-or-later
-## This file is part of the coreboot project.
bootblock-y += com_init.c
diff --git a/src/mainboard/protectli/vault_bsw/acpi/mainboard.asl b/src/mainboard/protectli/vault_bsw/acpi/mainboard.asl
index 06aa41f5e70d..38779c2467fe 100644
--- a/src/mainboard/protectli/vault_bsw/acpi/mainboard.asl
+++ b/src/mainboard/protectli/vault_bsw/acpi/mainboard.asl
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
Scope (\_SB.GPNC)
{
diff --git a/src/mainboard/protectli/vault_bsw/acpi/superio.asl b/src/mainboard/protectli/vault_bsw/acpi/superio.asl
index 940cc2377b5a..e51eb00603c5 100644
--- a/src/mainboard/protectli/vault_bsw/acpi/superio.asl
+++ b/src/mainboard/protectli/vault_bsw/acpi/superio.asl
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
Device (COM1) {
Name (_HID, EISAID ("PNP0501"))
diff --git a/src/mainboard/protectli/vault_bsw/acpi_tables.c b/src/mainboard/protectli/vault_bsw/acpi_tables.c
index 948b56201a43..f502741f5ccb 100644
--- a/src/mainboard/protectli/vault_bsw/acpi_tables.c
+++ b/src/mainboard/protectli/vault_bsw/acpi_tables.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <arch/ioapic.h>
#include <soc/acpi.h>
diff --git a/src/mainboard/protectli/vault_bsw/com_init.c b/src/mainboard/protectli/vault_bsw/com_init.c
index c599039c02e7..840fd3ae5b7f 100644
--- a/src/mainboard/protectli/vault_bsw/com_init.c
+++ b/src/mainboard/protectli/vault_bsw/com_init.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <bootblock_common.h>
#include <superio/ite/common/ite.h>
diff --git a/src/mainboard/protectli/vault_bsw/dsdt.asl b/src/mainboard/protectli/vault_bsw/dsdt.asl
index 8e0c7a9cc1da..c5e2ed3111ff 100644
--- a/src/mainboard/protectli/vault_bsw/dsdt.asl
+++ b/src/mainboard/protectli/vault_bsw/dsdt.asl
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <acpi/acpi.h>
DefinitionBlock(
diff --git a/src/mainboard/protectli/vault_bsw/fadt.c b/src/mainboard/protectli/vault_bsw/fadt.c
index a84e0636488d..755ac6e9196a 100644
--- a/src/mainboard/protectli/vault_bsw/fadt.c
+++ b/src/mainboard/protectli/vault_bsw/fadt.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <soc/acpi.h>
#include <string.h>
diff --git a/src/mainboard/protectli/vault_bsw/gpio.c b/src/mainboard/protectli/vault_bsw/gpio.c
index 741d51e33b0b..b7487998191a 100644
--- a/src/mainboard/protectli/vault_bsw/gpio.c
+++ b/src/mainboard/protectli/vault_bsw/gpio.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <soc/gpio.h>
diff --git a/src/mainboard/protectli/vault_bsw/irqroute.c b/src/mainboard/protectli/vault_bsw/irqroute.c
index 79bce753787a..6f9823a433a6 100644
--- a/src/mainboard/protectli/vault_bsw/irqroute.c
+++ b/src/mainboard/protectli/vault_bsw/irqroute.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include "irqroute.h"
diff --git a/src/mainboard/protectli/vault_bsw/irqroute.h b/src/mainboard/protectli/vault_bsw/irqroute.h
index 5c2e34dcd5ae..1cde33e8eea0 100644
--- a/src/mainboard/protectli/vault_bsw/irqroute.h
+++ b/src/mainboard/protectli/vault_bsw/irqroute.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <soc/irq.h>
#include <soc/pci_devs.h>
diff --git a/src/mainboard/protectli/vault_bsw/mainboard.c b/src/mainboard/protectli/vault_bsw/mainboard.c
index 1fd891918b31..3c9c45c476c6 100644
--- a/src/mainboard/protectli/vault_bsw/mainboard.c
+++ b/src/mainboard/protectli/vault_bsw/mainboard.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <arch/mmio.h>
#include <device/device.h>
diff --git a/src/mainboard/protectli/vault_bsw/onboard.h b/src/mainboard/protectli/vault_bsw/onboard.h
index fcdb3a70b863..d97801e86ec9 100644
--- a/src/mainboard/protectli/vault_bsw/onboard.h
+++ b/src/mainboard/protectli/vault_bsw/onboard.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#ifndef ONBOARD_H
#define ONBOARD_H
diff --git a/src/mainboard/protectli/vault_bsw/ramstage.c b/src/mainboard/protectli/vault_bsw/ramstage.c
index 6320ca7a67ad..61be3bbbd83e 100644
--- a/src/mainboard/protectli/vault_bsw/ramstage.c
+++ b/src/mainboard/protectli/vault_bsw/ramstage.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <soc/ramstage.h>
diff --git a/src/mainboard/protectli/vault_bsw/romstage.c b/src/mainboard/protectli/vault_bsw/romstage.c
index 37a75dc56c98..074535258205 100644
--- a/src/mainboard/protectli/vault_bsw/romstage.c
+++ b/src/mainboard/protectli/vault_bsw/romstage.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <device/pci_ops.h>
#include <soc/lpc.h>
diff --git a/src/mainboard/protectli/vault_bsw/spi_vscc.c b/src/mainboard/protectli/vault_bsw/spi_vscc.c
index 529a78eb2249..13fb835b66fb 100644
--- a/src/mainboard/protectli/vault_bsw/spi_vscc.c
+++ b/src/mainboard/protectli/vault_bsw/spi_vscc.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <soc/spi.h>
#include <string.h>