arm-trusted-firmware/services/std_svc/rmmd
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
..
aarch64 feat(rme): add RMM dispatcher (RMMD) 2021-10-05 11:34:53 -05:00
trp build: remove MAKE_BUILD_STRINGS function 2024-04-29 12:47:01 +00:00
rmmd.mk fix(rmmd): avoid TRP when external RMM is defined 2024-01-04 19:06:38 +00:00
rmmd_attest.c feat(rmmd): add support to create a boot manifest 2022-07-04 18:46:34 +01:00
rmmd_initial_context.h feat(rme): add RMM dispatcher (RMMD) 2021-10-05 11:34:53 -05:00
rmmd_main.c fix(rmmd): fix bug, raised by coverity, when zeroing manifest struct 2024-04-04 09:46:58 +01:00
rmmd_private.h fix(rme): use RMM shared buffer for attest SMCs 2022-07-04 18:46:01 +01:00