From: Hao Wu <hao.a.wu@intel.com>
To: edk2-devel@lists.01.org
Cc: Hao Wu <hao.a.wu@intel.com>, Eric Dong <eric.dong@intel.com>,
Ray Ni <ray.ni@intel.com>, Chao Zhang <chao.b.zhang@intel.com>,
Jiewen Yao <jiewen.yao@intel.com>
Subject: [PATCH v2 0/1] Add Security feature set support for ATA devices
Date: Thu, 21 Feb 2019 08:30:54 +0800 [thread overview]
Message-ID: <20190221003055.10320-1-hao.a.wu@intel.com> (raw)
This patch actually depends on a series that is currently under review:
https://www.mail-archive.com/edk2-devel@lists.01.org/msg51681.html
One can get this patch together with the above-mentioned series at:
https://github.com/hwu25/edk2/tree/hddpassword_v2
V2 changes:
As suggested by Ray, simplifies the logic within PPI notification callback
to directly use the PPI instance provided by the input parameter of
callback function.
V1 history:
Uni-tests performed for the patch:
* Password can be set/update/disabled to an ATA device via the HII page;
* A popup windows will show up if a device is set with password. And after
inputting the correct password, the data can be accessed. Otherwise,
data cannot be accessed;
* A device with password set can be auto-unlocked during the S3 resume.
Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Hao Wu (1):
SecurityPkg/HddPassword: Add Security feature set support for ATA dev
SecurityPkg/SecurityPkg.dsc | 6 +
SecurityPkg/HddPassword/HddPasswordDxe.inf | 75 +
SecurityPkg/HddPassword/HddPasswordPei.inf | 54 +
SecurityPkg/HddPassword/HddPasswordCommon.h | 61 +
SecurityPkg/HddPassword/HddPasswordDxe.h | 148 +
SecurityPkg/HddPassword/HddPasswordHiiDataStruc.h | 63 +
SecurityPkg/HddPassword/HddPasswordPei.h | 42 +
SecurityPkg/HddPassword/HddPassword.vfr | 188 ++
SecurityPkg/HddPassword/HddPasswordDxe.c | 2814 ++++++++++++++++++++
SecurityPkg/HddPassword/HddPasswordPei.c | 374 +++
SecurityPkg/HddPassword/HddPasswordStrings.uni | 48 +
11 files changed, 3873 insertions(+)
create mode 100644 SecurityPkg/HddPassword/HddPasswordDxe.inf
create mode 100644 SecurityPkg/HddPassword/HddPasswordPei.inf
create mode 100644 SecurityPkg/HddPassword/HddPasswordCommon.h
create mode 100644 SecurityPkg/HddPassword/HddPasswordDxe.h
create mode 100644 SecurityPkg/HddPassword/HddPasswordHiiDataStruc.h
create mode 100644 SecurityPkg/HddPassword/HddPasswordPei.h
create mode 100644 SecurityPkg/HddPassword/HddPassword.vfr
create mode 100644 SecurityPkg/HddPassword/HddPasswordDxe.c
create mode 100644 SecurityPkg/HddPassword/HddPasswordPei.c
create mode 100644 SecurityPkg/HddPassword/HddPasswordStrings.uni
--
2.12.0.windows.1
next reply other threads:[~2019-02-21 0:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-21 0:30 Hao Wu [this message]
2019-02-21 0:30 ` [PATCH v2 1/1] SecurityPkg/HddPassword: Add Security feature set support for ATA dev Hao Wu
2019-02-21 4:52 ` Ni, Ray
2019-02-21 5:56 ` Dong, Eric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190221003055.10320-1-hao.a.wu@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox