Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31368 )
Change subject: soc/intel/skylake: Avoid TOL_1V8 being set for GPP_F4 ~ GPP_F11
......................................................................
Patch Set 7:
(2 comments)
https://review.coreboot.org/#/c/31368/7/src/soc/intel/common/block/include/i...
File src/soc/intel/common/block/include/intelblocks/gpio.h:
https://review.coreboot.org/#/c/31368/7/src/soc/intel/common/block/include/i...
PS7, Line 202: reg
Maybe reg_val? Just to make it clear that this is the register value. Can you please add a comment indicating what each param indicates?
https://review.coreboot.org/#/c/31368/7/src/soc/intel/skylake/gpio.c
File src/soc/intel/skylake/gpio.c:
https://review.coreboot.org/#/c/31368/7/src/soc/intel/skylake/gpio.c@175
PS7, Line 175: #if !IS_ENABLED(CONFIG_SKYLAKE_SOC_PCH_H)
: /*
Just use:
if (IS_ENABLED(CONFIG_SKYLAKE_SOC_PCH_H))
return;
...
--
To view, visit
https://review.coreboot.org/c/coreboot/+/31368
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I419ef3e89104ad3611e96bbe23a582504b45be0c
Gerrit-Change-Number: 31368
Gerrit-PatchSet: 7
Gerrit-Owner: Kane Chen
kane.chen@intel.com
Gerrit-Reviewer: Aaron Durbin
adurbin@chromium.org
Gerrit-Reviewer: Duncan Laurie
dlaurie@chromium.org
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Gaggery Tsai
gaggery.tsai@intel.com
Gerrit-Reviewer: Kane Chen
kane.chen@intel.com
Gerrit-Reviewer: Marx Wang
marx.wang@intel.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Thu, 14 Feb 2019 06:30:05 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment