Stefan Reinauer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45008 )
Change subject: util/intelp2m: Update macros
......................................................................
Patch Set 2: Code-Review+2
(3 comments)
Agree, it would be nice to fix those. Please make another patch for that if you can
https://review.coreboot.org/c/coreboot/+/45008/2/util/intelp2m/platforms/sn…
File util/intelp2m/platforms/snr/macro.go:
https://review.coreboot.org/c/coreboot/+/45008/2/util/intelp2m/platforms/sn…
PS2, Line 93: // PAD_CFG_GPI_APIC_INVERT(pad, pull, rst)
> this comment contains an old macro. Please remove or update it.
Ack
https://review.coreboot.org/c/coreboot/+/45008/2/util/intelp2m/platforms/sn…
PS2, Line 132: // e.g. PAD_CFG_GPI_ACPI_SCI(GPP_G2, NONE, DEEP, YES),
: // #define PAD_CFG_GPI_ACPI_SCI(pad, pull, rst, inv) \
: // PAD_CFG_GPI_SCI(pad, pull, rst, EDGE_SINGLE, inv)
> same
Ack
https://review.coreboot.org/c/coreboot/+/45008/2/util/intelp2m/platforms/sn…
PS2, Line 150: // e.g. PAD_CFG_GPI_ACPI_SMI(GPP_I3, NONE, DEEP, YES),
> same
Ack
--
To view, visit https://review.coreboot.org/c/coreboot/+/45008
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia0a7dea89fdb69e01f0abe577488f26a5d2bd6ed
Gerrit-Change-Number: 45008
Gerrit-PatchSet: 2
Gerrit-Owner: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Maxim Polyakov <max.senia.poliak(a)gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Wed, 04 Nov 2020 21:14:50 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Maxim Polyakov <max.senia.poliak(a)gmail.com>
Gerrit-MessageType: comment
Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47187 )
Change subject: mb/purism/librem_mini: drop unused HeciEnabled register
......................................................................
mb/purism/librem_mini: drop unused HeciEnabled register
this should have been corrected as part of:
3de90d1 [soc/intel/cnl: Set Heci1Disable depending on devicetree config]
Change-Id: I6a103a1de01fc258ef359258a8a64f4c5a181139
Signed-off-by: Matt DeVillier <matt.devillier(a)puri.sm>
---
M src/mainboard/purism/librem_cnl/variants/librem_mini/devicetree.cb
1 file changed, 1 insertion(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/47187/1
diff --git a/src/mainboard/purism/librem_cnl/variants/librem_mini/devicetree.cb b/src/mainboard/purism/librem_cnl/variants/librem_mini/devicetree.cb
index 9d2b34b..ae19b04 100644
--- a/src/mainboard/purism/librem_cnl/variants/librem_mini/devicetree.cb
+++ b/src/mainboard/purism/librem_cnl/variants/librem_mini/devicetree.cb
@@ -204,10 +204,7 @@
device pci 15.1 off end # I2C #1
device pci 15.2 off end # I2C #2
device pci 15.3 off end # I2C #3
- device pci 16.0 off # Management Engine Interface 1
- # HECI must be enabled w/HAP disable else S3 issues
- register "HeciEnabled" = "1"
- end
+ device pci 16.0 off end # Management Engine Interface 1
device pci 16.1 off end # Management Engine Interface 2
device pci 16.2 off end # Management Engine IDE-R
device pci 16.3 off end # Management Engine KT Redirection
--
To view, visit https://review.coreboot.org/c/coreboot/+/47187
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6a103a1de01fc258ef359258a8a64f4c5a181139
Gerrit-Change-Number: 47187
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-MessageType: newchange
Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47186 )
Change subject: mb/purism/librem_mini: Increase TDP/PL2 setting
......................................................................
mb/purism/librem_mini: Increase TDP/PL2 setting
PL2 was set artificially low during development when the active cooling
fan was not functional, and never corrected once the fan was fixed.
Raise PL2 to a value which works with both Librem Mini variants.
Change-Id: Ie377392020f73359aed80ddae727adb6f8d06344
Signed-off-by: Matt DeVillier <matt.devillier(a)puri.sm>
---
M src/mainboard/purism/librem_cnl/variants/librem_mini/devicetree.cb
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/47186/1
diff --git a/src/mainboard/purism/librem_cnl/variants/librem_mini/devicetree.cb b/src/mainboard/purism/librem_cnl/variants/librem_mini/devicetree.cb
index 308fa69..9d2b34b 100644
--- a/src/mainboard/purism/librem_cnl/variants/librem_mini/devicetree.cb
+++ b/src/mainboard/purism/librem_cnl/variants/librem_mini/devicetree.cb
@@ -8,7 +8,7 @@
# Power limit
register "power_limits_config" = "{
.tdp_pl1_override = 25,
- .tdp_pl2_override = 28,
+ .tdp_pl2_override = 51,
}"
# Enable Enhanced Intel SpeedStep
--
To view, visit https://review.coreboot.org/c/coreboot/+/47186
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie377392020f73359aed80ddae727adb6f8d06344
Gerrit-Change-Number: 47186
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-MessageType: newchange