History log of /external/tpm2/DA_fp.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f788ffb5e5b4493cb4c1deaa12a97c80c2694b01 05-Jun-2015 Vadim Bendebury <vbendeb@chromium.org> reformat added files

This patch is the result of running the following script inside chroot:

$ for f in $(git diff bfc1e79 | grep -A1 '^\-\-\- /dev/null' | \
grep '^\+\+' awk -F/ '{print $2}'); do # for all added files
rm -f /tmp/clf.h # remove the placeholder file
mcomms $f > /tmp/clf.h # a hepler script putting multiline comments in one line
rm -f $f
clang-format --style=Google /tmp/clf.h > $f
done

BUG=none
TEST=verified that make still succeeds and that

$ objdump -d build/tpm2lib | md5sum

returns the same value before and after this patch

Change-Id: I7e2dca6a1fdd1d77b1c77f3b6cdd3433556d9c1d
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/275681
Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
/external/tpm2/DA_fp.h
709abf0fecfef5800d47c4bec0d5b17c4d39594a 02-Jun-2015 Vadim Bendebury <vbendeb@chromium.org> Changes to allow compilation of Time.c

BUG=none
TEST=compilation succeeds:
cc -Wall -Werror -c -o /dev/null Time.c

Change-Id: I6356ac1cb2f62db8fc83233eb691f34986555dbc
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/274674
Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
/external/tpm2/DA_fp.h
523b0eb19d9a9397b2f817caf41766a478b05d43 02-Jun-2015 Vadim Bendebury <vbendeb@chromium.org> Changes to allow compilation of Startup.c

BUG=none
TEST=compilation succeeds:
cc -Wall -Werror -c -o /dev/null Startup.c

Change-Id: Ia8b369aa72c526af5d074c2e464b6edc672cb0cd
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/274669
Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
/external/tpm2/DA_fp.h
3d5312a7b6dd7d41f25227bed05f6f04f6e21d96 02-Jun-2015 Vadim Bendebury <vbendeb@chromium.org> Changes to allow compilation of SessionProcess.c

BUG=none
TEST=compilation succeeds:
cc -Wall -Werror -c -o /dev/null SessionProcess.c

Change-Id: I352201ecdf427d76f7a96ce1337c9742c1acbf66
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/274662
Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
/external/tpm2/DA_fp.h
161c9100d5eb8ff53ac67f7b77f48df87b016f68 29-May-2015 Vadim Bendebury <vbendeb@chromium.org> Changes to allow compilation of Clear.c

BUG=none
TEST=compilation succeeds:
cc -Wall -Werror -c -o /tmp/build/Clear.o Clear.c

Change-Id: I9dbff1f2cc1ffcf763290e73e9b5e6ef02b38ae8
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/274018
Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
Reviewed-by: Darren Krahn <dkrahn@chromium.org>
/external/tpm2/DA_fp.h
c4b77e00643ea6e230916a76da450315ab820997 28-May-2015 Vadim Bendebury <vbendeb@chromium.org> Changes to allow compilation of ActivateCredential.c

This patch provides plumbing necessary to compile
ActivateCredential.c. Most of the new files are currently empty - they
are listed as includes, but no information from them is required for
this particular compilation.

The *_fp.h files provide necessary function prototypes, only few of
these prototypes are required at this time.

TPM_Types.h is a purged copy of

https://github.com/tianocore/edk2.git:MdePkg/Include/IndustryStandard/Tpm20.h

(at e9a1e37), which can not be copied directly due to some definition
collisions with this package. Some more items will be copied later.

BUG=none
TEST=running make now results in the ./build directory created:
$ make 2>/dev/null > /dev/null # Suppress other compile errors
$ ls build
ActivateCredential.o

Change-Id: Ie3e52923306d33ee697e2b9e739f715cbb8913aa
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
/external/tpm2/DA_fp.h