From: Qiaowei Ren <qiaowei.ren@intel.com>
To: Arnd Bergmann <arnd@arndb.de>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Richard L Maliszewski <richard.l.maliszewski@intel.com>,
Shane Wang <shane.wang@intel.com>, Gang Wei <gang.wei@intel.com>,
linux-kernel@vger.kernel.org, Qiaowei Ren <qiaowei.ren@intel.com>
Subject: [PATCH 0/5] TXT driver
Date: Sat, 27 Apr 2013 22:56:15 +0800 [thread overview]
Message-ID: <1367074580-16530-1-git-send-email-qiaowei.ren@intel.com> (raw)
This module is expected to be a better tool to access below resources
- TXT config space
- TXT heap
- Tboot log mem
- SMX parameter
Intel TXT (Trusted Execution Technology) will provide higher assurance
of system configuration and initial state as well as data reset
protection. It also helps solve real end user concerns about having
confidence that their hardware is running the VMM or kernel that
it was configured with, especially since they may be responsible for
providing such assurances to VMs and services running on it.
See <http://www.intel.com/technology/security/> for more information
about Intel(R) TXT.
Intel TXT configuration registers are a subset of chipset registers.
These chipset registers that interact with SMX are accessed from two
regions of memory, which represent the public and private configuration
spaces, by system software using memory read/write protocols.
Intel TXT Heap memory is a region of physically contiguous memory
which is set aside by BIOS for the use of Intel TXT hardware and
software.
With this module, it will be easier to access TXT/tboot related
information/logs.
Qiaowei Ren (5):
driver: add TXT driver in kernel
driver: provide sysfs interfaces to access TXT config space
driver: provide sysfs interfaces to access TXT log
driver: provide sysfs interfaces to access SMX parameter
driver: provide sysfs interfaces to access TXT heap
drivers/char/Kconfig | 2 +
drivers/char/Makefile | 1 +
drivers/char/txt/Kconfig | 18 +
drivers/char/txt/Makefile | 5 +
drivers/char/txt/txt-config.c | 1041 ++++++++++++++++++++++++
drivers/char/txt/txt-config.h | 138 ++++
drivers/char/txt/txt-heap.c | 1616 ++++++++++++++++++++++++++++++++++++++
drivers/char/txt/txt-heap.h | 338 ++++++++
drivers/char/txt/txt-log.c | 140 ++++
drivers/char/txt/txt-log.h | 27 +
drivers/char/txt/txt-parameter.c | 261 ++++++
drivers/char/txt/txt-parameter.h | 40 +
drivers/char/txt/txt-sysfs.c | 68 ++
13 files changed, 3695 insertions(+)
create mode 100644 drivers/char/txt/Kconfig
create mode 100644 drivers/char/txt/Makefile
create mode 100644 drivers/char/txt/txt-config.c
create mode 100644 drivers/char/txt/txt-config.h
create mode 100644 drivers/char/txt/txt-heap.c
create mode 100644 drivers/char/txt/txt-heap.h
create mode 100644 drivers/char/txt/txt-log.c
create mode 100644 drivers/char/txt/txt-log.h
create mode 100644 drivers/char/txt/txt-parameter.c
create mode 100644 drivers/char/txt/txt-parameter.h
create mode 100644 drivers/char/txt/txt-sysfs.c
--
1.7.9.5
next reply other threads:[~2013-04-27 7:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-27 14:56 Qiaowei Ren [this message]
2013-04-27 14:56 ` [PATCH 1/5] driver: add TXT driver in kernel Qiaowei Ren
2013-04-27 13:14 ` Greg Kroah-Hartman
2013-04-27 14:56 ` [PATCH 2/5] driver: provide sysfs interfaces to access TXT config space Qiaowei Ren
2013-04-27 14:56 ` [PATCH 3/5] driver: provide sysfs interfaces to access TXT log Qiaowei Ren
2013-04-27 13:17 ` Greg Kroah-Hartman
2013-04-27 14:56 ` [PATCH 4/5] driver: provide sysfs interfaces to access SMX parameter Qiaowei Ren
2013-04-27 14:56 ` [PATCH 5/5] driver: provide sysfs interfaces to access TXT heap Qiaowei Ren
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-all 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=1367074580-16530-1-git-send-email-qiaowei.ren@intel.com \
--to=qiaowei.ren@intel.com \
--cc=arnd@arndb.de \
--cc=gang.wei@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=richard.l.maliszewski@intel.com \
--cc=shane.wang@intel.com \
/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
all inboxes | Powered by JetHome®