arm-trusted-firmware/plat/marvell/armada/a8k
Chris Kay 8227493637 build: clarify linker script generation
The following build system variables have been renamed:

- `LINKERFILE` -> `DEFAULT_LINKER_SCRIPT`
- `BL_LINKERFILE` -> `DEFAULT_LINKER_SCRIPT_SOURCE`
- `<IMAGE>_LINKERFILE` -> `<IMAGE>_DEFAULT_LINKER_SCRIPT_SOURCE`

These new names better reflect how each variable is used:

1. the default linker script is passed via `-dT` instead of `-T`
2. linker script source files are first preprocessed

Additionally, linker scripts are now placed in the build directory
relative to where they exist in the source directory. For example,
the `bl32/sp_min/sp_min.ld.S` would now preprocess to
`sp_min/sp_min.ld` instead of just `bl32.ld`

BREAKING-CHANGE: The `LINKERFILE`, `BL_LINKERFILE` and
 `<IMAGE_LINKERFILE>` build system variables have been renamed. See the
 commit message for more information.

Change-Id: If8cef65dcb8820e8993736702c8741e97a66e6cc
Signed-off-by: Chris Kay <chris.kay@arm.com>
2023-02-10 17:01:46 +00:00
..
a70x0 plat: marvell: armada: add support for twin-die combined memory device 2020-07-30 15:15:40 +02:00
a70x0_amc plat: marvell: armada: add support for twin-die combined memory device 2020-07-30 15:15:40 +02:00
a70x0_mochabin plat/marvell/a8k: add Globalscale Mochabin support 2021-10-11 16:26:02 +02:00
a80x0 plat/marvell: fix SPD handling in dram port 2021-02-11 09:43:18 +00:00
a80x0_mcbin plat/marvell: fix SPD handling in dram port 2021-02-11 09:43:18 +00:00
a80x0_puzzle refactor(plat/marvell/uart): de-duplicate PLAT_MARVELL_UART macros 2021-06-01 16:34:52 +02:00
common build: clarify linker script generation 2023-02-10 17:01:46 +00:00