1
0
Fork 0

treewide: Add SPDX license identifier - Makefile/Kconfig

Add SPDX license identifiers to all Make/Kconfig files which:

 - Have no license information of any form

These files fall under the project license, GPL v2 only. The resulting SPDX
license identifier is:

  GPL-2.0-only

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.2
Thomas Gleixner 2019-05-19 13:07:45 +01:00 committed by Greg Kroah-Hartman
parent 09c434b8a0
commit ec8f24b7fa
2107 changed files with 2107 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# Makefile for the FPU instruction emulation. # Makefile for the FPU instruction emulation.
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# Makefile for the linux alpha-specific parts of the memory manager. # Makefile for the linux alpha-specific parts of the memory manager.
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# Makefile for the linux kernel. # Makefile for the linux kernel.
# #

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-${CONFIG_SMP} += platsmp.o obj-${CONFIG_SMP} += platsmp.o

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-y += alpine_machine.o obj-y += alpine_machine.o
obj-$(CONFIG_SMP) += platsmp.o alpine_cpu_pm.o obj-$(CONFIG_SMP) += platsmp.o alpine_cpu_pm.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_ARTPEC menuconfig ARCH_ARTPEC
bool "Axis Communications ARM based ARTPEC SoCs" bool "Axis Communications ARM based ARTPEC SoCs"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_MACH_ARTPEC6) := board-artpec6.o obj-$(CONFIG_MACH_ARTPEC6) := board-artpec6.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
config MACH_ASM9260 config MACH_ASM9260
bool "Alphascale ASM9260" bool "Alphascale ASM9260"
depends on ARCH_MULTI_V5 depends on ARCH_MULTI_V5

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_ASPEED menuconfig ARCH_ASPEED
bool "Aspeed BMC architectures" bool "Aspeed BMC architectures"
depends on ARCH_MULTI_V5 || ARCH_MULTI_V6 depends on ARCH_MULTI_V5 || ARCH_MULTI_V6

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_AT91 menuconfig ARCH_AT91
bool "AT91/Microchip SoCs" bool "AT91/Microchip SoCs"
depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V7 || ARM_SINGLE_ARMV7M depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V7 || ARM_SINGLE_ARMV7M

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# Empty file waiting for deletion once Makefile.boot isn't needed any more. # Empty file waiting for deletion once Makefile.boot isn't needed any more.
# Patch waits for application at # Patch waits for application at
# http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 . # http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 .

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_BERLIN menuconfig ARCH_BERLIN
bool "Marvell Berlin SoCs" bool "Marvell Berlin SoCs"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-y += berlin.o obj-y += berlin.o
obj-$(CONFIG_SMP) += headsmp.o platsmp.o obj-$(CONFIG_SMP) += headsmp.o platsmp.o

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_ARCH_DIGICOLOR) += digicolor.o obj-$(CONFIG_ARCH_DIGICOLOR) += digicolor.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
zreladdr-y += 0x00008000 zreladdr-y += 0x00008000
params_phys-y := 0x00000100 params_phys-y := 0x00000100
initrd_phys-y := 0x00800000 initrd_phys-y := 0x00800000

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# Makefile for the linux kernel. # Makefile for the linux kernel.
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
zreladdr-y += 0x00008000 zreladdr-y += 0x00008000
params_phys-y := 0x00000400 params_phys-y := 0x00000400
initrd_phys-y := 0x00800000 initrd_phys-y := 0x00800000

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-y += dtmachine.o obj-y += dtmachine.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# Empty file waiting for deletion once Makefile.boot isn't needed any more. # Empty file waiting for deletion once Makefile.boot isn't needed any more.
# Patch waits for application at # Patch waits for application at
# http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 . # http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 .

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
if ARCH_EP93XX if ARCH_EP93XX
menu "Cirrus EP93xx Implementation Options" menu "Cirrus EP93xx Implementation Options"

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
# Empty file waiting for deletion once Makefile.boot isn't needed any more. # Empty file waiting for deletion once Makefile.boot isn't needed any more.

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
if ARCH_FOOTBRIDGE if ARCH_FOOTBRIDGE
menu "Footbridge Implementations" menu "Footbridge Implementations"

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
zreladdr-y += 0x00008000 zreladdr-y += 0x00008000
params_phys-y := 0x00000100 params_phys-y := 0x00000100
initrd_phys-y := 0x00800000 initrd_phys-y := 0x00800000

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_GEMINI menuconfig ARCH_GEMINI
bool "Cortina Systems Gemini" bool "Cortina Systems Gemini"
depends on ARCH_MULTI_V4 depends on ARCH_MULTI_V4

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
# Makefile for Cortina systems Gemini # Makefile for Cortina systems Gemini
obj-y := board-dt.o obj-y := board-dt.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
config ARCH_HIGHBANK config ARCH_HIGHBANK
bool "Calxeda ECX-1000/2000 (Highbank/Midway)" bool "Calxeda ECX-1000/2000 (Highbank/Midway)"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-y := highbank.o system.o smc.o obj-y := highbank.o system.o smc.o
plus_sec := $(call as-instr,.arch_extension sec,+sec) plus_sec := $(call as-instr,.arch_extension sec,+sec)

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
config ARCH_HISI config ARCH_HISI
bool "Hisilicon SoC Support" bool "Hisilicon SoC Support"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# Makefile for Hisilicon processors family # Makefile for Hisilicon processors family
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_MXC menuconfig ARCH_MXC
bool "Freescale i.MX family" bool "Freescale i.MX family"
depends on ARCH_MULTI_V4_V5 || ARCH_MULTI_V6_V7 || ARM_SINGLE_ARMV7M depends on ARCH_MULTI_V4_V5 || ARCH_MULTI_V6_V7 || ARM_SINGLE_ARMV7M

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
config IMX_HAVE_PLATFORM_FEC config IMX_HAVE_PLATFORM_FEC
bool bool
default y if SOC_IMX25 || SOC_IMX27 || SOC_IMX35 default y if SOC_IMX25 || SOC_IMX27 || SOC_IMX35

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_INTEGRATOR menuconfig ARCH_INTEGRATOR
bool "ARM Ltd. Integrator family" bool "ARM Ltd. Integrator family"
depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V6 depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V6

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
zreladdr-y += 0x00008000 zreladdr-y += 0x00008000
params_phys-y := 0x00000100 params_phys-y := 0x00000100
initrd_phys-y := 0x00800000 initrd_phys-y := 0x00800000

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
zreladdr-y += 0xa0008000 zreladdr-y += 0xa0008000
params_phys-y := 0xa0000100 params_phys-y := 0xa0000100
initrd_phys-y := 0xa0800000 initrd_phys-y := 0xa0800000

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
if ARCH_IOP33X if ARCH_IOP33X
menu "IOP33x Implementation Options" menu "IOP33x Implementation Options"

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# Makefile for the linux kernel. # Makefile for the linux kernel.
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
zreladdr-y += 0x00008000 zreladdr-y += 0x00008000
params_phys-y := 0x00000100 params_phys-y := 0x00000100
initrd_phys-y := 0x00800000 initrd_phys-y := 0x00800000

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
if ARCH_IXP4XX if ARCH_IXP4XX
menu "Intel IXP4xx Implementation Options" menu "Intel IXP4xx Implementation Options"

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
zreladdr-y += 0x00008000 zreladdr-y += 0x00008000
params_phys-y := 0x00000100 params_phys-y := 0x00000100

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
config ARCH_KEYSTONE config ARCH_KEYSTONE
bool "Texas Instruments Keystone Devices" bool "Texas Instruments Keystone Devices"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
if ARCH_KS8695 if ARCH_KS8695
menu "Kendin/Micrel KS8695 Implementations" menu "Kendin/Micrel KS8695 Implementations"

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# Note: the following conditions must always be true: # Note: the following conditions must always be true:
# ZRELADDR == virt_to_phys(TEXTADDR) # ZRELADDR == virt_to_phys(TEXTADDR)
# PARAMS_PHYS must be within 4MB of ZRELADDR # PARAMS_PHYS must be within 4MB of ZRELADDR

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-y += board-dt.o obj-y += board-dt.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# Empty file waiting for deletion once Makefile.boot isn't needed any more. # Empty file waiting for deletion once Makefile.boot isn't needed any more.
# Patch waits for application at # Patch waits for application at
# http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 . # http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 .

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# Makefile for the linux kernel. # Makefile for the linux kernel.
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
zreladdr-y += 0x80008000 zreladdr-y += 0x80008000
params_phys-y := 0x80000100 params_phys-y := 0x80000100
initrd_phys-y := 0x82000000 initrd_phys-y := 0x82000000

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_MEDIATEK menuconfig ARCH_MEDIATEK
bool "MediaTek SoC Support" bool "MediaTek SoC Support"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_SMP) += platsmp.o obj-$(CONFIG_SMP) += platsmp.o
obj-y += mediatek.o obj-y += mediatek.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_MESON menuconfig ARCH_MESON
bool "Amlogic Meson SoCs" bool "Amlogic Meson SoCs"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_ARCH_MESON) += meson.o obj-$(CONFIG_ARCH_MESON) += meson.o
obj-$(CONFIG_SMP) += platsmp.o obj-$(CONFIG_SMP) += platsmp.o

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_SMP) += platsmp.o obj-$(CONFIG_SMP) += platsmp.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_MMP menuconfig ARCH_MMP
bool "Marvell PXA168/910/MMP2" bool "Marvell PXA168/910/MMP2"
depends on ARCH_MULTI_V5 || ARCH_MULTI_V7 depends on ARCH_MULTI_V5 || ARCH_MULTI_V7

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_MOXART menuconfig ARCH_MOXART
bool "MOXA ART SoC" bool "MOXA ART SoC"
depends on ARCH_MULTI_V4 depends on ARCH_MULTI_V4

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# Object file lists. # Object file lists.
obj-$(CONFIG_MACH_UC7112LX) += moxart.o obj-$(CONFIG_MACH_UC7112LX) += moxart.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_MV78XX0 menuconfig ARCH_MV78XX0
bool "Marvell MV78xx0" bool "Marvell MV78xx0"
depends on ARCH_MULTI_V5 depends on ARCH_MULTI_V5

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_MVEBU menuconfig ARCH_MVEBU
bool "Marvell Engineering Business Unit (MVEBU) SoCs" bool "Marvell Engineering Business Unit (MVEBU) SoCs"
depends on ARCH_MULTI_V7 || ARCH_MULTI_V5 depends on ARCH_MULTI_V7 || ARCH_MULTI_V5

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
config SOC_IMX23 config SOC_IMX23
bool bool
select ARM_AMBA select ARM_AMBA

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_PM) += pm.o obj-$(CONFIG_PM) += pm.o
obj-$(CONFIG_ARCH_MXS) += mach-mxs.o obj-$(CONFIG_ARCH_MXS) += mach-mxs.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menu "NetX Implementations" menu "NetX Implementations"
depends on ARCH_NETX depends on ARCH_NETX

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# Makefile for the linux kernel. # Makefile for the linux kernel.
# #

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
zreladdr-y += 0x80008000 zreladdr-y += 0x80008000

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_NOMADIK menuconfig ARCH_NOMADIK
bool "ST-Ericsson Nomadik" bool "ST-Ericsson Nomadik"
depends on ARCH_MULTI_V5 depends on ARCH_MULTI_V5

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# Makefile for the linux kernel. # Makefile for the linux kernel.
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_NPCM menuconfig ARCH_NPCM
bool "Nuvoton NPCM Architecture" bool "Nuvoton NPCM Architecture"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
AFLAGS_headsmp.o += -march=armv7-a AFLAGS_headsmp.o += -march=armv7-a
obj-$(CONFIG_ARCH_NPCM7XX) += npcm7xx.o obj-$(CONFIG_ARCH_NPCM7XX) += npcm7xx.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
config ARCH_NSPIRE config ARCH_NSPIRE
bool "TI-NSPIRE based" bool "TI-NSPIRE based"
depends on ARCH_MULTI_V4_V5 depends on ARCH_MULTI_V4_V5

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-y += nspire.o obj-y += nspire.o
obj-y += clcd.o obj-y += clcd.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
if ARCH_OMAP1 if ARCH_OMAP1
menu "TI OMAP1 specific features" menu "TI OMAP1 specific features"

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
zreladdr-y += 0x10008000 zreladdr-y += 0x10008000
params_phys-y := 0x10000100 params_phys-y := 0x10000100
initrd_phys-y := 0x10800000 initrd_phys-y := 0x10800000

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menu "TI OMAP/AM/DM/DRA Family" menu "TI OMAP/AM/DM/DRA Family"
depends on ARCH_MULTI_V6 || ARCH_MULTI_V7 depends on ARCH_MULTI_V6 || ARCH_MULTI_V7

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_ORION5X menuconfig ARCH_ORION5X
bool "Marvell Orion" bool "Marvell Orion"
depends on MMU && ARCH_MULTI_V5 depends on MMU && ARCH_MULTI_V5

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_OXNAS menuconfig ARCH_OXNAS
bool "Oxford Semiconductor OXNAS Family SoCs" bool "Oxford Semiconductor OXNAS Family SoCs"
select ARCH_HAS_RESET_CONTROLLER select ARCH_HAS_RESET_CONTROLLER

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_SMP) += platsmp.o headsmp.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
config ARCH_PICOXCELL config ARCH_PICOXCELL
bool "Picochip PicoXcell" bool "Picochip PicoXcell"
depends on ARCH_MULTI_V6 depends on ARCH_MULTI_V6

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-y := common.o obj-y := common.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_SIRF menuconfig ARCH_SIRF
bool "CSR SiRF" bool "CSR SiRF"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
if ARCH_PXA if ARCH_PXA
menu "Intel PXA2xx/PXA3xx Implementations" menu "Intel PXA2xx/PXA3xx Implementations"

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
zreladdr-y += 0xa0008000 zreladdr-y += 0xa0008000

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_QCOM menuconfig ARCH_QCOM
bool "Qualcomm Support" bool "Qualcomm Support"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_SMP) += platsmp.o obj-$(CONFIG_SMP) += platsmp.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_RDA menuconfig ARCH_RDA
bool "RDA Micro SoCs" bool "RDA Micro SoCs"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
obj- += dummy.o obj- += dummy.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_REALVIEW menuconfig ARCH_REALVIEW
bool "ARM Ltd. RealView family" bool "ARM Ltd. RealView family"
depends on ARCH_MULTI_V5 || ARCH_MULTI_V6 || ARCH_MULTI_V7 depends on ARCH_MULTI_V5 || ARCH_MULTI_V6 || ARCH_MULTI_V7

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# Makefile for the linux kernel. # Makefile for the linux kernel.
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
config ARCH_ROCKCHIP config ARCH_ROCKCHIP
bool "Rockchip RK2928 and RK3xxx SOCs" bool "Rockchip RK2928 and RK3xxx SOCs"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS_platsmp.o := -march=armv7-a CFLAGS_platsmp.o := -march=armv7-a
obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip.o obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# Makefile for the linux kernel. # Makefile for the linux kernel.
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
zreladdr-y += 0x10008000 zreladdr-y += 0x10008000
params_phys-y := 0x10000100 params_phys-y := 0x10000100
initrd_phys-y := 0x18000000 initrd_phys-y := 0x18000000

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
if ARCH_SA1100 if ARCH_SA1100
menu "SA11x0 Implementations" menu "SA11x0 Implementations"

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SA1111),y) ifeq ($(CONFIG_SA1111),y)
zreladdr-y += 0xc0208000 zreladdr-y += 0xc0208000
else else

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_SOCFPGA menuconfig ARCH_SOCFPGA
bool "Altera SOCFPGA family" bool "Altera SOCFPGA family"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# SPEAr Platform configuration file # SPEAr Platform configuration file
# #

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_STI menuconfig ARCH_STI
bool "STMicroelectronics Consumer Electronics SOCs" bool "STMicroelectronics Consumer Electronics SOCs"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7

View File

@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_SMP) += platsmp.o obj-$(CONFIG_SMP) += platsmp.o
obj-$(CONFIG_ARCH_STI) += board-dt.o obj-$(CONFIG_ARCH_STI) += board-dt.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_STM32 menuconfig ARCH_STM32
bool "STMicroelectronics STM32 family" if ARM_SINGLE_ARMV7M || ARCH_MULTI_V7 bool "STMicroelectronics STM32 family" if ARM_SINGLE_ARMV7M || ARCH_MULTI_V7
select ARMV7M_SYSTICK if ARM_SINGLE_ARMV7M select ARMV7M_SYSTICK if ARM_SINGLE_ARMV7M

View File

@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-y += board-dt.o obj-y += board-dt.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# Empty file waiting for deletion once Makefile.boot isn't needed any more. # Empty file waiting for deletion once Makefile.boot isn't needed any more.
# Patch waits for application at # Patch waits for application at
# http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 . # http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 .

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_SUNXI menuconfig ARCH_SUNXI
bool "Allwinner SoCs" bool "Allwinner SoCs"
depends on ARCH_MULTI_V5 || ARCH_MULTI_V7 depends on ARCH_MULTI_V5 || ARCH_MULTI_V7

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS_mc_smp.o += -march=armv7-a CFLAGS_mc_smp.o += -march=armv7-a
obj-$(CONFIG_ARCH_SUNXI) += sunxi.o obj-$(CONFIG_ARCH_SUNXI) += sunxi.o

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# #
# Makefile for the linux kernel, U300 machine. # Makefile for the linux kernel, U300 machine.
# #

Some files were not shown because too many files have changed in this diff Show More