Richard Spiegel has abandoned this change. ( https://review.coreboot.org/27821 )
Change subject: soc/amd/stoneyridge: Disable SATA if not in devicetree
......................................................................
Abandoned
Duplicated multiple times due to server error.
--
To view, visit https://review.coreboot.org/27821
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: I8a3655f2a9f6ea4e2ecf36961c942c9d163d80f7
Gerrit-Change-Number: 27821
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Richard Spiegel has abandoned this change. ( https://review.coreboot.org/27820 )
Change subject: soc/amd/stoneyridge: Disable SATA if not in devicetree
......................................................................
Abandoned
Duplicated multiple times due to server error.
--
To view, visit https://review.coreboot.org/27820
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: If5cefe5e34fe4cb3248b4694f1a5edbcc97d831a
Gerrit-Change-Number: 27820
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Sumeet R Pawnikar has uploaded this change for review. ( https://review.coreboot.org/27819
Change subject: mb/google/octopus/variants/baseboard: Update Power Limit1
......................................................................
mb/google/octopus/variants/baseboard: Update Power Limit1
Update power limit1 value from 8W to 10W. There is an error
in the energy calculation for current VR solution on GLK.
Experiments show that when power limit1 set to 10W, gained
performance improvement with SoC TDP reaches max (6W) power.
BUG=b:79779737
BRANCH=None
TEST=Build coreboot for Octopus board.
Change-Id: Ic320d442e7401e4be2e8e16d691db4c803f0fdc1
Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar(a)intel.com>
---
M src/mainboard/google/octopus/variants/baseboard/devicetree.cb
M src/mainboard/google/octopus/variants/baseboard/include/baseboard/acpi/dptf.asl
2 files changed, 4 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/27819/1
diff --git a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb
index 9cab69c..b7c7ad2 100644
--- a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb
+++ b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb
@@ -42,11 +42,10 @@
register "gpe0_dw2" = "PMC_GPE_N_95_64"
register "gpe0_dw3" = "PMC_GPE_N_63_32"
- # PL1 override 8000 mW: Due to error in the energy calculation for
+ # PL1 override 10000 mW: Due to error in the energy calculation for
# current VR solution. Experiments show that SoC TDP max (6W) can
- # be reached when RAPL PL1 is set to 8W.
- # TODO: Need to tune this value on closed chassis system.
- register "tdp_pl1_override_mw" = "8000"
+ # be reached when RAPL PL1 is set to 10W.
+ register "tdp_pl1_override_mw" = "10000"
# Set RAPL PL2 to 15W.
register "tdp_pl2_override_mw" = "15000"
diff --git a/src/mainboard/google/octopus/variants/baseboard/include/baseboard/acpi/dptf.asl b/src/mainboard/google/octopus/variants/baseboard/include/baseboard/acpi/dptf.asl
index fb5b590..0b26129 100644
--- a/src/mainboard/google/octopus/variants/baseboard/include/baseboard/acpi/dptf.asl
+++ b/src/mainboard/google/octopus/variants/baseboard/include/baseboard/acpi/dptf.asl
@@ -69,8 +69,7 @@
Package () { /* Power Limit 1 */
0, /* PowerLimitIndex, 0 for Power Limit 1 */
3000, /* PowerLimitMinimum */
- /* TODO: Need to tune this value on closed chassis system. */
- 8000, /* PowerLimitMaximum */
+ 10000, /* PowerLimitMaximum */
1000, /* TimeWindowMinimum */
1000, /* TimeWindowMaximum */
200 /* StepSize */
--
To view, visit https://review.coreboot.org/27819
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: Ic320d442e7401e4be2e8e16d691db4c803f0fdc1
Gerrit-Change-Number: 27819
Gerrit-PatchSet: 1
Gerrit-Owner: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Martin Roth has posted comments on this change. ( https://review.coreboot.org/27816 )
Change subject: google/grunt: Override BayHub EMMC driving strength
......................................................................
Patch Set 2:
(1 comment)
Did this help for you? When I was testing, it didn't seem to make any difference.
https://review.coreboot.org/#/c/27816/2/src/mainboard/google/kahlee/variant…
File src/mainboard/google/kahlee/variants/baseboard/mainboard.c:
https://review.coreboot.org/#/c/27816/2/src/mainboard/google/kahlee/variant…
PS2, Line 43: u32 SDBAR;
: u32 BH720_PCR_DATA;
lowercase?
--
To view, visit https://review.coreboot.org/27816
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: I3db38ff12c566c258895c6643008a0472ca528bb
Gerrit-Change-Number: 27816
Gerrit-PatchSet: 2
Gerrit-Owner: Kevin Chiu <Kevin.Chiu(a)quantatw.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 03 Aug 2018 14:27:27 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Richard Spiegel has uploaded this change for review. ( https://review.coreboot.org/27818
Change subject: mb/amd/gardenia/Kconfig: Enable SATA
......................................................................
mb/amd/gardenia/Kconfig: Enable SATA
Gardenia was created with SATA enabled, so unless AMD wants to disable it,
it needs to be enabled now that soc code disables it by default.
BUG=b:112139043
TEST=Tested on grunt by selecting STONEYRIDGE_SATA_ENABLE, build and boot
grunt. Verified SATA present, removed code from grunt and pasted it to
gardenia.
Change-Id: I34dee13079f3194546dc75f8cdcdb0696854b59d
Signed-off-by: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
---
M src/mainboard/amd/gardenia/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/27818/1
diff --git a/src/mainboard/amd/gardenia/Kconfig b/src/mainboard/amd/gardenia/Kconfig
index f4512f7..d46d1c8 100644
--- a/src/mainboard/amd/gardenia/Kconfig
+++ b/src/mainboard/amd/gardenia/Kconfig
@@ -23,6 +23,7 @@
select HAVE_ACPI_TABLES
select BOARD_ROMSIZE_KB_8192
select GFXUMA
+ select STONEYRIDGE_SATA_ENABLE
config MAINBOARD_DIR
string
--
To view, visit https://review.coreboot.org/27818
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: I34dee13079f3194546dc75f8cdcdb0696854b59d
Gerrit-Change-Number: 27818
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/27665 )
Change subject: mb/pcengines/apu2: change GPIO setting
......................................................................
Patch Set 9:
(1 comment)
https://review.coreboot.org/#/c/27665/9/src/mainboard/pcengines/apu2/romsta…
File src/mainboard/pcengines/apu2/romstage.c:
https://review.coreboot.org/#/c/27665/9/src/mainboard/pcengines/apu2/romsta…
PS9, Line 116: if (IS_ENABLED(CONFIG_BOARD_PCENGINES_APU5)) {
braces {} are not necessary for single statement blocks
--
To view, visit https://review.coreboot.org/27665
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: Icf4a60acabe65cd7f9985bb3af8bd577764d4196
Gerrit-Change-Number: 27665
Gerrit-PatchSet: 9
Gerrit-Owner: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Elyes HAOUAS <ehaouas(a)noos.fr>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Reviewer: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Piotr Król <piotr.krol(a)3mdeb.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: kamran javed <kamrangulhaji315a(a)gmail.com>
Gerrit-Comment-Date: Fri, 03 Aug 2018 11:02:41 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No