CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2024/08/13 14:48:00
Modified files: sys/dev/ic : ccp.c Log 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@