payloads: Add SPDX headers to Kconfig

Change-Id: Iea569fd457b3cd1f4746fbc6a96319eb42733a6b
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80586
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
Martin Roth 2024-02-16 10:29:01 -07:00 committed by Felix Singer
parent 3d2740a72d
commit 969b7008b2
23 changed files with 46 additions and 0 deletions

View File

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

View File

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

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config PAYLOAD_BOOTBOOT config PAYLOAD_BOOTBOOT
bool "BOOTBOOT" bool "BOOTBOOT"
depends on ARCH_X86 || ARCH_ARM64 depends on ARCH_X86 || ARCH_ARM64

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
if PAYLOAD_FILO if PAYLOAD_FILO
choice choice

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config PAYLOAD_FILO config PAYLOAD_FILO
bool "FILO" bool "FILO"
depends on ARCH_X86 depends on ARCH_X86

View File

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

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config PAYLOAD_GRUB2 config PAYLOAD_GRUB2
bool "GRUB2" bool "GRUB2"
depends on ARCH_X86 || ARCH_ARM depends on ARCH_X86 || ARCH_ARM

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
if MEMTEST_SECONDARY_PAYLOAD if MEMTEST_SECONDARY_PAYLOAD
comment "Memtest86+" comment "Memtest86+"

View File

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

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config PAYLOAD_SEABIOS config PAYLOAD_SEABIOS
bool "SeaBIOS" bool "SeaBIOS"
depends on ARCH_X86 depends on ARCH_X86

View File

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

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config PAYLOAD_UBOOT config PAYLOAD_UBOOT
bool "U-Boot" bool "U-Boot"
depends on ARCH_X86 depends on ARCH_X86

View File

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

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
if PAYLOAD_DEPTHCHARGE if PAYLOAD_DEPTHCHARGE
choice choice

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config PAYLOAD_DEPTHCHARGE config PAYLOAD_DEPTHCHARGE
bool "Depthcharge" bool "Depthcharge"
depends on CHROMEOS depends on CHROMEOS

View File

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

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config PAYLOAD_EDK2 config PAYLOAD_EDK2
bool "edk2 payload" bool "edk2 payload"
depends on ARCH_X86 || ARCH_ARM64 depends on ARCH_X86 || ARCH_ARM64

View File

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

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
config PAYLOAD_LINUX config PAYLOAD_LINUX
bool "A Linux payload" bool "A Linux payload"
depends on ARCH_X86 || ARCH_ARM || ARCH_RISCV depends on ARCH_X86 || ARCH_ARM || ARCH_RISCV

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
## ##
## ##
## Copyright (C) 2008 Advanced Micro Devices, Inc. ## Copyright (C) 2008 Advanced Micro Devices, Inc.

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
## ##
## ##
## Copyright (c) 2012 Google Inc. ## Copyright (c) 2012 Google Inc.

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
## ##
## ##
## Copyright (c) 2012 Google Inc. ## Copyright (c) 2012 Google Inc.

View File

@ -1,3 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only
## ##
## ##
## Copyright (c) 2012 Google Inc. ## Copyright (c) 2012 Google Inc.