[coreboot-gerrit] Change in coreboot[master]: soc/intel/common: Add WIFI SAR configs

Pratikkumar V Prajapati (Code Review) gerrit at coreboot.org
Fri May 11 00:55:14 CEST 2018


Pratikkumar V Prajapati has uploaded this change for review. ( https://review.coreboot.org/26222


Change subject: soc/intel/common: Add WIFI SAR configs
......................................................................

soc/intel/common: Add WIFI SAR configs

wifi driver would look for wifi_sar vpd key and load SAR settings from
it, if the vpd key is not found then the driver tries to look for this
settings from CBFS. So OEM/ODM can override wifi sar with VPD.

Change-Id: I10bc28a442a60768308209d3c8f16dd3e258c1e4
Signed-off-by: Pratik Prajapati <pratikkumar.v.prajapati at intel.com>
---
M src/soc/intel/common/Kconfig
1 file changed, 14 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/26222/1

diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig
index 6df62b6..0d36085 100644
--- a/src/soc/intel/common/Kconfig
+++ b/src/soc/intel/common/Kconfig
@@ -61,4 +61,18 @@
 	  acpi_get_gpe() is used to provide interrupt status to TPM layer.
 	  This option specifies the GPE number.
 
+config WIFI_SAR_CBFS
+	bool
+	default n
+	depends on DRIVERS_INTEL_WIFI
+	help
+	 wifi driver would look for wifi_sar vpd key and load SAR settings from
+	 it, if the vpd key is not found then the driver tries to look for this
+	 settings from CBFS. So OEM/ODM can override wifi sar with VPD.
+
+config WIFI_SAR_CBFS_FILENAME
+	string "The cbfs file which has WIFI SAR defaults"
+	depends on WIFI_SAR_CBFS
+	default "wifi_sar_defaults.hex"
+
 endif # SOC_INTEL_COMMON

-- 
To view, visit https://review.coreboot.org/26222
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I10bc28a442a60768308209d3c8f16dd3e258c1e4
Gerrit-Change-Number: 26222
Gerrit-PatchSet: 1
Gerrit-Owner: Pratikkumar V Prajapati <pratikkumar.v.prajapati at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180510/988c1599/attachment.html>


More information about the coreboot-gerrit mailing list