Files
OpenCellular/board
Vadim Bendebury e10691fa7c cr50: remove RO dependency on tpm2
The RO image is now required to be signed following a cumbersome
procedure. It turns out that it is rebuilt even if the underlying
source files do not change. The reason being that it depends on tpm2
library and even includes it during linking (without actually linking
anything in), this was done to simplify the makefile.

This patch decouples the RO image from the tpm2 library, as a result
the RO image is not rebuilt every time make runs.

BRANCH=none
BUG=chrome-os-partner:49950
TEST=ran several times the following commands:

   $ rm -rf build/cr50 && make BOARD=cr50 -j

    there is no race conditions, the library is built in time.

  - verified that running 'make' the second time does not cause the RO
    image to be rebuilt any more.

Change-Id: Idbf84f6ac01e1a6d3da363489b8fc74fd5a54da5
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/327192
2016-02-10 15:45:52 -08:00
..
2016-02-10 15:45:52 -08:00
2015-08-24 19:08:35 +00:00
2015-11-11 08:05:40 -08:00
2016-02-08 20:25:17 -08:00
2016-01-20 23:21:54 -08:00
2016-01-26 18:54:28 -08:00
2014-04-02 19:58:53 +00:00