mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
b9d0f00a9d
This adds platform code and the device tree for the Phytium Pomelo Board. The initial support comprises the UART and the PCIE. Signed-off-by: weichangzheng <nicholas_zheng@outlook.com>
14 lines
235 B
Makefile
14 lines
235 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2021
|
|
# lixinde <lixinde@phytium.com.cn>
|
|
# weichangzheng <weichangzheng@phytium.com.cn>
|
|
#
|
|
|
|
obj-y += pomelo.o
|
|
obj-y += pll.o
|
|
obj-y += pcie.o
|
|
obj-y += ddr.o
|
|
obj-y += sec.o
|
|
|
|
|