Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31438
Change subject: mb/google/hatch: Set VmxEnable to 1 ......................................................................
mb/google/hatch: Set VmxEnable to 1
This change sets VmxEnable to 1 to match the kernel setting.
BUG=b:124518711
Change-Id: I20f9282a94dc502e963578c435061ffe52ce83d3 Signed-off-by: Furquan Shaikh furquan@google.com --- M src/mainboard/google/hatch/variants/baseboard/devicetree.cb 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/31438/1
diff --git a/src/mainboard/google/hatch/variants/baseboard/devicetree.cb b/src/mainboard/google/hatch/variants/baseboard/devicetree.cb index aaef663..1cb570c 100644 --- a/src/mainboard/google/hatch/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/hatch/variants/baseboard/devicetree.cb @@ -49,6 +49,7 @@ register "SataPortsEnable[1]" = "1" register "SataPortsDevSlp[1]" = "1" register "satapwroptimize" = "1" + register "VmxEnable" = "1" # Enable System Agent dynamic frequency register "SaGv" = "SaGv_Enabled" # Enable heci communication
Duncan Laurie has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31438 )
Change subject: mb/google/hatch: Set VmxEnable to 1 ......................................................................
Patch Set 1: Code-Review+2
Rizwan Qureshi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31438 )
Change subject: mb/google/hatch: Set VmxEnable to 1 ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/31438/1/src/mainboard/google/hatch/variants/... File src/mainboard/google/hatch/variants/baseboard/devicetree.cb:
https://review.coreboot.org/#/c/31438/1/src/mainboard/google/hatch/variants/... PS1, Line 52: register "VmxEnable" = "1" I think we need to do this https://review.coreboot.org/c/coreboot/+/31442 before we select the config. Since we are skipping MIP init in FSP VMX will not be configured.
Ronak Kanabar has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31438 )
Change subject: mb/google/hatch: Set VmxEnable to 1 ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/31438/1/src/mainboard/google/hatch/variants/... File src/mainboard/google/hatch/variants/baseboard/devicetree.cb:
https://review.coreboot.org/#/c/31438/1/src/mainboard/google/hatch/variants/... PS1, Line 52: register "VmxEnable" = "1" we don't need this change now. we are enabling Vmx using Kconfig. Please check CB:32117
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31438 )
Change subject: mb/google/hatch: Set VmxEnable to 1 ......................................................................
Patch Set 1:
So what's the verdict here: VmxEnable in devicetree or in Kconfig?
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31438 )
Change subject: mb/google/hatch: Set VmxEnable to 1 ......................................................................
Patch Set 1:
Patch Set 1:
So what's the verdict here: VmxEnable in devicetree or in Kconfig?
This change should not be required now that https://review.coreboot.org/c/coreboot/+/32117 has landed.
Patrick Georgi has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/31438 )
Change subject: mb/google/hatch: Set VmxEnable to 1 ......................................................................
Abandoned
superseded by CB:32117