mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-16 01:39:45 +00:00
update comments
This commit is contained in:
parent
a784ccb9bc
commit
9c646b916c
@ -5,7 +5,6 @@ import hirs.utils.tpm.eventlog.events.EvCompactHash;
|
|||||||
import hirs.utils.tpm.eventlog.events.EvConstants;
|
import hirs.utils.tpm.eventlog.events.EvConstants;
|
||||||
import hirs.utils.tpm.eventlog.events.EvEfiGptPartition;
|
import hirs.utils.tpm.eventlog.events.EvEfiGptPartition;
|
||||||
import hirs.utils.tpm.eventlog.events.EvEfiHandoffTable;
|
import hirs.utils.tpm.eventlog.events.EvEfiHandoffTable;
|
||||||
import hirs.utils.tpm.eventlog.events.EvEfiSpdmDevicePolicy;
|
|
||||||
import hirs.utils.tpm.eventlog.events.EvEfiSpdmDeviceSecurityEvent;
|
import hirs.utils.tpm.eventlog.events.EvEfiSpdmDeviceSecurityEvent;
|
||||||
import hirs.utils.tpm.eventlog.events.EvEfiSpecIdEvent;
|
import hirs.utils.tpm.eventlog.events.EvEfiSpecIdEvent;
|
||||||
import hirs.utils.tpm.eventlog.events.EvEventTag;
|
import hirs.utils.tpm.eventlog.events.EvEventTag;
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
package hirs.utils.tpm.eventlog.events;
|
|
||||||
|
|
||||||
public class EvEfiSpdmDevicePolicy {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* EvEfiSpdmDevicePolicy constructor.
|
|
||||||
*
|
|
||||||
* @param eventData byte array holding the event to process.
|
|
||||||
*/
|
|
||||||
public EvEfiSpdmDevicePolicy(final byte[] eventData) {
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -128,8 +128,10 @@ public class UefiVariable {
|
|||||||
case "dbx":
|
case "dbx":
|
||||||
processSigList(uefiVariableData);
|
processSigList(uefiVariableData);
|
||||||
break;
|
break;
|
||||||
case "devdb": // SPDM_DEVICE_POLICY and SPDM_DEVICE_AUTHORITY
|
case "devdb": // Update when test patterns exist
|
||||||
break; // PFP v1.06 Rev 52, Sec 3.3.4.8 (update when test patterns exist)
|
break; // PFP v1.06 Rev 52, Sec 3.3.4.8
|
||||||
|
// EV_EFI_SPDM_DEVICE_POLICY: EFI_SIGNATURE_LIST
|
||||||
|
// EV_EFI_SPDM_DEVICE_AUTHORITY: EFI_SIGNATURE_DATA
|
||||||
case "Boot00":
|
case "Boot00":
|
||||||
bootv = new UefiBootVariable(uefiVariableData);
|
bootv = new UefiBootVariable(uefiVariableData);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user