Files
OpenCellular/firmware
Duncan Laurie 416bdc680c tpmc: Fix compilation with MOCK_TPM=1
The tpmc utility is failing to build with:
MOCK_TPM=1 emerge vboot_reference

Because some functions are not exported by the
mocked_tlcl library.  This commit adds mocked
functions for TlclPacketSize() and TlclSendReceive()

BUG=chrome-os-partner:19263
BRANCH=none
TEST=manual: MOCK_TPM=1 emerge-fox_wtm2 vboot_reference

Change-Id: Iaf4c2dff78272c41572e3b89444346a03be35fbe
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/50225
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2013-05-06 17:48:26 -07:00
..
2013-05-06 17:48:26 -07:00
2010-11-30 09:30:45 +08:00

arch/ is stuff that defines the architecture-dependent information (only used in
firmware build mode).

lib/ is stuff that the BIOS needs to link with.

stub/ is stuff to be implemented by the BIOS.

include/ describes the interfaces between the two parts.