- 2d4f264 Merge changes from topic "romlib-fixes" into integration by Manish V Badarkhe · 12 months ago
- d95d56b fix(romlib): wrap indirectly included functions by Jimmy Brisson · 1 year ago
- f4dd18c build: consolidate directory creation rules by Chris Kay · 1 year, 2 months ago
- 7c4e1ee build: unify verbosity handling by Chris Kay · 1 year, 3 months ago
- 3af4eb5 build: add string casing facilities to utilities by Chris Kay · 1 year, 2 months ago
- df52e26 fix(build): fix incorrectly-escaped armlink preprocessor definitions by Chris Kay · 1 year, 2 months ago
- 7b45352 build: separate preprocessing from DTB compilation by Chris Kay · 1 year, 5 months ago
- 758ccb8 build: remove `MAKE_BUILD_STRINGS` function by Chris Kay · 1 year, 5 months ago
- 4731c00 fix(build): wrap toolchain paths in double quotes by Chris Kay · 1 year, 4 months ago
- 8620bd0 build: use toolchain identifiers in conditions by Chris Kay · 1 year, 8 months ago
- ffb7742 build: use new toolchain variables for tools by Chris Kay · 1 year, 8 months ago
- 2a71f16 refactor(build): refactor mandatory options by Govindraj Raja · 1 year, 6 months ago
- 86e489c build: add `--no-warn-rwx-segments` when linking with GCC by Chris Kay · 1 year, 7 months ago
- 781cb31 build: always use the C compiler to preprocess by Chris Kay · 1 year, 7 months ago
- 49ba1df fix(build): add forgotten BL_LDFLAGS to lto command line by Andrey Skvortsov · 1 year, 11 months ago
- 430be43 fix(build): pass parameters through response files by Harrison Mutai · 1 year, 10 months ago
- bb22fb8 build: sort bootloader image sources by Chris Kay · 2 years, 3 months ago
- 1ab8c10 build: allow platform-defined flags by Chris Kay · 2 years, 3 months ago
- 3e29231 Merge changes from topic "assert_boolean_set" into integration by Manish Pandey · 2 years, 3 months ago
- dea23e2 fix(build): allow lower address access with gcc-12 by Govindraj Raja · 2 years, 3 months ago
- 1369fb8 build!: check boolean flags are not empty by Yann Gautier · 2 years, 3 months ago
- a123cb1 build: allow BL-specific includes/definitions by Chris Kay · 2 years, 5 months ago
- e444763 refactor(cpus): shorten errata flag defines by Boyan Karatotev · 2 years, 9 months ago
- a5f09cf build(makefile): add helper to detect linker options by Marco Felsch · 2 years, 8 months ago
- 5a65fcd feat(build): allow additional CFLAGS for library build by Govindraj Raja · 2 years, 6 months ago
- a6ff006 build: permit multiple linker scripts by Chris Kay · 2 years, 7 months ago
- 8227493 build: clarify linker script generation by Chris Kay · 2 years, 7 months ago
- cf2dd17 refactor(security): add OpenSSL 1.x compatibility by Juan Pablo Conde · 2 years, 9 months ago
- dddf428 feat(bl): add interface to query TF-A semantic ver by laurenw-arm · 3 years, 1 month ago
- 8dccddc build(makefile): add extra makefile variable for extension by Leon Chen · 3 years, 5 months ago
- 434d049 refactor(makefile): remove BL prefixes in build macros by Zelalem Aweke · 4 years, 1 month ago
- 4727fd1 Makefile: Fix ${FIP_NAME} to be rebuilt only when needed by Pali Rohár · 4 years, 8 months ago
- 327131c build_macros.mk: include assert and define loop macros by Leonardo Sandoval · 5 years ago
- 848a7e8 Build: introduce per-BL CPPFLAGS and ASFLAGS by Masahiro Yamada · 5 years ago
- c6ba9b4 Makefile: Add support to optionally encrypt BL31 and BL32 by Sumit Garg · 6 years ago
- d7db9a6 Build: fix 'BL stage' comment for build macros by Masahiro Yamada · 5 years ago
- 8c7b944 build_macros: add create sequence helper function by Vijayenthiran Subramaniam · 5 years ago
- d986bae Build: support per-BL LDFLAGS by Masahiro Yamada · 6 years ago
- 2d51b55 Replace dts includes with C preprocessor syntax by Balint Dobszay · 6 years ago
- edbce9a Enable Link Time Optimization in GCC by zelalem-aweke · 6 years ago
- 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 6 years ago
- d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
- 9e4609f build_macros: Add mechanism to prevent bin generation. by Christoph Müllner · 6 years ago
- c2ad38c Tegra: Support for scatterfile for the BL31 image by Varun Wadekar · 7 years ago
- 70b0f27 libc: Move setjmp to libc folder by Antonio Nino Diaz · 6 years ago
- 7e94a69 Make device tree pre-processing similar to U-boot/Linux by Manish Pandey · 7 years ago
- 3661f16 build: Support BL-specific build flags by Jeenu Viswambharan · 7 years ago
- 6baf85b romlib: Allow patching of romlib functions by Sathees Balya · 7 years ago
- ee1ba6d Makefile: Support totally quiet output with -s by Andre Przywara · 7 years ago
- 756fac6 Merge pull request #1595 from Yann-lms/dts_dep by Soby Mathew · 7 years ago
- 1a4b46d Set the IMAGE_BLx flag for the linker preprocessor by Daniel Boulby · 7 years ago
- 077b3e9 MAKE_DTB: dependencies on device tree source files by Yann Gautier · 7 years ago
- 5accce5 Add support for romlib in the build system by Roberto Vargas · 7 years ago
- 5fee028 Add make macros to build library archives by Roberto Vargas · 7 years ago
- 23e0fe5 make: support libraries in MAKE_BL macro by Konstantin Porotchkin · 7 years ago
- 01d237c Build: add cpp build processing for dtb by Yann Gautier · 7 years ago
- 6bc1a30 Make all build results depend on all makefiles by Stephen Warren · 7 years ago
- a574bfb Revert "Make all build results depend on all makefiles" by Dimitris Papastamos · 7 years ago
- 38c14d8 Makefile: Add `all` target to MAKE_DTBS by Soby Mathew · 8 years ago
- c6f651f Make all build results depend on all makefiles by Stephen Warren · 7 years ago
- 14db890 Build: add GZIP compression filter by Masahiro Yamada · 8 years ago
- 2da522b Build: support pre-tool image processing by Masahiro Yamada · 8 years ago
- 33950dd Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · 8 years ago
- 36af345 Build: make tools depend on $(BIN) instead of PHONY target by Masahiro Yamada · 8 years ago
- 91704d9 Build: remove third argument of CERT_ADD_CMD_OPT by Masahiro Yamada · 8 years ago
- c939d13 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · 8 years ago
- 10cea93 Build: rename FIP_ADD_PAYLOAD to TOOL_ADD_PAYLOAD by Masahiro Yamada · 8 years ago
- f30ee0b Build: move cert_create arguments and dependency to FIP_ADD_PAYLOAD by Masahiro Yamada · 8 years ago
- 945b316 Build: rip off unneeded $(eval ...) from buid macros by Masahiro Yamada · 8 years ago
- 1dc0714 Build: merge build macros between FIP_ and FWU_FIP_ by Masahiro Yamada · 8 years ago
- 34ec849 Build: squash MAKE_TOOL_ARGS into MAKE_BL by Masahiro Yamada · 8 years ago
- 802d2dd Build: check if specified external image exists by Masahiro Yamada · 8 years ago
- 87ebd20 Build: specify check_* targets as .PHONY by Masahiro Yamada · 8 years ago
- 1e0c078 Build: update comment lines for macros by Masahiro Yamada · 8 years ago
- 842c00e Merge pull request #1104 from nmenon/dtb_build-v2 by davidcunado-arm · 8 years ago
- 8012cc5 Build: introduce ${BUILD_PLAT} target to create the top build directory by Masahiro Yamada · 8 years ago
- 03b397a Makefile: Add ability to build dtb by Nishanth Menon · 9 years ago
- 048531d Add support to link an external lib with ARM TF by Soby Mathew · 8 years ago
- c2b8806 Introduce TF_LDFLAGS by Douglas Raillard · 8 years ago
- be4cd40 Build: fix assert_boolean implementation by Masahiro Yamada · 8 years ago
- 172138b Merge pull request #926 from EvanLloyd/win_make_4 by davidcunado-arm · 8 years ago
- 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
- 052ab52 Build: Correct Unix specific echo commands by Evan Lloyd · 8 years ago
- 6ba7d27 Build: Fix parallel build by Evan Lloyd · 8 years ago
- c877b41 Introduce locking primitives using CAS instruction by Jeenu Viswambharan · 9 years ago
- d014ea6 Build: strip trailing slashes from directory paths more simply by Masahiro Yamada · 9 years ago
- a6ca788 Build: Fix parallel building by Masahiro Yamada · 9 years ago
- 1d274ab Build: add -MP option to add dummy rules to *.d files by Masahiro Yamada · 9 years ago
- 710ea1d Build: generate .d file at the same time as object is created by Masahiro Yamada · 9 years ago
- 59de509 Build: use CPP just for pre-processing by Masahiro Yamada · 9 years ago
- f2e1d57 Build: exclude -c flag from TF_CFLAGS by Masahiro Yamada · 9 years ago
- 819281e Replace fip_create with fiptool by dp-arm · 9 years ago
- 6f511c4 Merge pull request #651 from Xilinx/zynqmp_uart by danh-arm · 9 years ago
- 8eadeb4 build_macros: Add 'add_define_val' macro by Soren Brinkmann · 9 years ago
- 403973c Give user's compiler flags precedence over default ones by Sandrine Bailleux · 9 years ago
- 414ab85 Make:Improve version string generation portability by Evan Lloyd · 10 years ago
- 51b2770 Make:Improve directory generation portability. by Evan Lloyd · 10 years ago
- e7f54db Make:Use environment variables for OS detection. by Evan Lloyd · 10 years ago
- 1670d9d Make:Diagnostic fail if no eval by Evan Lloyd · 10 years ago
- 231c147 Make:Remove calls to shell from makefiles. by Evan Lloyd · 10 years ago