]> git.baikalelectronics.ru Git - arm-tf.git/commit
build_macros: Add mechanism to prevent bin generation.
authorChristoph Müllner <christophm30@gmail.com>
Wed, 24 Apr 2019 07:45:30 +0000 (09:45 +0200)
committerChristoph Müllner <christophm30@gmail.com>
Thu, 2 May 2019 10:27:19 +0000 (12:27 +0200)
commit9e4609f103a16d6e74151a3046012a8b454da06e
treedd3d80ac743c711124aed3ddf1630c98bd79e182
parentb3c8ac135447ddb4eb0d4dcd224ffa961f349e33
build_macros: Add mechanism to prevent bin generation.

On certain platforms it does not make sense to generate
TF-A binary images. For example a platform could make use of serveral
memory areas, which are non-continuous and the resulting binary
therefore would suffer from the padding-bytes.
Typically these platforms use the ELF image.

This patch introduces a variable DISABLE_BIN_GENERATION, which
can be set to '1' in the platform makefile to prevent the binary
generation.

Signed-off-by: Christoph Müllner <christophm30@gmail.com>
Change-Id: I62948e88bab685bb055fe6167d9660d14e604462
docs/user-guide.rst
make_helpers/build_macros.mk
make_helpers/defaults.mk