Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29529 )
Change subject: arch/x86/smbios(type4): Write processor_upgrade field
......................................................................
Patch Set 12:
> I don't think this would be useful considering CB:31032 and CB:31031
Obviously this is a valid use case for the socket information. Should
the Kconfig symbols of these two changes be reverted?
--
To view, visit https://review.coreboot.org/c/coreboot/+/29529
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1bf5ac6c411720d349df8fd706015c6835758cd0
Gerrit-Change-Number: 29529
Gerrit-PatchSet: 12
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-Comment-Date: Sun, 27 Jan 2019 11:21:44 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Ronak Kanabar has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30774
Change subject: mb/google/hatch: Configure miscellaneous features
......................................................................
mb/google/hatch: Configure miscellaneous features
set SaGv = 3 , To set System Agent dynamic frequency support as FixedHigh
set HeciEnabled = 1, To Enable heci communication
set VmxEnable = 1, To Enable Virtual-Machine Extension support
set speed_shift_enable = 1 To Enable Speed Shift Technology support
set s0ix_enable = 0, To Disable active idle state support. Will make it Enable when platform will be in stable stage
set dptf_enable = 0, To Disable Dynamic Platform Thermal Framework support. Will make it Enable when platform will be in stable stage
set dmipwroptimize = 1 , To Enable DMI Power Optimizer on PCH side
Change-Id: Iea90a65a77ef5e45a802cfe6fd31e1921163b02b
Signed-off-by: Ronak Kanabar <ronak.kanabar(a)intel.com>
---
M src/mainboard/google/hatch/variants/baseboard/devicetree.cb
1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/30774/1
diff --git a/src/mainboard/google/hatch/variants/baseboard/devicetree.cb b/src/mainboard/google/hatch/variants/baseboard/devicetree.cb
index 45e8421..7104fd4 100644
--- a/src/mainboard/google/hatch/variants/baseboard/devicetree.cb
+++ b/src/mainboard/google/hatch/variants/baseboard/devicetree.cb
@@ -49,6 +49,13 @@
register "SataPortsEnable[1]" = "1"
register "SataPortsDevSlp[1]" = "1"
register "satapwroptimize" = "1"
+ register "SaGv" = "3"
+ register "HeciEnabled" = "1"
+ register "VmxEnable" = "1"
+ register "speed_shift_enable" = "1"
+ register "s0ix_enable" = "0"
+ register "dptf_enable" = "0"
+ register "dmipwroptimize" = "1"
register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC2)" # Type-C Port 0
register "usb2_ports[1]" = "USB2_PORT_TYPE_C(OC2)" # Type-C Port 1
--
To view, visit https://review.coreboot.org/c/coreboot/+/30774
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iea90a65a77ef5e45a802cfe6fd31e1921163b02b
Gerrit-Change-Number: 30774
Gerrit-PatchSet: 1
Gerrit-Owner: Ronak Kanabar <ronak.kanabar(a)intel.com>
Gerrit-MessageType: newchange