svn commit: r328758 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Thu Feb 1 22:01:54 UTC 2018


Author: adrian
Date: Thu Feb  1 22:01:53 2018
New Revision: 328758
URL: https://svnweb.freebsd.org/changeset/base/328758

Log:
  [atheros] Update QCA953x support to use the new hints.

Modified:
  head/sys/mips/conf/QCA953X_BASE
  head/sys/mips/conf/QCA953X_BASE.hints

Modified: head/sys/mips/conf/QCA953X_BASE
==============================================================================
--- head/sys/mips/conf/QCA953X_BASE	Thu Feb  1 22:01:11 2018	(r328757)
+++ head/sys/mips/conf/QCA953X_BASE	Thu Feb  1 22:01:53 2018	(r328758)
@@ -53,7 +53,16 @@ options 	NO_FFS_SNAPSHOT		# We don't require snapshot 
 include		"std.AR_MIPS_BASE"
 makeoptions 	MODULES_OVERRIDE+="hwpmc_mips24k"
 
-option		AH_SUPPORT_QCA9530	# Chipset support
+# EEPROM caldata for AHB connected device
+options 	AR71XX_ATH_EEPROM
+device 		ar71xx_caldata
+device 		firmware
+
+# Support QCA9530 in the HAL
+options 	AH_SUPPORT_QCA9530	# Chipset support
+
+# Support EEPROM caldata in AHB devices
+options 	ATH_EEPROM_FIRMWARE
 
 device		usb
 device		ehci

Modified: head/sys/mips/conf/QCA953X_BASE.hints
==============================================================================
--- head/sys/mips/conf/QCA953X_BASE.hints	Thu Feb  1 22:01:11 2018	(r328757)
+++ head/sys/mips/conf/QCA953X_BASE.hints	Thu Feb  1 22:01:53 2018	(r328758)
@@ -9,6 +9,10 @@
 hint.apb.0.at="nexus0"
 hint.apb.0.irq=4
 
+# ART calibration data mapping device
+hint.ar71xx_caldata.0.at="nexus0"
+hint.ar71xx_caldata.0.order=0
+
 # mdiobus on arge0 - required to bring up arge0
 hint.argemdio.0.at="nexus0"
 hint.argemdio.0.maddr=0x19000000
@@ -51,9 +55,12 @@ hint.ath.0.msize=0x20000
 hint.ath.0.irq=0
 hint.ath.0.vendor_id=0x168c
 hint.ath.0.device_id=0x003d
-# Set this to define where the ath calibration data
-# should be fetched from in physical memory.
-# hint.ath.0.eepromaddr=0x1fff1000
+# Where the ART is - last 64k in the first 8MB of flash
+#hint.ar71xx_caldata.0.map.0.ath_fixup_addr=0x1fff0000
+#hint.ar71xx_caldata.0.map.0.ath_fixup_size=16384
+
+# And now tell the ath(4) driver where to look!
+#hint.ath.0.eeprom_firmware="ar71xx_caldata.0.map.0.eeprom_firmware"
 
 # SPI flash
 hint.spi.0.at="nexus0"


More information about the svn-src-head mailing list