From fb7a00772898a6dce16f790e013cbdc7e8591363 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sat, 16 Oct 2021 11:48:02 -0700 Subject: [PATCH] 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. --- sys/arm/conf/std.qca | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 sys/arm/conf/std.qca diff --git a/sys/arm/conf/std.qca b/sys/arm/conf/std.qca new file mode 100644 index 00000000000..cabd5f30912 --- /dev/null +++ b/sys/arm/conf/std.qca @@ -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