aboutsummaryrefslogtreecommitdiff
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 75104bf6d1..83bac9521a 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 06aa41f5e7..38779c2467 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 940cc2377b..e51eb00603 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 948b56201a..f502741f5c 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 c599039c02..840fd3ae5b 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 8e0c7a9cc1..c5e2ed3111 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 a84e063648..755ac6e919 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 741d51e33b..b748799819 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 79bce75378..6f9823a433 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 5c2e34dcd5..1cde33e8ee 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 1fd891918b..3c9c45c476 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 fcdb3a70b8..d97801e86e 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 6320ca7a67..61be3bbbd8 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 37a75dc56c..0745352582 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 529a78eb22..13fb835b66 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>