Author :
bluhm
Date :
2024-08-13 20:48:00
Hash :5f28fd1b Message :For AMD SEV use correct command mask in ccp(4) driver.
According to AMD SEV API specification, the mask for command ID is
supposed to be of length 10 (Bits [25:16]), rather than length 6.
This ensures that all commands are properly processed by the PSP.
from Aaron Debebe; OK hshoexer@