aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-13 11:42:12 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-18 07:00:27 +0000
commitc4b70276ed525bfcc59320b72bcd7c8cd13b78f0 (patch)
tree2258b8340dc702bb33adbae752575a29f8b8a7f6 /src/soc
parent189e753cbfc3b3b2c7cca70215610fb3da6267be (diff)
src: Remove leading blank lines from SPDX header
Change-Id: I8a207e30a73d10fe67c0474ff11324ae99e2cec6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41360 Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/cavium/cn81xx/Makefile.inc3
-rw-r--r--src/soc/cavium/common/Makefile.inc3
-rw-r--r--src/soc/intel/cannonlake/romstage/Makefile.inc3
-rw-r--r--src/soc/intel/denverton_ns/Makefile.inc3
-rw-r--r--src/soc/intel/icelake/romstage/Makefile.inc3
-rw-r--r--src/soc/intel/jasperlake/romstage/Makefile.inc3
-rw-r--r--src/soc/intel/quark/Makefile.inc3
-rw-r--r--src/soc/intel/quark/romstage/Makefile.inc3
-rw-r--r--src/soc/intel/tigerlake/romstage/Makefile.inc3
-rw-r--r--src/soc/intel/xeon_sp/cpx/Kconfig2
-rw-r--r--src/soc/intel/xeon_sp/cpx/Makefile.inc2
-rw-r--r--src/soc/intel/xeon_sp/skx/Kconfig2
-rw-r--r--src/soc/intel/xeon_sp/skx/Makefile.inc2
-rw-r--r--src/soc/mediatek/mt8173/Makefile.inc3
-rw-r--r--src/soc/nvidia/tegra124/lp0/Makefile3
-rw-r--r--src/soc/nvidia/tegra210/lp0/Makefile3
-rw-r--r--src/soc/qualcomm/ipq40xx/Makefile.inc3
-rw-r--r--src/soc/qualcomm/ipq806x/Makefile.inc3
-rw-r--r--src/soc/rockchip/rk3288/Makefile.inc3
-rw-r--r--src/soc/rockchip/rk3399/Makefile.inc3
-rw-r--r--src/soc/sifive/fu540/Makefile.inc2
21 files changed, 0 insertions, 58 deletions
diff --git a/src/soc/cavium/cn81xx/Makefile.inc b/src/soc/cavium/cn81xx/Makefile.inc
index dd9f745f6d..89d8fb6eff 100644
--- a/src/soc/cavium/cn81xx/Makefile.inc
+++ b/src/soc/cavium/cn81xx/Makefile.inc
@@ -1,6 +1,3 @@
-##
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_CAVIUM_CN81XX),y)
diff --git a/src/soc/cavium/common/Makefile.inc b/src/soc/cavium/common/Makefile.inc
index 54b18e8788..3ca81e7896 100644
--- a/src/soc/cavium/common/Makefile.inc
+++ b/src/soc/cavium/common/Makefile.inc
@@ -1,6 +1,3 @@
-##
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_CAVIUM_COMMON),y)
diff --git a/src/soc/intel/cannonlake/romstage/Makefile.inc b/src/soc/intel/cannonlake/romstage/Makefile.inc
index 51e88323ee..261e5b352b 100644
--- a/src/soc/intel/cannonlake/romstage/Makefile.inc
+++ b/src/soc/intel/cannonlake/romstage/Makefile.inc
@@ -1,6 +1,3 @@
-#
-#
-#
# SPDX-License-Identifier: GPL-2.0-only
romstage-y += ../../../../cpu/intel/car/romstage.c
diff --git a/src/soc/intel/denverton_ns/Makefile.inc b/src/soc/intel/denverton_ns/Makefile.inc
index c6b71dc4f4..105f866bf5 100644
--- a/src/soc/intel/denverton_ns/Makefile.inc
+++ b/src/soc/intel/denverton_ns/Makefile.inc
@@ -1,6 +1,3 @@
-##
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_INTEL_DENVERTON_NS),y)
diff --git a/src/soc/intel/icelake/romstage/Makefile.inc b/src/soc/intel/icelake/romstage/Makefile.inc
index 2de1a57467..a1a6c6638d 100644
--- a/src/soc/intel/icelake/romstage/Makefile.inc
+++ b/src/soc/intel/icelake/romstage/Makefile.inc
@@ -1,6 +1,3 @@
-#
-#
-#
# SPDX-License-Identifier: GPL-2.0-only
romstage-y += fsp_params.c
diff --git a/src/soc/intel/jasperlake/romstage/Makefile.inc b/src/soc/intel/jasperlake/romstage/Makefile.inc
index 2de1a57467..a1a6c6638d 100644
--- a/src/soc/intel/jasperlake/romstage/Makefile.inc
+++ b/src/soc/intel/jasperlake/romstage/Makefile.inc
@@ -1,6 +1,3 @@
-#
-#
-#
# SPDX-License-Identifier: GPL-2.0-only
romstage-y += fsp_params.c
diff --git a/src/soc/intel/quark/Makefile.inc b/src/soc/intel/quark/Makefile.inc
index b49ee3e2b9..387884a2c9 100644
--- a/src/soc/intel/quark/Makefile.inc
+++ b/src/soc/intel/quark/Makefile.inc
@@ -1,6 +1,3 @@
-#
-#
-#
# SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_INTEL_QUARK),y)
diff --git a/src/soc/intel/quark/romstage/Makefile.inc b/src/soc/intel/quark/romstage/Makefile.inc
index 99f72bd429..8630acb4dd 100644
--- a/src/soc/intel/quark/romstage/Makefile.inc
+++ b/src/soc/intel/quark/romstage/Makefile.inc
@@ -1,6 +1,3 @@
-#
-#
-#
# SPDX-License-Identifier: GPL-2.0-only
romstage-y += car.c
diff --git a/src/soc/intel/tigerlake/romstage/Makefile.inc b/src/soc/intel/tigerlake/romstage/Makefile.inc
index 2de1a57467..a1a6c6638d 100644
--- a/src/soc/intel/tigerlake/romstage/Makefile.inc
+++ b/src/soc/intel/tigerlake/romstage/Makefile.inc
@@ -1,6 +1,3 @@
-#
-#
-#
# SPDX-License-Identifier: GPL-2.0-only
romstage-y += fsp_params.c
diff --git a/src/soc/intel/xeon_sp/cpx/Kconfig b/src/soc/intel/xeon_sp/cpx/Kconfig
index f137313ded..86fdf1bfa3 100644
--- a/src/soc/intel/xeon_sp/cpx/Kconfig
+++ b/src/soc/intel/xeon_sp/cpx/Kconfig
@@ -1,6 +1,4 @@
-##
## SPDX-License-Identifier: GPL-2.0-only
-##
if SOC_INTEL_COOPERLAKE_SP
diff --git a/src/soc/intel/xeon_sp/cpx/Makefile.inc b/src/soc/intel/xeon_sp/cpx/Makefile.inc
index 4d283d6f71..6c0d6c05e5 100644
--- a/src/soc/intel/xeon_sp/cpx/Makefile.inc
+++ b/src/soc/intel/xeon_sp/cpx/Makefile.inc
@@ -1,6 +1,4 @@
-##
## SPDX-License-Identifier: GPL-2.0-only
-##
ifeq ($(CONFIG_SOC_INTEL_COOPERLAKE_SP),y)
diff --git a/src/soc/intel/xeon_sp/skx/Kconfig b/src/soc/intel/xeon_sp/skx/Kconfig
index 2c4235e5f5..7af0b582cb 100644
--- a/src/soc/intel/xeon_sp/skx/Kconfig
+++ b/src/soc/intel/xeon_sp/skx/Kconfig
@@ -1,6 +1,4 @@
-##
## SPDX-License-Identifier: GPL-2.0-only
-##
if SOC_INTEL_SKYLAKE_SP
diff --git a/src/soc/intel/xeon_sp/skx/Makefile.inc b/src/soc/intel/xeon_sp/skx/Makefile.inc
index 5c2242b300..773ced0fec 100644
--- a/src/soc/intel/xeon_sp/skx/Makefile.inc
+++ b/src/soc/intel/xeon_sp/skx/Makefile.inc
@@ -1,6 +1,4 @@
-##
## SPDX-License-Identifier: GPL-2.0-only
-##
ifeq ($(CONFIG_SOC_INTEL_SKYLAKE_SP),y)
diff --git a/src/soc/mediatek/mt8173/Makefile.inc b/src/soc/mediatek/mt8173/Makefile.inc
index fc99798ac8..871a68995d 100644
--- a/src/soc/mediatek/mt8173/Makefile.inc
+++ b/src/soc/mediatek/mt8173/Makefile.inc
@@ -1,6 +1,3 @@
-##
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_MEDIATEK_MT8173),y)
diff --git a/src/soc/nvidia/tegra124/lp0/Makefile b/src/soc/nvidia/tegra124/lp0/Makefile
index 248c6ba980..68a3cb6da7 100644
--- a/src/soc/nvidia/tegra124/lp0/Makefile
+++ b/src/soc/nvidia/tegra124/lp0/Makefile
@@ -1,6 +1,3 @@
-################################################################################
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
-include ../../../../../.xcompile
diff --git a/src/soc/nvidia/tegra210/lp0/Makefile b/src/soc/nvidia/tegra210/lp0/Makefile
index 248c6ba980..68a3cb6da7 100644
--- a/src/soc/nvidia/tegra210/lp0/Makefile
+++ b/src/soc/nvidia/tegra210/lp0/Makefile
@@ -1,6 +1,3 @@
-################################################################################
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
-include ../../../../../.xcompile
diff --git a/src/soc/qualcomm/ipq40xx/Makefile.inc b/src/soc/qualcomm/ipq40xx/Makefile.inc
index f151b4d9fa..bd61a62a45 100644
--- a/src/soc/qualcomm/ipq40xx/Makefile.inc
+++ b/src/soc/qualcomm/ipq40xx/Makefile.inc
@@ -1,6 +1,3 @@
-##
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_QC_IPQ40XX),y)
diff --git a/src/soc/qualcomm/ipq806x/Makefile.inc b/src/soc/qualcomm/ipq806x/Makefile.inc
index 4cba6b1c6a..c01486d3a8 100644
--- a/src/soc/qualcomm/ipq806x/Makefile.inc
+++ b/src/soc/qualcomm/ipq806x/Makefile.inc
@@ -1,6 +1,3 @@
-##
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_QC_IPQ806X),y)
diff --git a/src/soc/rockchip/rk3288/Makefile.inc b/src/soc/rockchip/rk3288/Makefile.inc
index ee3d05142e..527c04d62b 100644
--- a/src/soc/rockchip/rk3288/Makefile.inc
+++ b/src/soc/rockchip/rk3288/Makefile.inc
@@ -1,6 +1,3 @@
-##
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_ROCKCHIP_RK3288),y)
diff --git a/src/soc/rockchip/rk3399/Makefile.inc b/src/soc/rockchip/rk3399/Makefile.inc
index 467ca54543..763e11a5d5 100644
--- a/src/soc/rockchip/rk3399/Makefile.inc
+++ b/src/soc/rockchip/rk3399/Makefile.inc
@@ -1,6 +1,3 @@
-##
-##
-##
## SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_ROCKCHIP_RK3399),y)
diff --git a/src/soc/sifive/fu540/Makefile.inc b/src/soc/sifive/fu540/Makefile.inc
index 333530a75e..734b4a258a 100644
--- a/src/soc/sifive/fu540/Makefile.inc
+++ b/src/soc/sifive/fu540/Makefile.inc
@@ -1,5 +1,3 @@
-#
-#
# SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_SIFIVE_FU540),y)