summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gigabyte/ga-h61m-series
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gigabyte/ga-h61m-series')
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/Kconfig1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/acpi/mainboard.asl1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/acpi/platform.asl1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/acpi/superio.asl1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/acpi/thermal.asl1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/acpi_tables.c1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/cmos.layout1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/devicetree.cb1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/dsdt.asl1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/early_init.c1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/gma-mainboard.ads1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/mainboard.c1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-ds2v/gpio.c1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-ds2v/hda_verb.c1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-ds2v/overridetree.cb1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-s2pv/gpio.c1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-s2pv/hda_verb.c1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-s2pv/overridetree.cb1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61ma-d3v/gpio.c1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61ma-d3v/hda_verb.c1
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61ma-d3v/overridetree.cb1
21 files changed, 0 insertions, 21 deletions
diff --git a/src/mainboard/gigabyte/ga-h61m-series/Kconfig b/src/mainboard/gigabyte/ga-h61m-series/Kconfig
index 267e4973e9b3..e7e0436b7a6e 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/Kconfig
+++ b/src/mainboard/gigabyte/ga-h61m-series/Kconfig
@@ -1,5 +1,4 @@
##
-## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only
diff --git a/src/mainboard/gigabyte/ga-h61m-series/acpi/mainboard.asl b/src/mainboard/gigabyte/ga-h61m-series/acpi/mainboard.asl
index ccde6864f109..f69d016b7450 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/acpi/mainboard.asl
+++ b/src/mainboard/gigabyte/ga-h61m-series/acpi/mainboard.asl
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
Scope (\_SB)
{
diff --git a/src/mainboard/gigabyte/ga-h61m-series/acpi/platform.asl b/src/mainboard/gigabyte/ga-h61m-series/acpi/platform.asl
index b8d04f9ac0f4..bbee0a2787f4 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/acpi/platform.asl
+++ b/src/mainboard/gigabyte/ga-h61m-series/acpi/platform.asl
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
/* The _PTS method (Prepare To Sleep) is called before the OS is
* entering a sleep state. The sleep state number is passed in Arg0
diff --git a/src/mainboard/gigabyte/ga-h61m-series/acpi/superio.asl b/src/mainboard/gigabyte/ga-h61m-series/acpi/superio.asl
index 1bc162898278..55b1db5b1137 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/acpi/superio.asl
+++ b/src/mainboard/gigabyte/ga-h61m-series/acpi/superio.asl
@@ -1,4 +1,3 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <drivers/pc80/pc/ps2_controller.asl>
diff --git a/src/mainboard/gigabyte/ga-h61m-series/acpi/thermal.asl b/src/mainboard/gigabyte/ga-h61m-series/acpi/thermal.asl
index 081c581be990..2544617d307e 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/acpi/thermal.asl
+++ b/src/mainboard/gigabyte/ga-h61m-series/acpi/thermal.asl
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
// Thermal Zone
diff --git a/src/mainboard/gigabyte/ga-h61m-series/acpi_tables.c b/src/mainboard/gigabyte/ga-h61m-series/acpi_tables.c
index 9179d302dbbb..47cf3c2dc216 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/acpi_tables.c
+++ b/src/mainboard/gigabyte/ga-h61m-series/acpi_tables.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <southbridge/intel/bd82x6x/nvs.h>
diff --git a/src/mainboard/gigabyte/ga-h61m-series/cmos.layout b/src/mainboard/gigabyte/ga-h61m-series/cmos.layout
index 331ee90959f8..d99f6dbe3073 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/cmos.layout
+++ b/src/mainboard/gigabyte/ga-h61m-series/cmos.layout
@@ -1,5 +1,4 @@
##
-## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only
diff --git a/src/mainboard/gigabyte/ga-h61m-series/devicetree.cb b/src/mainboard/gigabyte/ga-h61m-series/devicetree.cb
index 14778097e64e..cb7b91896289 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/devicetree.cb
+++ b/src/mainboard/gigabyte/ga-h61m-series/devicetree.cb
@@ -1,5 +1,4 @@
## SPDX-License-Identifier: GPL-2.0-only
-## This file is part of the coreboot project.
chip northbridge/intel/sandybridge
device cpu_cluster 0 on
diff --git a/src/mainboard/gigabyte/ga-h61m-series/dsdt.asl b/src/mainboard/gigabyte/ga-h61m-series/dsdt.asl
index ce93c599b5d3..f9d158e8a337 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/dsdt.asl
+++ b/src/mainboard/gigabyte/ga-h61m-series/dsdt.asl
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <acpi/acpi.h>
diff --git a/src/mainboard/gigabyte/ga-h61m-series/early_init.c b/src/mainboard/gigabyte/ga-h61m-series/early_init.c
index 7c7535697799..78aff7bae2c0 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/early_init.c
+++ b/src/mainboard/gigabyte/ga-h61m-series/early_init.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <bootblock_common.h>
#include <northbridge/intel/sandybridge/raminit_native.h>
diff --git a/src/mainboard/gigabyte/ga-h61m-series/gma-mainboard.ads b/src/mainboard/gigabyte/ga-h61m-series/gma-mainboard.ads
index daa6c0f877d2..bde024090fda 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/gma-mainboard.ads
+++ b/src/mainboard/gigabyte/ga-h61m-series/gma-mainboard.ads
@@ -1,5 +1,4 @@
-- SPDX-License-Identifier: GPL-2.0-only
--- This file is part of the coreboot project.
with HW.GFX.GMA;
with HW.GFX.GMA.Display_Probing;
diff --git a/src/mainboard/gigabyte/ga-h61m-series/mainboard.c b/src/mainboard/gigabyte/ga-h61m-series/mainboard.c
index ba9d40217c2d..8dbd95ef961d 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/mainboard.c
+++ b/src/mainboard/gigabyte/ga-h61m-series/mainboard.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <device/device.h>
#include <drivers/intel/gma/int15.h>
diff --git a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-ds2v/gpio.c b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-ds2v/gpio.c
index fa434d1eb95e..d6a62515fb86 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-ds2v/gpio.c
+++ b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-ds2v/gpio.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <southbridge/intel/common/gpio.h>
diff --git a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-ds2v/hda_verb.c b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-ds2v/hda_verb.c
index 519dc9d2fe9e..33fd9d22c5de 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-ds2v/hda_verb.c
+++ b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-ds2v/hda_verb.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <device/azalia_device.h>
diff --git a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-ds2v/overridetree.cb b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-ds2v/overridetree.cb
index 4e3b21bfe2e0..b6bdaa42223f 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-ds2v/overridetree.cb
+++ b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-ds2v/overridetree.cb
@@ -1,5 +1,4 @@
## SPDX-License-Identifier: GPL-2.0-only
-## This file is part of the coreboot project.
chip northbridge/intel/sandybridge
device domain 0 on
diff --git a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-s2pv/gpio.c b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-s2pv/gpio.c
index b0d925e25399..276f6456ca96 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-s2pv/gpio.c
+++ b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-s2pv/gpio.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <southbridge/intel/common/gpio.h>
diff --git a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-s2pv/hda_verb.c b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-s2pv/hda_verb.c
index 519dc9d2fe9e..33fd9d22c5de 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-s2pv/hda_verb.c
+++ b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-s2pv/hda_verb.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <device/azalia_device.h>
diff --git a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-s2pv/overridetree.cb b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-s2pv/overridetree.cb
index 35f5144dec0b..c0908c1f37b3 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-s2pv/overridetree.cb
+++ b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61m-s2pv/overridetree.cb
@@ -1,5 +1,4 @@
## SPDX-License-Identifier: GPL-2.0-only
-## This file is part of the coreboot project.
chip northbridge/intel/sandybridge
device domain 0 on
diff --git a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61ma-d3v/gpio.c b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61ma-d3v/gpio.c
index fa434d1eb95e..d6a62515fb86 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61ma-d3v/gpio.c
+++ b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61ma-d3v/gpio.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <southbridge/intel/common/gpio.h>
diff --git a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61ma-d3v/hda_verb.c b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61ma-d3v/hda_verb.c
index a398afb0edaf..e17421fe77cc 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61ma-d3v/hda_verb.c
+++ b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61ma-d3v/hda_verb.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <device/azalia_device.h>
diff --git a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61ma-d3v/overridetree.cb b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61ma-d3v/overridetree.cb
index 3672ba0007ad..dd2d9006e8d3 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61ma-d3v/overridetree.cb
+++ b/src/mainboard/gigabyte/ga-h61m-series/variants/ga-h61ma-d3v/overridetree.cb
@@ -1,5 +1,4 @@
## SPDX-License-Identifier: GPL-2.0-only
-## This file is part of the coreboot project.
chip northbridge/intel/sandybridge
device domain 0 on