HAOUAS Elyes has uploaded this change for review.

View Change

{arch,commonlib}/{Kconfig,Makefile.inc}: Use GPLv2 headers with SPDX header

Change-Id: Ic67dd61165a901233e7bc3e838e3d5931c7ac385
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/arch/arm/Kconfig
M src/arch/arm/armv4/Kconfig
M src/arch/arm/armv7/Kconfig
M src/arch/arm64/Kconfig
M src/arch/arm64/armv8/Kconfig
M src/arch/ppc64/Kconfig
M src/arch/riscv/Kconfig
M src/commonlib/Makefile.inc
8 files changed, 24 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/41087/1
diff --git a/src/arch/arm/Kconfig b/src/arch/arm/Kconfig
index ed838a5..f22d83c 100644
--- a/src/arch/arm/Kconfig
+++ b/src/arch/arm/Kconfig
@@ -1,3 +1,6 @@
+# This file is part of the coreboot project.
+# SPDX-License-Identifier: GPL-2.0-only
+
config ARCH_ARM
bool

diff --git a/src/arch/arm/armv4/Kconfig b/src/arch/arm/armv4/Kconfig
index 0b50165..621c173 100644
--- a/src/arch/arm/armv4/Kconfig
+++ b/src/arch/arm/armv4/Kconfig
@@ -1,3 +1,6 @@
+# This file is part of the coreboot project.
+# SPDX-License-Identifier: GPL-2.0-only
+
config ARCH_BOOTBLOCK_ARMV4
bool
select ARCH_BOOTBLOCK_ARM
diff --git a/src/arch/arm/armv7/Kconfig b/src/arch/arm/armv7/Kconfig
index 6d5fb9e..574b5e9 100644
--- a/src/arch/arm/armv7/Kconfig
+++ b/src/arch/arm/armv7/Kconfig
@@ -1,3 +1,6 @@
+# This file is part of the coreboot project.
+# SPDX-License-Identifier: GPL-2.0-only
+
config ARCH_BOOTBLOCK_ARMV7
bool
select ARCH_BOOTBLOCK_ARM
diff --git a/src/arch/arm64/Kconfig b/src/arch/arm64/Kconfig
index 588e8ce..2e95f4a 100644
--- a/src/arch/arm64/Kconfig
+++ b/src/arch/arm64/Kconfig
@@ -1,3 +1,6 @@
+# This file is part of the coreboot project.
+# SPDX-License-Identifier: GPL-2.0-only
+
config ARCH_ARM64
bool

diff --git a/src/arch/arm64/armv8/Kconfig b/src/arch/arm64/armv8/Kconfig
index f70b529..520a863 100644
--- a/src/arch/arm64/armv8/Kconfig
+++ b/src/arch/arm64/armv8/Kconfig
@@ -1,3 +1,6 @@
+# This file is part of the coreboot project.
+# SPDX-License-Identifier: GPL-2.0-only
+
config ARCH_BOOTBLOCK_ARMV8_64
bool
select ARCH_BOOTBLOCK_ARM64
diff --git a/src/arch/ppc64/Kconfig b/src/arch/ppc64/Kconfig
index 44dbb1d..e4045db 100644
--- a/src/arch/ppc64/Kconfig
+++ b/src/arch/ppc64/Kconfig
@@ -1,3 +1,6 @@
+# This file is part of the coreboot project.
+# SPDX-License-Identifier: GPL-2.0-only
+
config ARCH_PPC64
bool

diff --git a/src/arch/riscv/Kconfig b/src/arch/riscv/Kconfig
index 8369afe..d57fae5 100644
--- a/src/arch/riscv/Kconfig
+++ b/src/arch/riscv/Kconfig
@@ -1,3 +1,6 @@
+# This file is part of the coreboot project.
+# SPDX-License-Identifier: GPL-2.0-only
+
config ARCH_RISCV_RV64
bool
select ARCH_RISCV
diff --git a/src/commonlib/Makefile.inc b/src/commonlib/Makefile.inc
index 5bd6cf9..aa6e510 100644
--- a/src/commonlib/Makefile.inc
+++ b/src/commonlib/Makefile.inc
@@ -1,3 +1,6 @@
+# This file is part of the coreboot project.
+# SPDX-License-Identifier: GPL-2.0-only
+
subdirs-y += storage

bootblock-y += mem_pool.c

To view, visit change 41087. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic67dd61165a901233e7bc3e838e3d5931c7ac385
Gerrit-Change-Number: 41087
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange