summaryrefslogtreecommitdiff
path: root/make_helpers/build_macros.mk
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from topic "assert_boolean_set" into integrationManish Pandey2023-05-091-0/+1
|\
| * build!: check boolean flags are not emptyYann Gautier2023-05-031-0/+1
* | fix(build): allow lower address access with gcc-12Govindraj Raja2023-05-091-0/+6
* | build: allow BL-specific includes/definitionsChris Kay2023-05-031-3/+12
|/
* refactor(cpus): shorten errata flag definesBoyan Karatotev2023-03-161-1/+12
* build(makefile): add helper to detect linker optionsMarco Felsch2023-03-131-0/+6
* feat(build): allow additional CFLAGS for library buildGovindraj Raja2023-02-211-1/+2
* build: permit multiple linker scriptsChris Kay2023-02-101-5/+15
* build: clarify linker script generationChris Kay2023-02-101-15/+21
* refactor(security): add OpenSSL 1.x compatibilityJuan Pablo Conde2022-11-111-1/+15
* feat(bl): add interface to query TF-A semantic verlaurenw-arm2022-08-021-1/+2
* build(makefile): add extra makefile variable for extensionLeon Chen2022-04-281-2/+6
* refactor(makefile): remove BL prefixes in build macrosZelalem Aweke2021-10-051-42/+42
* Makefile: Fix ${FIP_NAME} to be rebuilt only when neededPali Rohár2021-01-081-4/+11
* build_macros.mk: include assert and define loop macrosLeonardo Sandoval2020-09-141-0/+19
* Build: introduce per-BL CPPFLAGS and ASFLAGSMasahiro Yamada2020-03-311-6/+7
* Makefile: Add support to optionally encrypt BL31 and BL32Sumit Garg2020-03-061-3/+42
* Build: fix 'BL stage' comment for build macrosMasahiro Yamada2020-02-271-10/+10
* build_macros: add create sequence helper functionVijayenthiran Subramaniam2020-02-181-0/+11
* Build: support per-BL LDFLAGSMasahiro Yamada2020-01-241-2/+3
* Replace dts includes with C preprocessor syntaxBalint Dobszay2020-01-141-2/+2
* Enable Link Time Optimization in GCCzelalem-aweke2019-12-021-1/+5
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-011-1/+1
* Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-011-1/+1
* build_macros: Add mechanism to prevent bin generation.Christoph Müllner2019-05-021-0/+9
* Tegra: Support for scatterfile for the BL31 imageVarun Wadekar2019-02-271-0/+14
* libc: Move setjmp to libc folderAntonio Nino Diaz2019-02-081-2/+22
* Make device tree pre-processing similar to U-boot/LinuxManish Pandey2019-01-241-1/+1
* build: Support BL-specific build flagsJeenu Viswambharan2019-01-101-1/+2
* romlib: Allow patching of romlib functionsSathees Balya2018-11-221-2/+2
* Makefile: Support totally quiet output with -sAndre Przywara2018-10-081-11/+11
* Merge pull request #1595 from Yann-lms/dts_depSoby Mathew2018-10-041-4/+11
|\
| * MAKE_DTB: dependencies on device tree source filesYann Gautier2018-09-281-4/+11
* | Set the IMAGE_BLx flag for the linker preprocessorDaniel Boulby2018-10-031-1/+2
|/
* Add support for romlib in the build systemRoberto Vargas2018-08-031-5/+17
* Add make macros to build library archivesRoberto Vargas2018-08-031-2/+68
* make: support libraries in MAKE_BL macroKonstantin Porotchkin2018-07-181-2/+3
* Build: add cpp build processing for dtbYann Gautier2018-06-181-1/+4
* Make all build results depend on all makefilesStephen Warren2018-03-011-4/+4
* Revert "Make all build results depend on all makefiles"Dimitris Papastamos2018-02-281-4/+4
* Makefile: Add `all` target to MAKE_DTBSSoby Mathew2018-02-261-10/+16
* Make all build results depend on all makefilesStephen Warren2018-02-211-4/+4
* Build: add GZIP compression filterMasahiro Yamada2018-02-021-0/+13
* Build: support pre-tool image processingMasahiro Yamada2018-02-021-2/+29
* Build: change the first parameter of TOOL_ADD_IMG to lowercaseMasahiro Yamada2018-02-011-5/+9
* Build: make tools depend on $(BIN) instead of PHONY targetMasahiro Yamada2018-02-011-2/+2
* Build: remove third argument of CERT_ADD_CMD_OPTMasahiro Yamada2018-02-011-4/+2
* Build: rename FIP_ADD_IMG to TOOL_ADD_IMGMasahiro Yamada2018-02-011-5/+5
* Build: rename FIP_ADD_PAYLOAD to TOOL_ADD_PAYLOADMasahiro Yamada2018-02-011-6/+7
* Build: move cert_create arguments and dependency to FIP_ADD_PAYLOADMasahiro Yamada2018-02-011-0/+2