arm-trusted-firmware/bl2
Chris Kay 758ccb802d build: remove MAKE_BUILD_STRINGS function
This function causes the build message to be generated and compiled in
two different ways, with one way done inside `build_macros.mk` and the
other done inside `windows.mk`, mostly because it's done by generating
the C file on the command line.

We can instead replace this whole build message generation sequence with
a simple standard C compilation command and a normal C file.

Change-Id: I8bc136380c9585ddeec9a11154ee39ef70526f81
Signed-off-by: Chris Kay <chris.kay@arm.com>
2024-04-29 12:47:01 +00:00
..
aarch32 feat(debug): add helpers for aborts on AARCH32 2022-10-03 14:42:40 +02:00
aarch64 chore(pauth): remove redundant pauth_disable_el3() call 2023-04-28 08:09:14 +01:00
bl2.ld.S feat(build): check that .text section starts at page boundary 2023-11-06 23:22:25 +03:00
bl2.mk build: use toolchain identifiers in conditions 2024-02-06 11:14:52 +00:00
bl2_el3.ld.S feat(build): check that .text section starts at page boundary 2023-11-06 23:22:25 +03:00
bl2_image_load_v2.c fix(bl2): correct messages with image_id 2022-02-15 18:09:51 +01:00
bl2_main.c build: remove MAKE_BUILD_STRINGS function 2024-04-29 12:47:01 +00:00
bl2_private.h Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00