Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1366)

Unified Diff: src/platform/tpm_lite/src/testsuite/clear.c

Issue 1558015: 1. Changes and additions for autotest; 2. Two-level write-free locking test. (Closed)
Patch Set: gauravsh@chromium.org Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/tpm_lite/src/testsuite/Makefile ('k') | src/platform/tpm_lite/src/testsuite/enable.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/tpm_lite/src/testsuite/clear.c
diff --git a/src/platform/tpm_lite/src/testsuite/clear.c b/src/platform/tpm_lite/src/testsuite/clear.c
index 0042ed6dfcc29eaaa415a929d48e64b7f3c33e12..3eaf441a1ab21558c362a7ed63f04f79a7fd0189 100644
--- a/src/platform/tpm_lite/src/testsuite/clear.c
+++ b/src/platform/tpm_lite/src/testsuite/clear.c
@@ -3,28 +3,17 @@
* found in the LICENSE file.
*/
-/* Testing: ownership testing code, ForceClear, and nvram write limit.
+/* Testing: ownership testing code and ForceClear.
*/
#include <stdio.h>
-#include <stdint.h>
-#include <stdlib.h>
-#include <tss/tcs.h>
#include "tlcl.h"
-/* These index values are used to create NVRAM spaces. They only need to be
- * unique.
- */
-#define INDEX0 0xda70
-#define INDEX1 0xda71
-#define INDEX2 0xda72
-#define INDEX3 0xda73
-
-int main(void) {
+int main(int argc, char** argv) {
int owned;
- TlclLibinit();
+ TlclLibInit();
#if !USE_TPM_EMULATOR
/* The emulator does these itself. */
« no previous file with comments | « src/platform/tpm_lite/src/testsuite/Makefile ('k') | src/platform/tpm_lite/src/testsuite/enable.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698