mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-09 03:38:52 +00:00
e6a8c6f5c0
Add pe2201 platform code and the device tree of pe2201 platform board. The initial support comprises the UART and PCIe. Signed-off-by: TracyMg_Li <TracyMg_Li@outlook.com> Changes since v1: fix space corrupt. Changes since v2: switch to bootstd and text environment. Changes since v3: add environment variables.
12 lines
254 B
Makefile
12 lines
254 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2023, Phytium Technology Co., Ltd.
|
|
# lixinde <lixinde@phytium.com.cn>
|
|
# weichangzheng <weichangzheng@phytium.com.cn>
|
|
#
|
|
|
|
obj-y += pe2201.o
|
|
obj-y += pll.o
|
|
obj-y += pcie.o
|
|
obj-y += ddr.o
|
|
obj-y += sec.o
|