arm-trusted-firmware/bl1
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 Merge changes from topic "bk/clearups" into integration 2023-06-07 10:13:17 +02:00
tbbr Coverity: remove unnecessary header file includes 2020-02-04 10:23:51 -06:00
bl1.ld.S fix(bl1): add missing __RW_{START,END}__ symbols 2024-04-11 11:20:35 +00:00
bl1.mk fix(bl1): add missing spinlock dependency 2024-04-11 11:20:04 +00:00
bl1_fwu.c style: remove useless trailing semicolon and line continuations 2023-03-09 14:59:08 +01:00
bl1_main.c build: remove MAKE_BUILD_STRINGS function 2024-04-29 12:47:01 +00:00
bl1_private.h chore(bl1): remove redundant bl1_arch_next_el_setup 2023-04-28 08:09:14 +01:00