EricR Lai has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39194 )
Change subject: mb/google/drallion: Enable cbfs SAR value ......................................................................
mb/google/drallion: Enable cbfs SAR value
Enable read SAR value from cbfs.
BUG=b:150347463 TEST=NA
Signed-off-by: Eric Lai ericr_lai@compal.corp-partner.google.com Change-Id: I5f27b6f7245669728e3e394e9c6a39c11bfda3b8 --- M src/mainboard/google/drallion/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/39194/1
diff --git a/src/mainboard/google/drallion/Kconfig b/src/mainboard/google/drallion/Kconfig index 61bae2b..3380e75 100644 --- a/src/mainboard/google/drallion/Kconfig +++ b/src/mainboard/google/drallion/Kconfig @@ -25,6 +25,7 @@ select USE_SAR select SAR_ENABLE select DSAR_ENABLE + select WIFI_SAR_CBFS
if BOARD_GOOGLE_BASEBOARD_DRALLION
Hello Mathew King, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39194
to look at the new patch set (#2).
Change subject: mb/google/drallion: Enable cbfs SAR value ......................................................................
mb/google/drallion: Enable cbfs SAR value
Enable read SAR value from cbfs.
BUG=b:150347463 TEST=NA
Signed-off-by: Eric Lai ericr_lai@compal.corp-partner.google.com Change-Id: I5f27b6f7245669728e3e394e9c6a39c11bfda3b8 --- M src/mainboard/google/drallion/Kconfig A src/mainboard/google/drallion/wifi_sar_defaults.hex 2 files changed, 8 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/39194/2
Hello Mathew King, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39194
to look at the new patch set (#3).
Change subject: mb/google/drallion: Enable cbfs SAR value ......................................................................
mb/google/drallion: Enable cbfs SAR value
Enable read SAR value from cbfs.
BUG=b:150347463 TEST=NA
Signed-off-by: Eric Lai ericr_lai@compal.corp-partner.google.com Change-Id: I5f27b6f7245669728e3e394e9c6a39c11bfda3b8 --- M src/mainboard/google/drallion/Kconfig 1 file changed, 7 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/39194/3
EricR Lai has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39194 )
Change subject: mb/google/drallion: Enable cbfs SAR value ......................................................................
Patch Set 3:
@Matm how can we make builder happy? Since we don't have hex file here, we will put in chrome private...
Hello Mathew King, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39194
to look at the new patch set (#4).
Change subject: mb/google/drallion: Enable cbfs SAR value ......................................................................
mb/google/drallion: Enable cbfs SAR value
Enable read SAR value from cbfs.
BUG=b:150347463 TEST=NA
Signed-off-by: Eric Lai ericr_lai@compal.corp-partner.google.com Change-Id: I5f27b6f7245669728e3e394e9c6a39c11bfda3b8 --- M src/mainboard/google/drallion/Kconfig 1 file changed, 8 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/39194/4
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39194 )
Change subject: mb/google/drallion: Enable cbfs SAR value ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39194/4/src/mainboard/google/dralli... File src/mainboard/google/drallion/Kconfig:
https://review.coreboot.org/c/coreboot/+/39194/4/src/mainboard/google/dralli... PS4, Line 36: config CHROMEOS_WIFI_SAR Why isn’t that symbol is some common location?
EricR Lai has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39194 )
Change subject: mb/google/drallion: Enable cbfs SAR value ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39194/4/src/mainboard/google/dralli... File src/mainboard/google/drallion/Kconfig:
https://review.coreboot.org/c/coreboot/+/39194/4/src/mainboard/google/dralli... PS4, Line 36: config CHROMEOS_WIFI_SAR
Why isn’t that symbol is some common location?
It will effect all chrome boards... You can see patch3. I followed the Hatch board to config this and it be fine now.
Ivy Jian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39194 )
Change subject: mb/google/drallion: Enable cbfs SAR value ......................................................................
Patch Set 4: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/39194 )
Change subject: mb/google/drallion: Enable cbfs SAR value ......................................................................
mb/google/drallion: Enable cbfs SAR value
Enable read SAR value from cbfs.
BUG=b:150347463 TEST=NA
Signed-off-by: Eric Lai ericr_lai@compal.corp-partner.google.com Change-Id: I5f27b6f7245669728e3e394e9c6a39c11bfda3b8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/39194 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Ivy Jian ivy_jian@compal.corp-partner.google.com --- M src/mainboard/google/drallion/Kconfig 1 file changed, 8 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Ivy Jian: Looks good to me, approved
diff --git a/src/mainboard/google/drallion/Kconfig b/src/mainboard/google/drallion/Kconfig index 61bae2b..aff19c8 100644 --- a/src/mainboard/google/drallion/Kconfig +++ b/src/mainboard/google/drallion/Kconfig @@ -22,9 +22,6 @@ select SYSTEM_TYPE_LAPTOP select TPM2 select MAINBOARD_USES_IFD_EC_REGION - select USE_SAR - select SAR_ENABLE - select DSAR_ENABLE
if BOARD_GOOGLE_BASEBOARD_DRALLION
@@ -36,6 +33,14 @@ select GBB_FLAG_FORCE_DEV_BOOT_LEGACY select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC
+config CHROMEOS_WIFI_SAR + bool "Enable SAR options for Chrome OS build" + depends on CHROMEOS + select DSAR_ENABLE + select SAR_ENABLE + select USE_SAR + select WIFI_SAR_CBFS + config DIMM_MAX int default 2