arm-trusted-firmware/plat/arm/board/fvp_r
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
..
include refactor(fvp_r): remove duplicated macro definitions 2024-04-22 15:35:48 +01:00
fvp_r_bl1_arch_setup.c chore(bl1): remove redundant bl1_arch_next_el_setup 2023-04-28 08:09:14 +01:00
fvp_r_bl1_entrypoint.S refactor(fvp_r): remove unused files and clean up makefiles 2021-10-29 09:43:19 -05:00
fvp_r_bl1_exceptions.S chore: fvp_r: Initial No-EL3 and MPU Implementation 2021-09-30 17:05:59 +01:00
fvp_r_bl1_main.c build: remove MAKE_BUILD_STRINGS function 2024-04-29 12:47:01 +00:00
fvp_r_bl1_setup.c refactor(bl1): clean up bl2 layout calculation 2024-04-26 09:00:12 +00:00
fvp_r_common.c refactor(fvp_r): remove unused files and clean up makefiles 2021-10-29 09:43:19 -05:00
fvp_r_context_mgmt.c feat(fvp_r): configure system registers to boot rich OS 2021-10-06 17:53:28 +01:00
fvp_r_debug.S refactor(aarch64): rename do_panic and el3_panic 2023-02-21 17:26:01 +00:00
fvp_r_def.h refactor(fvp_r): remove unused files and clean up makefiles 2021-10-29 09:43:19 -05:00
fvp_r_err.c fvp_r: load, auth, and transfer from BL1 to BL33 2021-09-30 17:07:11 +01:00
fvp_r_helpers.S refactor(fvp_r): remove unused files and clean up makefiles 2021-10-29 09:43:19 -05:00
fvp_r_io_storage.c fvp_r: load, auth, and transfer from BL1 to BL33 2021-09-30 17:07:11 +01:00
fvp_r_misc_helpers.S chore: fvp_r: Initial No-EL3 and MPU Implementation 2021-09-30 17:05:59 +01:00
fvp_r_private.h fvp_r: initial platform port for fvp_r 2021-09-30 17:00:37 +01:00
fvp_r_stack_protector.c chore: fvp_r: Initial No-EL3 and MPU Implementation 2021-09-30 17:05:59 +01:00
fvp_r_trusted_boot.c chore: fvp_r: Initial No-EL3 and MPU Implementation 2021-09-30 17:05:59 +01:00
platform.mk refactor(cpus): convert print_errata_status to C 2023-05-30 09:31:15 +01:00