Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35681 )
Change subject: cpu/x86/smm: Add support for long mode
......................................................................
Patch Set 5:
(2 comments)
https://review.coreboot.org/c/coreboot/+/35681/5/src/cpu/x86/smm/smmhandler....
File src/cpu/x86/smm/smmhandler.S:
https://review.coreboot.org/c/coreboot/+/35681/5/src/cpu/x86/smm/smmhandler....
PS5, Line 219: /* Disable paging */
: movl %cr0, %eax
: andl $0x7FFFFFFF, %eax
: movl %eax, %cr0
Isn't this covered by the savestate?
yes, just standard long mode disable sequence.
https://review.coreboot.org/c/coreboot/+/35681/5/src/cpu/x86/smm/smmhandler....
PS5, Line 229:
: /* Disable PAE */
: movl %cr4, %eax
: andl $(~0x20), %eax
: movl %eax, %cr4
Isn't this covered by the savestate?
yes, just standard long mode disable sequence.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/35681
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8bba4af4688c723fc079ae905dac95f57ea956f8
Gerrit-Change-Number: 35681
Gerrit-PatchSet: 5
Gerrit-Owner: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Aaron Durbin
adurbin@chromium.org
Gerrit-Reviewer: David Hendricks
david.hendricks@gmail.com
Gerrit-Reviewer: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Lee Leahy
leroy.p.leahy@intel.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Reviewer: Raul Rangel
rrangel@chromium.org
Gerrit-Reviewer: Rudolf Marek
r.marek@assembler.cz
Gerrit-Reviewer: Stefan Reinauer
stefan.reinauer@coreboot.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Reviewer: ron minnich
rminnich@gmail.com
Gerrit-CC: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Comment-Date: Sun, 06 Oct 2019 10:35:31 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Arthur Heymans
arthur@aheymans.xyz
Gerrit-MessageType: comment