Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30500 )
Change subject: [WIP]arch/x86/postcar: Add x86_64 support
......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/#/c/30500/4/src/arch/x86/exit_car.S
File src/arch/x86/exit_car.S:
https://review.coreboot.org/#/c/30500/4/src/arch/x86/exit_car.S@118
PS4, Line 118: pop %ebx /* Number to clear */
It's fine like this. […]
Something like this might do it, if we want to:
pop_edx_eax
mov %al, %bl /* Number to clear */
mov %dl, %bh /* Number to set */
test %bl, %bl
jz 2f
...
dec %bl
jnz 1b
2:
test %bh, %bh
jz 2f
...
dec %bh
jnz 1b
--
To view, visit
https://review.coreboot.org/c/coreboot/+/30500
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1c190627f5f0ed6f82738cb99423892382899d7b
Gerrit-Change-Number: 30500
Gerrit-PatchSet: 4
Gerrit-Owner: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Tue, 05 Mar 2019 20:12:47 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-MessageType: comment