]> git.proxmox.com Git - mirror_edk2.git/commit
SecurityPkg: OpalPasswordDxe: Add Opal password dxe driver.
authorEric Dong <eric.dong@intel.com>
Tue, 29 Mar 2016 06:48:20 +0000 (14:48 +0800)
committerFeng Tian <feng.tian@intel.com>
Tue, 29 Mar 2016 07:37:30 +0000 (15:37 +0800)
commita06875e1f040dde20dc46fd349cc655c627c3e83
tree02a7e82a53647b267831a339cbb002042278ee40
parent1cf00fbdb36fd2f350d92530007483b8831d4340
SecurityPkg: OpalPasswordDxe: Add Opal password dxe driver.

This driver used to enables opal feature in bios.
It adds setup menu and unlock device process in boot phase.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
12 files changed:
SecurityPkg/Tcg/Opal/OpalPasswordDxe/ComponentName.c [new file with mode: 0644]
SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalDriver.c [new file with mode: 0644]
SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalDriver.h [new file with mode: 0644]
SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalDriverPrivate.h [new file with mode: 0644]
SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c [new file with mode: 0644]
SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.h [new file with mode: 0644]
SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHiiCallbacks.c [new file with mode: 0644]
SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHiiFormStrings.uni [new file with mode: 0644]
SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHiiFormValues.h [new file with mode: 0644]
SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHiiPrivate.h [new file with mode: 0644]
SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalPasswordDxe.inf [new file with mode: 0644]
SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalPasswordForm.vfr [new file with mode: 0644]