arm: add a std.qca for 32 bit armv7 platforms

This is the minimal config required to boot on the IPQ4018 SoC
and likely future ones as well in this family.
This commit is contained in:
Adrian Chadd
2021-10-16 11:48:02 -07:00
parent 02438ce5fd
commit fb7a007728
+28
View File
@@ -0,0 +1,28 @@
#
# QCA SoC support (32 bit)
#
machine arm armv7
cpu CPU_CORTEXA
makeoptions CONF_CFLAGS="-march=armv7a"
files "../qualcomm/std.ipq4018"
# Serial (COM) ports
device uart
device uart_msm # Qualcomm MSM UART driver
device gic
# MMC/SD/SDIO Card slot support
device mmc
device sdhci
# Timers
device generic_timer
device mpcore_timer
options FDT
# Disable CP14 work in DDB as TZ won't let us by default
options ARM_FORCE_DBG_MONITOR_DISABLE