AlanX Chiang has uploaded a new patch set (#2). ( https://review.coreboot.org/27508 )
Change subject: mb/google/nautilus: Camera module NVM enabling
......................................................................
mb/google/nautilus: Camera module NVM enabling
To enable NVM function for DW9807
BUG:b:110815821
TEST=Testing on Nautilus board
Change-Id: Ib83fa1a522402a59566e3f55fa5c1af4490266e4
Signed-off-by: Alan Chiang <alanx.chiang(a)intel.com>
---
M src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/cam0.asl
1 file changed, 35 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/27508/2
--
To view, visit https://review.coreboot.org/27508
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib83fa1a522402a59566e3f55fa5c1af4490266e4
Gerrit-Change-Number: 27508
Gerrit-PatchSet: 2
Gerrit-Owner: AlanX Chiang <alanx.chiang(a)intel.com>
Tom Hiller has abandoned this change. ( https://review.coreboot.org/27506 )
Change subject: Modify access rules
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/27506
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: refs/meta/config
Gerrit-MessageType: abandon
Gerrit-Change-Id: I283b121b97386c7e80ae6b76a998665909aecec7
Gerrit-Change-Number: 27506
Gerrit-PatchSet: 1
Gerrit-Owner: Tom Hiller <thrilleratplay(a)gmail.com>
Pratikkumar V Prajapati has uploaded this change for review. ( https://review.coreboot.org/27501
Change subject: nocturne: enable GEO SAR
......................................................................
nocturne: enable GEO SAR
Enable the GEO SAR feature for nocturne. OxM programs wifi_sar VPD key in factory.
coreboot reads the VPD and creates the ACPI table as per the WGDS spec.
BUG=b:65155728
BRANCH=none
TEST= Set the wifi_sar VPD with below command (values are junk for test purpose only,
actual values would be set be OxM)
sudo vpd -f <coreboot.rom> -s wifi_sar=30313233343536373839303132333435363738393030313
24142433435364445463031324142433400364445463031323343444546303132333435
Flash the <coreboot.rom> and boot to kernel. Get ACPI table and WGDS would get created
with VPD values passed in.
Change-Id: I32ad591f15fdb34704c8d98d98646dfa2d8882ff
Signed-off-by: Pratik Prajapati <pratikkumar.v.prajapati(a)intel.com>
---
M src/mainboard/google/poppy/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/27501/1
diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig
index 7ad846e..e35322c 100644
--- a/src/mainboard/google/poppy/Kconfig
+++ b/src/mainboard/google/poppy/Kconfig
@@ -176,6 +176,7 @@
select EXCLUDE_NATIVE_SD_INTERFACE
select MAINBOARD_HAS_SPI_TPM_CR50
select VARIANT_HAS_CAMERA_ACPI
+ select GEO_SAR_ENABLE if CHROMEOS_WIFI_SAR
config VARIANT_SPECIFIC_OPTIONS_SORAKA
def_bool n
--
To view, visit https://review.coreboot.org/27501
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: I32ad591f15fdb34704c8d98d98646dfa2d8882ff
Gerrit-Change-Number: 27501
Gerrit-PatchSet: 1
Gerrit-Owner: Pratikkumar V Prajapati <pratikkumar.v.prajapati(a)intel.com>