History log of /external/tpm2/PropertyCap_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/PropertyCap_fp.h
bbd79006638e983c14ae2b644146ab6b05856e6e 31-May-2015 Vadim Bendebury <vbendeb@chromium.org> Changes to allow compilation of GetCapability.c

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

Change-Id: Id29ea0029c232c6d9e41f98b6dd24d73bf59a065
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/274185
Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
/external/tpm2/PropertyCap_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/PropertyCap_fp.h