arch to cpu: Add SPDX license headers to Kconfig files

Change-Id: I7dd7b0b7c5fdb63fe32915b88e69313e3440b64a
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80587
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Martin Roth 2024-02-16 10:31:30 -07:00 committed by Felix Singer
parent 969b7008b2
commit 1908110839
41 changed files with 81 additions and 0 deletions

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config ARCH_ARM config ARCH_ARM
bool bool

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config ARCH_BOOTBLOCK_ARMV4 config ARCH_BOOTBLOCK_ARMV4
bool bool
select ARCH_BOOTBLOCK_ARM select ARCH_BOOTBLOCK_ARM

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config ARCH_BOOTBLOCK_ARMV7 config ARCH_BOOTBLOCK_ARMV7
bool bool
select ARCH_BOOTBLOCK_ARM select ARCH_BOOTBLOCK_ARM

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config ARCH_ARM64 config ARCH_ARM64
bool bool

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config ARCH_BOOTBLOCK_ARMV8_64 config ARCH_BOOTBLOCK_ARMV8_64
bool bool
select ARCH_BOOTBLOCK_ARM64 select ARCH_BOOTBLOCK_ARM64

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config ARCH_PPC64 config ARCH_PPC64
bool bool

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config ARCH_RISCV_RV64 config ARCH_RISCV_RV64
bool bool
select ARCH_RISCV select ARCH_RISCV

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
menu "Console" menu "Console"
config NO_BOOTBLOCK_CONSOLE config NO_BOOTBLOCK_CONSOLE

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
# Warning: This file is included whether or not the if is here. # Warning: This file is included whether or not the if is here.
# The if controls how the evaluation occurs. # The if controls how the evaluation occurs.
# (See also src/Kconfig) # (See also src/Kconfig)

View File

@ -1 +1,3 @@
## SPDX-License-Identifier: GPL-2.0-only
source "src/cpu/amd/pi/Kconfig" source "src/cpu/amd/pi/Kconfig"

View File

@ -1 +1,3 @@
## SPDX-License-Identifier: GPL-2.0-only
source "src/cpu/armltd/cortex-a9/Kconfig" source "src/cpu/armltd/cortex-a9/Kconfig"

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_ARMLTD_CORTEX_A9 config CPU_ARMLTD_CORTEX_A9
bool bool
select ARCH_BOOTBLOCK_ARMV7 select ARCH_BOOTBLOCK_ARMV7

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
# CPU models # CPU models
source "src/cpu/intel/model_6xx/Kconfig" source "src/cpu/intel/model_6xx/Kconfig"
source "src/cpu/intel/model_65x/Kconfig" source "src/cpu/intel/model_65x/Kconfig"

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_HAS_L2_ENABLE_MSR config CPU_HAS_L2_ENABLE_MSR
bool bool
help help

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_COMMON config CPU_INTEL_COMMON
bool bool
select RESERVED_PHYSICAL_ADDRESS_BITS_SUPPORT select RESERVED_PHYSICAL_ADDRESS_BITS_SUPPORT

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_FIRMWARE_INTERFACE_TABLE config CPU_INTEL_FIRMWARE_INTERFACE_TABLE
def_bool n def_bool n
help help

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_HASWELL config CPU_INTEL_HASWELL
bool bool

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config MICROCODE_UPDATE_PRE_RAM config MICROCODE_UPDATE_PRE_RAM
bool bool
depends on SUPPORT_CPU_UCODE_IN_CBFS depends on SUPPORT_CPU_UCODE_IN_CBFS

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_MODEL_1067X config CPU_INTEL_MODEL_1067X
bool bool
select ARCH_X86 select ARCH_X86

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_MODEL_106CX config CPU_INTEL_MODEL_106CX
bool bool
select ARCH_X86 select ARCH_X86

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_MODEL_2065X config CPU_INTEL_MODEL_2065X
bool bool
select HAVE_EXP_X86_64_SUPPORT select HAVE_EXP_X86_64_SUPPORT

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_MODEL_206AX config CPU_INTEL_MODEL_206AX
bool bool
select ARCH_X86 select ARCH_X86

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_MODEL_65X config CPU_INTEL_MODEL_65X
bool bool
select ARCH_X86 select ARCH_X86

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_MODEL_67X config CPU_INTEL_MODEL_67X
bool bool
select ARCH_X86 select ARCH_X86

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_MODEL_6BX config CPU_INTEL_MODEL_6BX
bool bool
select ARCH_X86 select ARCH_X86

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_MODEL_6EX config CPU_INTEL_MODEL_6EX
bool bool
select ARCH_X86 select ARCH_X86

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_MODEL_6FX config CPU_INTEL_MODEL_6FX
bool bool
select ARCH_X86 select ARCH_X86

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_MODEL_6XX config CPU_INTEL_MODEL_6XX
bool bool
select ARCH_X86 select ARCH_X86

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_MODEL_F2X config CPU_INTEL_MODEL_F2X
bool bool
select ARCH_X86 select ARCH_X86

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_MODEL_F3X config CPU_INTEL_MODEL_F3X
bool bool
select ARCH_X86 select ARCH_X86

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_MODEL_F4X config CPU_INTEL_MODEL_F4X
bool bool
select ARCH_X86 select ARCH_X86

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_SOCKET_441 config CPU_INTEL_SOCKET_441
bool bool
select CPU_INTEL_MODEL_106CX select CPU_INTEL_MODEL_106CX

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_SOCKET_BGA956 config CPU_INTEL_SOCKET_BGA956
bool bool
select CPU_INTEL_MODEL_1067X select CPU_INTEL_MODEL_1067X

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_SOCKET_FCBGA559 config CPU_INTEL_SOCKET_FCBGA559
bool bool
select CPU_INTEL_MODEL_106CX select CPU_INTEL_MODEL_106CX

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_SOCKET_LGA775 config CPU_INTEL_SOCKET_LGA775
bool bool
select CPU_INTEL_MODEL_6FX select CPU_INTEL_MODEL_6FX

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_SOCKET_M config CPU_INTEL_SOCKET_M
bool bool
select CPU_INTEL_MODEL_6EX select CPU_INTEL_MODEL_6EX

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_SOCKET_MPGA604 config CPU_INTEL_SOCKET_MPGA604
bool bool
select CPU_INTEL_MODEL_F2X select CPU_INTEL_MODEL_F2X

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_SOCKET_P config CPU_INTEL_SOCKET_P
bool bool
select CPU_INTEL_MODEL_1067X select CPU_INTEL_MODEL_1067X

View File

@ -1,3 +1,4 @@
## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED config CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED
def_bool n def_bool n

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
if ARCH_X86 if ARCH_X86
config PARALLEL_MP config PARALLEL_MP

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
if ARCH_X86 if ARCH_X86
config DISPLAY_MTRRS config DISPLAY_MTRRS