arm-trusted-firmware/services/std_svc
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
..
drtm feat(drtm): update references to DRTM beta0 2024-03-05 14:17:15 -06:00
errata_abi fix(cpus): workaround for Cortex-X4 erratum 2701112 2024-03-06 16:40:59 -06:00
rmmd build: remove MAKE_BUILD_STRINGS function 2024-04-29 12:47:01 +00:00
sdei refactor(sdei): use common create_spsr() in SDEI library 2024-03-07 11:35:49 -06:00
spm fix(el3-spmc): fix dangling pointer in FFA_CONSOLE_LOG 2024-02-14 17:53:24 +00:00
spmd fix(spmd): skip NS EL1 context save & restore operations 2024-04-05 13:13:33 -05:00
trng refactor(trng): discarding the used entropy bits 2022-11-14 10:08:56 +00:00
pci_svc.c SMCCC/PCI: Handle std svc boilerplate 2021-05-25 14:49:08 +02:00
std_svc_setup.c feat(errata_abi): errata management firmware interface 2023-05-05 13:23:10 -05:00