[coreboot-gerrit] Change in coreboot[master]: eve: Select WIFI_SAR_CBFS and add SAR default settings to CBFS

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/26223


Change subject: eve: Select WIFI_SAR_CBFS and add SAR default settings to CBFS
......................................................................

eve: Select WIFI_SAR_CBFS and add SAR default settings to CBFS

TEST only.
Do not merge.

Change-Id: I851478731ad5aff58a0ca098ebd7b216a56751e0
Signed-off-by: Pratik Prajapati <pratikkumar.v.prajapati at intel.com>
---
M src/mainboard/google/eve/Kconfig
M src/mainboard/google/eve/Makefile.inc
A src/mainboard/google/eve/wifi_sar_defaults.hex
3 files changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/26223/1

diff --git a/src/mainboard/google/eve/Kconfig b/src/mainboard/google/eve/Kconfig
index ea65030..dba3dbd 100644
--- a/src/mainboard/google/eve/Kconfig
+++ b/src/mainboard/google/eve/Kconfig
@@ -20,6 +20,7 @@
 	select MAINBOARD_USES_FSP2_0
 	select SOC_INTEL_KABYLAKE
 	select TPM2
+	select WIFI_SAR_CBFS
 
 config VBOOT
 	select EC_GOOGLE_CHROMEEC_SWITCHES
diff --git a/src/mainboard/google/eve/Makefile.inc b/src/mainboard/google/eve/Makefile.inc
index c96e23e..c63a259 100644
--- a/src/mainboard/google/eve/Makefile.inc
+++ b/src/mainboard/google/eve/Makefile.inc
@@ -27,3 +27,7 @@
 ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC) += ec.c
 
 smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c
+
+cbfs-files-$(CONFIG_WIFI_SAR_CBFS)  += $(CONFIG_WIFI_SAR_CBFS_FILENAME)
+$(CONFIG_WIFI_SAR_CBFS_FILENAME)-file := $(top)/src/mainboard/$(MAINBOARDDIR)/$(call strip_quotes,$(CONFIG_WIFI_SAR_CBFS_FILENAME))
+$(CONFIG_WIFI_SAR_CBFS_FILENAME)-type := raw
diff --git a/src/mainboard/google/eve/wifi_sar_defaults.hex b/src/mainboard/google/eve/wifi_sar_defaults.hex
new file mode 100644
index 0000000..9f5eeea
--- /dev/null
+++ b/src/mainboard/google/eve/wifi_sar_defaults.hex
@@ -0,0 +1 @@
+3031323334353637383930313233343536373839303031324142433435364445463031324142433435364445463031323343444546303132333435

-- 
To view, visit https://review.coreboot.org/26223
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: I851478731ad5aff58a0ca098ebd7b216a56751e0
Gerrit-Change-Number: 26223
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/2d89d08c/attachment.html>


More information about the coreboot-gerrit mailing list