Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47983 )
Change subject: soc/common: Program SF Mask MSRs for eNEM
......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/c/coreboot/+/47983/5/src/soc/intel/common/block/...
File src/soc/intel/common/block/cpu/car/cache_as_ram.S:
https://review.coreboot.org/c/coreboot/+/47983/5/src/soc/intel/common/block/...
PS5, Line 413: %ecx
Yes. I can back it up in edx and restore back after SF Mask programming.
what about using %edx directly?
```
mov %eax, %edx
mov $0x01, %eax
shl %dl, %eax
subl $0x01, %eax
```
--
To view, visit
https://review.coreboot.org/c/coreboot/+/47983
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5781008a1447813317878a722cb894edcd6df946
Gerrit-Change-Number: 47983
Gerrit-PatchSet: 5
Gerrit-Owner: Shreesh Chhabbi
shreesh.chhabbi@intel.com
Gerrit-Reviewer: Mariusz Szafrański
mariuszx.szafranski@intel.com
Gerrit-Reviewer: Michal Motyl
michalx.motyl@intel.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Shreesh Chhabbi
shreesh.chhabbi@intel.corp-partner.google.com
Gerrit-Reviewer: Suresh Bellampalli
suresh.bellampalli@intel.com
Gerrit-Reviewer: Vanessa Eusebio
vanessa.f.eusebio@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Furquan Shaikh
furquan@google.com
Gerrit-CC: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Comment-Date: Thu, 03 Dec 2020 23:37:48 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Furquan Shaikh
furquan@google.com
Comment-In-Reply-To: Shreesh Chhabbi
shreesh.chhabbi@intel.corp-partner.google.com
Gerrit-MessageType: comment