mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
* add the extres stuff into the build, I'm going to end up leveraging all of it * include the qcom-gcc-ipq4018 driver which currently implements the hwreset side of the API. Reviewed by: andrew, manu, imp Differential Revision: https://reviews.freebsd.org/D32723
46 lines
756 B
Text
46 lines
756 B
Text
#
|
|
# 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
|
|
|
|
# EXT_RESOURCES pseudo devices
|
|
options EXT_RESOURCES
|
|
device clk
|
|
device phy
|
|
device hwreset
|
|
device nvmem
|
|
device regulator
|
|
device syscon
|
|
|
|
# Random
|
|
device qcom_rnd
|
|
|
|
device gic
|
|
|
|
# MMC/SD/SDIO Card slot support
|
|
device mmc
|
|
device sdhci
|
|
|
|
# Timers
|
|
device generic_timer
|
|
device mpcore_timer
|
|
|
|
# PSCI - SMC calls, needed for qualcomm SCM
|
|
device psci
|
|
|
|
# Clock/Reset provider
|
|
device qcom_gcc_ipq4018
|
|
|
|
options FDT
|
|
|
|
# Disable CP14 work in DDB as TZ won't let us by default
|
|
options ARM_FORCE_DBG_MONITOR_DISABLE
|