mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 15:04:27 +08:00
48dea9a700
Add basic support for the Visconti TMPV7708 SoC peripherals - - CPU - CA53 x 4 and 2 cluster. - not support PSCI, currently only spin-table is supported. - Interrupt controller (ARM Generic Interrupt Controller) - Timer (ARM architected timer) - UART (ARM PL011 UART controller) - SPI (ARM PL022 SPI controller) - I2C (Synopsys DesignWare APB I2C Controller) - Pin control (Visconti specific) Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> Reviewed-by: Punit Agrawal <punit1.agrawal@toshiba.co.jp>
33 lines
630 B
Makefile
33 lines
630 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 += 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 += nvidia
|
|
subdir-y += qcom
|
|
subdir-y += realtek
|
|
subdir-y += renesas
|
|
subdir-y += rockchip
|
|
subdir-y += socionext
|
|
subdir-y += sprd
|
|
subdir-y += synaptics
|
|
subdir-y += ti
|
|
subdir-y += toshiba
|
|
subdir-y += xilinx
|
|
subdir-y += zte
|