Kane Chen has uploaded a new patch set (#2). ( https://review.coreboot.org/23019 )
Change subject: google/fizz: Enable SataPwrOptEnable FSP UPD
......................................................................
google/fizz: Enable SataPwrOptEnable FSP UPD
This change is to enable SataPwrOptEnable.
With this change, we no longer see SError message in kernel during
suspend_stress_test.
BUG=b:70491485
Change-Id: Ieb991f6889c5ff3181a670bc7702314049fa983c
Signed-off-by: Kane Chen <kane.chen(a)intel.com>
---
M src/mainboard/google/fizz/devicetree.cb
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/23019/2
--
To view, visit https://review.coreboot.org/23019
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: Ieb991f6889c5ff3181a670bc7702314049fa983c
Gerrit-Change-Number: 23019
Gerrit-PatchSet: 2
Gerrit-Owner: Kane Chen <kane.chen(a)intel.com>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/22592 )
Change subject: lenovo: increase backlight PWM frequency for SNB/IVB laptops
......................................................................
Patch Set 2: Verified+1
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/19807/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/65051/ : SUCCESS
--
To view, visit https://review.coreboot.org/22592
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I71434233b50e8e2adf47326cd4c4dd98ca38a542
Gerrit-Change-Number: 22592
Gerrit-PatchSet: 2
Gerrit-Owner: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 28 Dec 2017 00:28:18 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/23009 )
Change subject: superio: move files to match the common naming scheme
......................................................................
Patch Set 1: Verified+1
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/19806/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/65050/ : SUCCESS
--
To view, visit https://review.coreboot.org/23009
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I1a8fc34aaaf42514c8af97ab155ff2712e7a5448
Gerrit-Change-Number: 23009
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 27 Dec 2017 22:22:33 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
Felix Held has uploaded this change for review. ( https://review.coreboot.org/23009
Change subject: superio: move files to match the common naming scheme
......................................................................
superio: move files to match the common naming scheme
Change-Id: I1a8fc34aaaf42514c8af97ab155ff2712e7a5448
Signed-off-by: Felix Held <felix-coreboot(a)felixheld.de>
---
M src/superio/smsc/sio10n268/Makefile.inc
R src/superio/smsc/sio10n268/superio.c
M src/superio/via/vt1211/Makefile.inc
R src/superio/via/vt1211/superio.c
4 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/23009/1
diff --git a/src/superio/smsc/sio10n268/Makefile.inc b/src/superio/smsc/sio10n268/Makefile.inc
index ab15abe..2241db3 100644
--- a/src/superio/smsc/sio10n268/Makefile.inc
+++ b/src/superio/smsc/sio10n268/Makefile.inc
@@ -13,4 +13,4 @@
## GNU General Public License for more details.
##
-ramstage-$(CONFIG_SUPERIO_SMSC_SIO10N268) += sio10n268.c
+ramstage-$(CONFIG_SUPERIO_SMSC_SIO10N268) += superio.c
diff --git a/src/superio/smsc/sio10n268/sio10n268.c b/src/superio/smsc/sio10n268/superio.c
similarity index 100%
rename from src/superio/smsc/sio10n268/sio10n268.c
rename to src/superio/smsc/sio10n268/superio.c
diff --git a/src/superio/via/vt1211/Makefile.inc b/src/superio/via/vt1211/Makefile.inc
index a0c8f8b..d3044af 100644
--- a/src/superio/via/vt1211/Makefile.inc
+++ b/src/superio/via/vt1211/Makefile.inc
@@ -14,4 +14,4 @@
## GNU General Public License for more details.
##
-ramstage-$(CONFIG_SUPERIO_VIA_VT1211) += vt1211.c
+ramstage-$(CONFIG_SUPERIO_VIA_VT1211) += superio.c
diff --git a/src/superio/via/vt1211/vt1211.c b/src/superio/via/vt1211/superio.c
similarity index 100%
rename from src/superio/via/vt1211/vt1211.c
rename to src/superio/via/vt1211/superio.c
--
To view, visit https://review.coreboot.org/23009
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: I1a8fc34aaaf42514c8af97ab155ff2712e7a5448
Gerrit-Change-Number: 23009
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot(a)felixheld.de>
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/23006 )
Change subject: superio/ite: pass the chip-specific ops struct to pnp_enable_devices
......................................................................
Patch Set 1:
Are those not passed on through the pnp_info array above? I don't think it matters but it's good to be consistent.
--
To view, visit https://review.coreboot.org/23006
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I5f03a4064778c419f4b9c50e70db1296addf6c9e
Gerrit-Change-Number: 23006
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 27 Dec 2017 22:05:46 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No