mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
update comments
This commit is contained in:
parent
e65f11e6d5
commit
b7063ea743
@ -5,7 +5,6 @@ import hirs.utils.tpm.eventlog.events.EvCompactHash;
|
||||
import hirs.utils.tpm.eventlog.events.EvConstants;
|
||||
import hirs.utils.tpm.eventlog.events.EvEfiGptPartition;
|
||||
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.EvEfiSpecIdEvent;
|
||||
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":
|
||||
processSigList(uefiVariableData);
|
||||
break;
|
||||
case "devdb": // SPDM_DEVICE_POLICY and SPDM_DEVICE_AUTHORITY
|
||||
break; // PFP v1.06 Rev 52, Sec 3.3.4.8 (update when test patterns exist)
|
||||
case "devdb": // 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":
|
||||
bootv = new UefiBootVariable(uefiVariableData);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user