mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
6cc82f07fc
This adds initial device tree support for the Nuvoton NPCM845 Board Management controller (BMC) SoC family. The NPCM845 based quad-core Cortex-A35 ARMv8 architecture and have various peripheral IPs. Signed-off-by: Tomer Maimon <tmaimon77@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
35 lines
670 B
Makefile
35 lines
670 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
subdir-y += actions
|
|
subdir-y += allwinner
|
|
subdir-y += altera
|
|
subdir-y += amazon
|
|
subdir-y += amd
|
|
subdir-y += amlogic
|
|
subdir-y += apm
|
|
subdir-y += apple
|
|
subdir-y += arm
|
|
subdir-y += bitmain
|
|
subdir-y += broadcom
|
|
subdir-y += cavium
|
|
subdir-y += exynos
|
|
subdir-y += freescale
|
|
subdir-y += hisilicon
|
|
subdir-y += intel
|
|
subdir-y += lg
|
|
subdir-y += marvell
|
|
subdir-y += mediatek
|
|
subdir-y += microchip
|
|
subdir-y += nuvoton
|
|
subdir-y += nvidia
|
|
subdir-y += qcom
|
|
subdir-y += realtek
|
|
subdir-y += renesas
|
|
subdir-y += rockchip
|
|
subdir-y += socionext
|
|
subdir-y += sprd
|
|
subdir-y += synaptics
|
|
subdir-y += tesla
|
|
subdir-y += ti
|
|
subdir-y += toshiba
|
|
subdir-y += xilinx
|