| /rk3399_ARM-atf/include/common/ |
| H A D | build_message.h | 758ccb802d4f2a5fe55ec936a21ad4ae8cbd7b4f Fri Mar 08 16:08:31 UTC 2024 Chris Kay <chris.kay@arm.com> 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>
|
| H A D | bl_common.h | 758ccb802d4f2a5fe55ec936a21ad4ae8cbd7b4f Fri Mar 08 16:08:31 UTC 2024 Chris Kay <chris.kay@arm.com> 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>
|
| /rk3399_ARM-atf/bl32/tsp/ |
| H A D | tsp_ffa_main.c | 758ccb802d4f2a5fe55ec936a21ad4ae8cbd7b4f Fri Mar 08 16:08:31 UTC 2024 Chris Kay <chris.kay@arm.com> 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>
|
| H A D | tsp_main.c | 758ccb802d4f2a5fe55ec936a21ad4ae8cbd7b4f Fri Mar 08 16:08:31 UTC 2024 Chris Kay <chris.kay@arm.com> 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>
|
| /rk3399_ARM-atf/plat/arm/board/morello/ |
| H A D | morello_image_load.c | 758ccb802d4f2a5fe55ec936a21ad4ae8cbd7b4f Fri Mar 08 16:08:31 UTC 2024 Chris Kay <chris.kay@arm.com> 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>
|
| /rk3399_ARM-atf/bl2u/ |
| H A D | bl2u_main.c | 758ccb802d4f2a5fe55ec936a21ad4ae8cbd7b4f Fri Mar 08 16:08:31 UTC 2024 Chris Kay <chris.kay@arm.com> 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>
|
| /rk3399_ARM-atf/services/std_svc/rmmd/trp/ |
| H A D | trp_main.c | 758ccb802d4f2a5fe55ec936a21ad4ae8cbd7b4f Fri Mar 08 16:08:31 UTC 2024 Chris Kay <chris.kay@arm.com> 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>
|
| /rk3399_ARM-atf/plat/imx/common/ |
| H A D | imx_sip_handler.c | 758ccb802d4f2a5fe55ec936a21ad4ae8cbd7b4f Fri Mar 08 16:08:31 UTC 2024 Chris Kay <chris.kay@arm.com> 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>
|
| /rk3399_ARM-atf/bl32/sp_min/ |
| H A D | sp_min_main.c | 758ccb802d4f2a5fe55ec936a21ad4ae8cbd7b4f Fri Mar 08 16:08:31 UTC 2024 Chris Kay <chris.kay@arm.com> 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>
|
| /rk3399_ARM-atf/common/ |
| H A D | bl_common.c | 758ccb802d4f2a5fe55ec936a21ad4ae8cbd7b4f Fri Mar 08 16:08:31 UTC 2024 Chris Kay <chris.kay@arm.com> 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>
|
| /rk3399_ARM-atf/bl1/ |
| H A D | bl1_main.c | 758ccb802d4f2a5fe55ec936a21ad4ae8cbd7b4f Fri Mar 08 16:08:31 UTC 2024 Chris Kay <chris.kay@arm.com> 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>
|
| /rk3399_ARM-atf/bl2/ |
| H A D | bl2_main.c | 758ccb802d4f2a5fe55ec936a21ad4ae8cbd7b4f Fri Mar 08 16:08:31 UTC 2024 Chris Kay <chris.kay@arm.com> 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>
|
| /rk3399_ARM-atf/bl31/ |
| H A D | bl31_main.c | 758ccb802d4f2a5fe55ec936a21ad4ae8cbd7b4f Fri Mar 08 16:08:31 UTC 2024 Chris Kay <chris.kay@arm.com> 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>
|
| /rk3399_ARM-atf/make_helpers/ |
| H A D | build_macros.mk | 758ccb802d4f2a5fe55ec936a21ad4ae8cbd7b4f Fri Mar 08 16:08:31 UTC 2024 Chris Kay <chris.kay@arm.com> 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>
|
| /rk3399_ARM-atf/ |
| H A D | Makefile | 758ccb802d4f2a5fe55ec936a21ad4ae8cbd7b4f Fri Mar 08 16:08:31 UTC 2024 Chris Kay <chris.kay@arm.com> 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>
|