aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/protectli/vault_kbl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/protectli/vault_kbl')
-rw-r--r--src/mainboard/protectli/vault_kbl/Makefile.inc1
-rw-r--r--src/mainboard/protectli/vault_kbl/bootblock.c1
-rw-r--r--src/mainboard/protectli/vault_kbl/dsdt.asl1
-rw-r--r--src/mainboard/protectli/vault_kbl/gma-mainboard.ads1
-rw-r--r--src/mainboard/protectli/vault_kbl/gpio.h1
-rw-r--r--src/mainboard/protectli/vault_kbl/ramstage.c1
-rw-r--r--src/mainboard/protectli/vault_kbl/romstage.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/protectli/vault_kbl/Makefile.inc b/src/mainboard/protectli/vault_kbl/Makefile.inc
index d7387486bf..4cd7aaca85 100644
--- a/src/mainboard/protectli/vault_kbl/Makefile.inc
+++ b/src/mainboard/protectli/vault_kbl/Makefile.inc
@@ -1,5 +1,4 @@
## SPDX-License-Identifier: GPL-2.0-or-later
-## This file is part of the coreboot project.
bootblock-y += bootblock.c
diff --git a/src/mainboard/protectli/vault_kbl/bootblock.c b/src/mainboard/protectli/vault_kbl/bootblock.c
index 125f9bfa5e..a11b5fdc3b 100644
--- a/src/mainboard/protectli/vault_kbl/bootblock.c
+++ b/src/mainboard/protectli/vault_kbl/bootblock.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/it8772f/it8772f.h>
diff --git a/src/mainboard/protectli/vault_kbl/dsdt.asl b/src/mainboard/protectli/vault_kbl/dsdt.asl
index 77b1afe7f9..5b3a5dfc8d 100644
--- a/src/mainboard/protectli/vault_kbl/dsdt.asl
+++ b/src/mainboard/protectli/vault_kbl/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_kbl/gma-mainboard.ads b/src/mainboard/protectli/vault_kbl/gma-mainboard.ads
index b7cae7837a..0e0f4f817f 100644
--- a/src/mainboard/protectli/vault_kbl/gma-mainboard.ads
+++ b/src/mainboard/protectli/vault_kbl/gma-mainboard.ads
@@ -1,5 +1,4 @@
-- SPDX-License-Identifier: GPL-2.0-or-later
--- This file is part of the coreboot project.
with HW.GFX.GMA;
with HW.GFX.GMA.Display_Probing;
diff --git a/src/mainboard/protectli/vault_kbl/gpio.h b/src/mainboard/protectli/vault_kbl/gpio.h
index 3397d79882..4af4b1476a 100644
--- a/src/mainboard/protectli/vault_kbl/gpio.h
+++ b/src/mainboard/protectli/vault_kbl/gpio.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#ifndef _GPIOFW6B_H
#define _GPIOFW6B_H
diff --git a/src/mainboard/protectli/vault_kbl/ramstage.c b/src/mainboard/protectli/vault_kbl/ramstage.c
index e9273ba907..266094a464 100644
--- a/src/mainboard/protectli/vault_kbl/ramstage.c
+++ b/src/mainboard/protectli/vault_kbl/ramstage.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <bootstate.h>
#include <soc/ramstage.h>
diff --git a/src/mainboard/protectli/vault_kbl/romstage.c b/src/mainboard/protectli/vault_kbl/romstage.c
index e65151bc0e..2b68e1aa1e 100644
--- a/src/mainboard/protectli/vault_kbl/romstage.c
+++ b/src/mainboard/protectli/vault_kbl/romstage.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <fsp/api.h>
#include <soc/romstage.h>