Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/29414 )
Change subject: src/soc/intel/braswell/acpi/southcluster.asl: Remove disabled LPE devices
......................................................................
Patch Set 1:
I'd prefer runtime detection and ssdt code to achieve the same functionality.
--
To view, visit https://review.coreboot.org/29414
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: Ic8acf9ea9e9b0ba9b272e20beb2023b7a4716a73
Gerrit-Change-Number: 29414
Gerrit-PatchSet: 1
Gerrit-Owner: Frans Hendriks <fhendriks(a)eltan.com>
Gerrit-Reviewer: Frans Hendriks <fhendriks(a)eltan.com>
Gerrit-Reviewer: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Fri, 02 Nov 2018 07:16:27 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Shaunak Saha has posted comments on this change. ( https://review.coreboot.org/29361 )
Change subject: mb/google/poppy/variant/nocturne: adjust RcompTarget to fix DRAM corruption
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/29361/1/src/mainboard/google/poppy/variants…
File src/mainboard/google/poppy/variants/nocturne/memory.c:
https://review.coreboot.org/#/c/29361/1/src/mainboard/google/poppy/variants…
PS1, Line 36: 30
> That is a question for Intel. I posted this CL per their request in comment #134 on b:111812662. […]
We tested this on the failing platform and saw the improvement. We are in process of testing to other working SKU's also. Also we have asked our memory team to let us know if there can be any side effect for this change. Will update the crosbug and the patch with our findings.
--
To view, visit https://review.coreboot.org/29361
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: Iefc3957f915a39a47ad6018459e65b70d1b34091
Gerrit-Change-Number: 29361
Gerrit-PatchSet: 1
Gerrit-Owner: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Caveh Jalali <caveh(a)google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Gaggery Tsai <gaggery.tsai(a)intel.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Shaunak Saha <shaunak.saha(a)intel.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Shaunak Saha <shaunak.saha(a)intel.com>
Gerrit-Comment-Date: Fri, 02 Nov 2018 04:50:24 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Vadim Bendebury has uploaded a new patch set (#2). ( https://review.coreboot.org/29431 )
Change subject: util/cbsftool: allow enabling verbose make output
......................................................................
util/cbsftool: allow enabling verbose make output
Sometimes it is necessary to be able to see exact command lines used
when compiling and linking. Use the same scheme as some other
Makefile's - enable verbose output when variable V is set to 1.
TEST=tried building cbfstool with V=1, observed verbose output.
Change-Id: Iff25439aabff79e69d1d94a2c51c60bb0e0d7b80
Signed-off-by: Vadim Bendebury <vbendeb(a)chromium.org>
---
M util/cbfstool/Makefile
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/29431/2
--
To view, visit https://review.coreboot.org/29431
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: Iff25439aabff79e69d1d94a2c51c60bb0e0d7b80
Gerrit-Change-Number: 29431
Gerrit-PatchSet: 2
Gerrit-Owner: Vadim Bendebury <vbendeb(a)chromium.org>
Vadim Bendebury has uploaded this change for review. ( https://review.coreboot.org/29431
Change subject: util/cbsftool: allow enabling verbose make output
......................................................................
util/cbsftool: allow enabling verbose make output
Sometimes it is necessary to be able to see exact command lines used
when compiling and linking. Use the same scheme as some other
Makefile's - enable verbose output when variable V is not empty.
TEST=tried building cbfstool with V=1, observed verbose output.
Change-Id: Iff25439aabff79e69d1d94a2c51c60bb0e0d7b80
Signed-off-by: Vadim Bendebury <vbendeb(a)chromium.org>
---
M util/cbfstool/Makefile
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/29431/1
diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile
index ba8fdff..f4dca3f 100644
--- a/util/cbfstool/Makefile
+++ b/util/cbfstool/Makefile
@@ -51,6 +51,8 @@
$(INSTALL) ifwitool $(DESTDIR)$(BINDIR)
$(INSTALL) cbfs-compression-tool $(DESTDIR)$(BINDIR)
+ifneq ($(V),1)
.SILENT:
+endif
include Makefile.inc
--
To view, visit https://review.coreboot.org/29431
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: Iff25439aabff79e69d1d94a2c51c60bb0e0d7b80
Gerrit-Change-Number: 29431
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Bendebury <vbendeb(a)chromium.org>
Nick Vaccaro has posted comments on this change. ( https://review.coreboot.org/29361 )
Change subject: mb/google/poppy/variant/nocturne: adjust RcompTarget to fix DRAM corruption
......................................................................
Patch Set 1:
Verification tests underway now.
--
To view, visit https://review.coreboot.org/29361
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: Iefc3957f915a39a47ad6018459e65b70d1b34091
Gerrit-Change-Number: 29361
Gerrit-PatchSet: 1
Gerrit-Owner: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Caveh Jalali <caveh(a)google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Gaggery Tsai <gaggery.tsai(a)intel.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Shaunak Saha <shaunak.saha(a)intel.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 01 Nov 2018 23:46:30 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No