History log of /rk3399_ARM-atf/plat/ (Results 1926 – 1950 of 8868)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e8eb441805-Mar-2024 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "fix(el3-spmc): add datastore linker script markers" into integration

1ba369a501-Mar-2024 Sona Mathew <sonarebecca.mathew@arm.com>

chore: rearrange the fvp_cpu_errata.mk file

Change-Id: I3959bdf5852c5714f2238f61493a931b3c857a20
Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com>

106c428321-Feb-2024 Sona Mathew <sonarebecca.mathew@arm.com>

fix(cpus): add erratum 2701951 to Cortex-X3's list

Erratum ID 2701951 is an erratum that could affect platforms that
do not use an Arm interconnect IP. This was originally added to the list
of Corte

fix(cpus): add erratum 2701951 to Cortex-X3's list

Erratum ID 2701951 is an erratum that could affect platforms that
do not use an Arm interconnect IP. This was originally added to the list
of Cortex-A715 in the errata ABI files.
Fixed this by adding it to the Cortex-X3 list.

SDEN documentation:
https://developer.arm.com/documentation/2055130/latest

Change-Id: I6ffaf4360a4a2d0a23c253a2326c178e010c8e45
Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com>

show more ...

aceb9c9e26-Sep-2023 Sona Mathew <sonarebecca.mathew@arm.com>

refactor(errata-abi): workaround platforms non-arm interconnect

The workarounds for these below mentioned errata are not implemented
in EL3, but the flags can be enabled/disabled at a platform level

refactor(errata-abi): workaround platforms non-arm interconnect

The workarounds for these below mentioned errata are not implemented
in EL3, but the flags can be enabled/disabled at a platform level
based on arm/non-arm interconnect IP flag. The ABI helps assist the
Kernel in the process of mitigation for the following errata:

Cortex-A715: erratum 2701951
Neoverse V2: erratum 2719103
Cortex-A710: erratum 2701952
Cortex-X2: erratum 2701952
Neoverse N2: erratum 2728475
Neoverse V1: erratum 2701953
Cortex-A78: erratum 2712571
Cortex-A78AE: erratum 2712574
Cortex-A78C: erratum 2712575

Change-Id: Ie86b7212d731a79e2a0c07649e69234e733cd78d
Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com>

show more ...

c9f2634326-Sep-2023 Sona Mathew <sonarebecca.mathew@arm.com>

refactor(errata-abi): optimize errata ABI using errata framework

Errata ABI feature introduced per CPU based errata structures
in the errata_abi_main.c, these can be removed by re-using
the structur

refactor(errata-abi): optimize errata ABI using errata framework

Errata ABI feature introduced per CPU based errata structures
in the errata_abi_main.c, these can be removed by re-using
the structures created by the errata framework.

Change-Id: I1a60d3e4f116b6254fb45426f43ff1b21771af89
Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com>

show more ...

81de503728-Feb-2024 Stefan Kerkmann <s.kerkmann@pengutronix.de>

feat(imx8m): add defines for csu_sa access security

This enables the usage of speaking defines instead of magic numbers:

CSU_SA(CSU_SA_SDMA1, 1, LOCKED)

becomes:

CSU_SA(CSU_SA_SDMA1, NON_SEC_

feat(imx8m): add defines for csu_sa access security

This enables the usage of speaking defines instead of magic numbers:

CSU_SA(CSU_SA_SDMA1, 1, LOCKED)

becomes:

CSU_SA(CSU_SA_SDMA1, NON_SEC_ACCESS, LOCKED)

Change-Id: Idcabcda677bf7840084a2ea66d321b50aa0b2b20
Signed-off-by: Stefan Kerkmann <s.kerkmann@pengutronix.de>

show more ...

2ac4909a28-Feb-2024 Stefan Kerkmann <s.kerkmann@pengutronix.de>

feat(imx8m): add imx csu_sa enum type defines for imx8m

This ports the missing enum defines for the central security unit found
in NXPs i.MX8M socs. The defines itself where imported from NXP's
down

feat(imx8m): add imx csu_sa enum type defines for imx8m

This ports the missing enum defines for the central security unit found
in NXPs i.MX8M socs. The defines itself where imported from NXP's
downstream version of the trusted-firmware-a version 2.8[1].

[1]: https://github.com/nxp-imx/imx-atf/commit/0c52279fc4

Change-Id: Iad0c5d3733e9d29ead86334ba4bc5ce915018142
Signed-off-by: Ji Luo <ji.luo@nxp.com>
Signed-off-by: Stefan Kerkmann <s.kerkmann@pengutronix.de>

show more ...

c13016ba28-Feb-2024 Stefan Kerkmann <s.kerkmann@pengutronix.de>

fix(imx8m): fix CSU_SA_REG to work with all sa registers

The csu found in the imx8mp has 3 csu_sa registers, before the fix not
all of them could be addressed.

The defines itself was imported from

fix(imx8m): fix CSU_SA_REG to work with all sa registers

The csu found in the imx8mp has 3 csu_sa registers, before the fix not
all of them could be addressed.

The defines itself was imported from NXP's downstream version of the
trusted-firmware-a version 2.8[1].

[1]: https://github.com/nxp-imx/imx-atf/commit/0c52279fc4

Change-Id: Ia3653118bba82df9244c819a5c5f37bdc4e89c49
Signed-off-by: Ji Luo <ji.luo@nxp.com>
Signed-off-by: Stefan Kerkmann <s.kerkmann@pengutronix.de>

show more ...

4d5dcff004-Mar-2024 Manish Pandey <manish.pandey2@arm.com>

Merge changes from topic "css_refactor_arm" into integration

* changes:
refactor(allwinner): console runtime switch on bl31 exit
refactor(arm): console runtime switch on bl31 exit
refactor(con

Merge changes from topic "css_refactor_arm" into integration

* changes:
refactor(allwinner): console runtime switch on bl31 exit
refactor(arm): console runtime switch on bl31 exit
refactor(console): flush before console_switch_state

show more ...

9a79c9e404-Mar-2024 Bipin Ravi <bipin.ravi@arm.com>

Merge changes from topic "fix-lto-build-all" into integration

* changes:
build(fpga): correctly handle gcc as linker for LTO
fix(build): enforce single partition for LTO build
fix(rockchip): a

Merge changes from topic "fix-lto-build-all" into integration

* changes:
build(fpga): correctly handle gcc as linker for LTO
fix(build): enforce single partition for LTO build
fix(rockchip): add support for building with LTO enabled

show more ...

bcfc297619-Feb-2024 Salman Nabi <salman.nabi@arm.com>

refactor(allwinner): console runtime switch on bl31 exit

Flush the FIFO before switching to runtime. This is so that there are
no lingering chars in the FIFO when we move to the runtime console.

TF

refactor(allwinner): console runtime switch on bl31 exit

Flush the FIFO before switching to runtime. This is so that there are
no lingering chars in the FIFO when we move to the runtime console.

TF-A plans to refactor the console_Switch_state(CONSOLE_FLAG_RUNTIME)
and console_flush() calls and make them the last calls in bl31_main()
(before BL31 exits). Until then they are being left as the last calls
in bl31_plat_runtime_setup() for testing before refactoring.

This patch only affects the Allwinner platform.

Change-Id: I15b4a459a280822a01c60e3b0c856b530db6efab
Signed-off-by: Salman Nabi <salman.nabi@arm.com>

show more ...

c864af9819-Feb-2024 Salman Nabi <salman.nabi@arm.com>

refactor(arm): console runtime switch on bl31 exit

Any BL31 setup and Runtime initialization within BL31 is still part of
the BOOT process. As such, the console flush and switch must be the
last cal

refactor(arm): console runtime switch on bl31 exit

Any BL31 setup and Runtime initialization within BL31 is still part of
the BOOT process. As such, the console flush and switch must be the
last calls before BL31 exit. Flush the console print buffer before
switching to runtime. This is so that there is no lingering chars in
the print buffer when we move to the runtime console.

This patch adds console flush before switching to runtime in
bl31_plat_runtime_setup() function (before BL31 exits). The plan is to
move flush and switch calls to bl31_main before BL31 exits, until then
console_flush() in bl31_main.c has been left as is.

This patch affects the Arm platform only.

Change-Id: I4d367b9e9640686ac15246ad24318ae4685c12c5
Signed-off-by: Salman Nabi <salman.nabi@arm.com>

show more ...

b90bbd1a28-Feb-2024 Salman Nabi <salman.nabi@arm.com>

refactor(console): flush before console_switch_state

TF-A plans to move console_flush() and
console_switch_state(CONSOLE_FLAG_RUNTIME) to the end of bl31_main()
before BL31 exits.

Add console_flush

refactor(console): flush before console_switch_state

TF-A plans to move console_flush() and
console_switch_state(CONSOLE_FLAG_RUNTIME) to the end of bl31_main()
before BL31 exits.

Add console_flush() in the generic implementation of
bl31_plat_runtime_setup() call so that platforms can implement or
follow the generic pattern to test this implementation before
console_flush() and console_switch_state() move to bl31_main().

This patch affects the generic implementation of
bl31_plat_runtime_setup()

Change-Id: I92b4176022bfb84558dec5a83386e8ecef49516a
Signed-off-by: Salman Nabi <salman.nabi@arm.com>

show more ...

6c7a039404-Mar-2024 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "fix(spm): reduce verbosity on passing tf-a-tests" into integration

bd435c5204-Mar-2024 Manish V Badarkhe <manish.badarkhe@arm.com>

Merge changes from topic "topics/fwu_metadata_v2_migration" into integration

* changes:
style(fwu): change the metadata fields to align with specification
style(partition): use GUID values for G

Merge changes from topic "topics/fwu_metadata_v2_migration" into integration

* changes:
style(fwu): change the metadata fields to align with specification
style(partition): use GUID values for GPT partition fields
feat(st): add logic to boot the platform from an alternate bank
feat(st): add a function to clear the FWU trial state counter
feat(fwu): add a function to obtain an alternate FWU bank to boot
feat(fwu): add some sanity checks for the FWU metadata
feat(fwu): modify the check for getting the FWU bank's state
feat(st): get the state of the active bank directly
feat(fwu): add a config flag for including image info in the FWU metadata
feat(fwu): migrate FWU metadata structure to version 2
feat(fwu): document the config flag for including image info in the FWU metadata
feat(fwu): update the URL links for the FWU specification

show more ...

27b0440a02-Mar-2024 Manish Pandey <manish.pandey2@arm.com>

Merge changes from topic "sgi_to_nrd" into integration

* changes:
refactor(sgi): replace references to "SGI"/"sgi" for neoverse_rd
refactor(sgi): rename "CSS_SGI"" macro prefixes to "NRD"
refa

Merge changes from topic "sgi_to_nrd" into integration

* changes:
refactor(sgi): replace references to "SGI"/"sgi" for neoverse_rd
refactor(sgi): rename "CSS_SGI"" macro prefixes to "NRD"
refactor(sgi): move apis and types to "nrd" prefix
refactor(sgi): replace build-option prefix to "NRD"
refactor(sgi): move neoverse_rd out of css
refactor(sgi): move from "sgi" to "neoverse_rd"
feat(sgi): remove unused SGI_PLAT build-option
fix(sgi): align to misra rule for braces
feat(rde1edge): remove support for RD-E1-Edge
fix(rdn2): populate TOS_CONFIG only when SPMC_AT_EL3 is enabled
fix(board): update spi_id max for sgi multichip platforms

show more ...


/rk3399_ARM-atf/docs/about/maintainers.rst
/rk3399_ARM-atf/docs/design/cpu-specific-build-macros.rst
/rk3399_ARM-atf/docs/plat/arm/arm-build-options.rst
/rk3399_ARM-atf/docs/plat/index.rst
/rk3399_ARM-atf/lib/cpus/aarch64/cortex_x3.S
/rk3399_ARM-atf/lib/cpus/cpu-ops.mk
arm/board/neoverse_rd/common/arch/aarch64/nrd_helper.S
arm/board/neoverse_rd/common/include/nrd_base_platform_def.h
arm/board/neoverse_rd/common/include/nrd_dmc620_tzc_regions.h
arm/board/neoverse_rd/common/include/nrd_plat.h
arm/board/neoverse_rd/common/include/nrd_ras.h
arm/board/neoverse_rd/common/include/nrd_sdei.h
arm/board/neoverse_rd/common/include/nrd_soc_css_def.h
arm/board/neoverse_rd/common/include/nrd_soc_css_def_v2.h
arm/board/neoverse_rd/common/include/nrd_soc_platform_def.h
arm/board/neoverse_rd/common/include/nrd_soc_platform_def_v2.h
arm/board/neoverse_rd/common/include/nrd_variant.h
arm/board/neoverse_rd/common/include/plat_macros.S
arm/board/neoverse_rd/common/nrd-common.mk
arm/board/neoverse_rd/common/nrd_bl31_setup.c
arm/board/neoverse_rd/common/nrd_image_load.c
arm/board/neoverse_rd/common/nrd_interconnect.c
arm/board/neoverse_rd/common/nrd_plat.c
arm/board/neoverse_rd/common/nrd_plat_v2.c
arm/board/neoverse_rd/common/nrd_topology.c
arm/board/neoverse_rd/common/ras/nrd_ras_common.c
arm/board/neoverse_rd/common/ras/nrd_ras_cpu.c
arm/board/neoverse_rd/common/ras/nrd_ras_sram.c
arm/board/neoverse_rd/platform/rdn1edge/fdts/rdn1edge_fw_config.dts
arm/board/neoverse_rd/platform/rdn1edge/fdts/rdn1edge_nt_fw_config.dts
arm/board/neoverse_rd/platform/rdn1edge/fdts/rdn1edge_tb_fw_config.dts
arm/board/neoverse_rd/platform/rdn1edge/include/platform_def.h
arm/board/neoverse_rd/platform/rdn1edge/platform.mk
arm/board/neoverse_rd/platform/rdn1edge/rdn1edge_err.c
arm/board/neoverse_rd/platform/rdn1edge/rdn1edge_plat.c
arm/board/neoverse_rd/platform/rdn1edge/rdn1edge_security.c
arm/board/neoverse_rd/platform/rdn1edge/rdn1edge_topology.c
arm/board/neoverse_rd/platform/rdn1edge/rdn1edge_trusted_boot.c
arm/board/neoverse_rd/platform/rdn2/fdts/rdn2_fw_config.dts
arm/board/neoverse_rd/platform/rdn2/fdts/rdn2_nt_fw_config.dts
arm/board/neoverse_rd/platform/rdn2/fdts/rdn2_stmm_sel0_manifest.dts
arm/board/neoverse_rd/platform/rdn2/fdts/rdn2_tb_fw_config.dts
arm/board/neoverse_rd/platform/rdn2/include/platform_def.h
arm/board/neoverse_rd/platform/rdn2/include/rdn2_ras.h
arm/board/neoverse_rd/platform/rdn2/platform.mk
arm/board/neoverse_rd/platform/rdn2/rdn2_err.c
arm/board/neoverse_rd/platform/rdn2/rdn2_plat.c
arm/board/neoverse_rd/platform/rdn2/rdn2_ras.c
arm/board/neoverse_rd/platform/rdn2/rdn2_security.c
arm/board/neoverse_rd/platform/rdn2/rdn2_topology.c
arm/board/neoverse_rd/platform/rdn2/rdn2_trusted_boot.c
arm/board/neoverse_rd/platform/rdv1/fdts/rdv1_fw_config.dts
arm/board/neoverse_rd/platform/rdv1/fdts/rdv1_nt_fw_config.dts
arm/board/neoverse_rd/platform/rdv1/fdts/rdv1_tb_fw_config.dts
arm/board/neoverse_rd/platform/rdv1/include/platform_def.h
arm/board/neoverse_rd/platform/rdv1/platform.mk
arm/board/neoverse_rd/platform/rdv1/rdv1_err.c
arm/board/neoverse_rd/platform/rdv1/rdv1_plat.c
arm/board/neoverse_rd/platform/rdv1/rdv1_security.c
arm/board/neoverse_rd/platform/rdv1/rdv1_topology.c
arm/board/neoverse_rd/platform/rdv1/rdv1_trusted_boot.c
arm/board/neoverse_rd/platform/rdv1mc/fdts/rdv1mc_fw_config.dts
arm/board/neoverse_rd/platform/rdv1mc/fdts/rdv1mc_nt_fw_config.dts
arm/board/neoverse_rd/platform/rdv1mc/fdts/rdv1mc_tb_fw_config.dts
arm/board/neoverse_rd/platform/rdv1mc/include/platform_def.h
arm/board/neoverse_rd/platform/rdv1mc/platform.mk
arm/board/neoverse_rd/platform/rdv1mc/rdv1mc_err.c
arm/board/neoverse_rd/platform/rdv1mc/rdv1mc_plat.c
arm/board/neoverse_rd/platform/rdv1mc/rdv1mc_security.c
arm/board/neoverse_rd/platform/rdv1mc/rdv1mc_topology.c
arm/board/neoverse_rd/platform/rdv1mc/rdv1mc_trusted_boot.c
arm/board/neoverse_rd/platform/sgi575/fdts/sgi575_fw_config.dts
arm/board/neoverse_rd/platform/sgi575/fdts/sgi575_nt_fw_config.dts
arm/board/neoverse_rd/platform/sgi575/fdts/sgi575_tb_fw_config.dts
arm/board/neoverse_rd/platform/sgi575/include/platform_def.h
arm/board/neoverse_rd/platform/sgi575/platform.mk
arm/board/neoverse_rd/platform/sgi575/sgi575_err.c
arm/board/neoverse_rd/platform/sgi575/sgi575_plat.c
arm/board/neoverse_rd/platform/sgi575/sgi575_security.c
arm/board/neoverse_rd/platform/sgi575/sgi575_topology.c
arm/board/neoverse_rd/platform/sgi575/sgi575_trusted_boot.c
/rk3399_ARM-atf/services/std_svc/errata_abi/errata_abi_main.c
b2bca9eb01-Mar-2024 Manish V Badarkhe <manish.badarkhe@arm.com>

Merge changes from topic "smmuv3_fix" into integration

* changes:
feat(smmu): separate out smmuv3_security_init from smmuv3_init
feat(smmu): fix to perform INV_ALL before enabling GPC

c6e7454001-Mar-2024 Manish Pandey <manish.pandey2@arm.com>

Merge "refactor(qemu): console runtime switch on bl31 exit" into integration

1c408d3c01-Mar-2024 Manish Pandey <manish.pandey2@arm.com>

Merge changes from topic "imx8ulp_support" into integration

* changes:
docs(maintainers): add the maintainers for imx8ulp
docs(imx8ulp): add imx8ulp platform
fix(imx8ulp): increase the mmap re

Merge changes from topic "imx8ulp_support" into integration

* changes:
docs(maintainers): add the maintainers for imx8ulp
docs(imx8ulp): add imx8ulp platform
fix(imx8ulp): increase the mmap region num
feat(imx8ulp): adjust the dram mapped region
feat(imx8ulp): ddrc switch auto low power and software interface
feat(imx8ulp): add some delay before cmc1 access
feat(imx8ulp): add a flag check for the ddr status
fix(imx8ulp): add sw workaround for csi/hotplug test hang
feat(imx8ulp): adjust the voltage when sys dvfs enabled
feat(imx8ulp): enable the DDR frequency scaling support
fix(imx8ulp): fix suspend/resume issue when DBD owner is s400 only
feat(imx8ulp): update XRDC for ELE to access DDR with CA35 DID
feat(imx8ulp): add memory region policy
feat(imx8ulp): protect TEE region for secure access only
feat(imx8ulp): add trusty support
feat(imx8ulp): add OPTEE support
feat(imx8ulp): update the upower config for power optimization
feat(imx8ulp): allow RTD to reset APD through MU
feat(imx8ulp): not power off LPAV PD when LPAV owner is RTD
feat(imx8ulp): add system power off support
feat(imx8ulp): add APD power down mode(PD) support in system suspend
feat(imx8ulp): add the basic support for idle & system suspned
feat(imx8ulp): enable 512KB cache after resume on imx8ulp
feat(imx8ulp): add the initial XRDC support
feat(imx8ulp): allocated caam did for the non secure world
feat(imx8ulp): add i.MX8ULP basic support
build(changelog): add new scopes for nxp imx8ulp platform
feat(scmi): add scmi sensor support

show more ...

8d08a1df02-Feb-2024 Sughosh Ganu <sughosh.ganu@linaro.org>

style(fwu): change the metadata fields to align with specification

Change the names of some FWU metadata structure members to have them
align with the wording used in the corresponding specification

style(fwu): change the metadata fields to align with specification

Change the names of some FWU metadata structure members to have them
align with the wording used in the corresponding specification. Use
the GUID type instead of UUID as the fields described in the
specification are GUIDs. Make corresponding changes to the code that
accesses these fields. No functional changes are introduced by the
patch.

Change-Id: Id3544ed1633811b0eeee2bf99477f9b7e6667044
Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>

show more ...

6166051420-Feb-2024 Sughosh Ganu <sughosh.ganu@linaro.org>

feat(st): add logic to boot the platform from an alternate bank

In a few scenarios, there is a need to boot the platform from an
alernate bank which is not the active bank. Call the API
fwu_get_aler

feat(st): add logic to boot the platform from an alternate bank

In a few scenarios, there is a need to boot the platform from an
alernate bank which is not the active bank. Call the API
fwu_get_alernate_boot_bank() to select an alternate bank to boot the
platform from. Calling this API function might be required in a couple
of cases. One, in the unlikely scenario of the active bank being in an
invalid state, or if the number of times the platform boots in trial
state exceeds a pre-set count.

Also add a debug print that indicates the bank that
the platform is booting from.

Change-Id: I688406540e64d1719af8d5c121821f5bb6335c06
Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>

show more ...

6e99fee420-Feb-2024 Sughosh Ganu <sughosh.ganu@linaro.org>

feat(st): add a function to clear the FWU trial state counter

Add an API stm32_clear_fwu_trial_boot_cnt() function to clear the
trial state counter. This is called in the corner case scenario when
t

feat(st): add a function to clear the FWU trial state counter

Add an API stm32_clear_fwu_trial_boot_cnt() function to clear the
trial state counter. This is called in the corner case scenario when
the active index is in an Invalid state, thus needing a reset of the
trial state counter.

Change-Id: I2980135da88d0d947c222655c7958b51eb572d69
Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>

show more ...

588b01b501-Feb-2024 Sughosh Ganu <sughosh.ganu@linaro.org>

feat(st): get the state of the active bank directly

With version 2 of the FWU metadata structure, the state that a bank is
in can be obtained from the bank_state field in the top level
structure. Re

feat(st): get the state of the active bank directly

With version 2 of the FWU metadata structure, the state that a bank is
in can be obtained from the bank_state field in the top level
structure. Read the state of the active bank by referencing this field
directly, instead of making an API call.

Change-Id: Ib22c56acbe172923b1323c544801ded81f1598ec
Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>

show more ...

c09aa4ff01-Mar-2024 Jens Wiklander <jens.wiklander@linaro.org>

refactor(qemu): console runtime switch on bl31 exit

Flush the FIFO before switching to runtime. This is so that there are
no lingering chars in the FIFO when we move to the runtime console.

TF-A pl

refactor(qemu): console runtime switch on bl31 exit

Flush the FIFO before switching to runtime. This is so that there are
no lingering chars in the FIFO when we move to the runtime console.

TF-A plans to refactor the console_Switch_state(CONSOLE_FLAG_RUNTIME)
and console_flush() calls and make them the last calls in bl31_main()
(before BL31 exits). Until then they are being left as the last calls
in bl31_plat_runtime_setup() for testing before refactoring.

This patch affects the QEMU platform only.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Change-Id: I6188d73dd3f3c97f41bb25de543f8c46a972adf0

show more ...

ba33528a20-Dec-2022 Shruti Gupta <shruti.gupta@arm.com>

fix(el3-spmc): add datastore linker script markers

Datastore symbol used by EL3 SPMC is not relocated at
boot time when using ENABLE_PIE=1.
Use linker script markers instead of symbol.

Signed-off-b

fix(el3-spmc): add datastore linker script markers

Datastore symbol used by EL3 SPMC is not relocated at
boot time when using ENABLE_PIE=1.
Use linker script markers instead of symbol.

Signed-off-by: Shruti Gupta <shruti.gupta@arm.com>
Change-Id: If22d2fc8deacc74c73d7dc51bb70093935d9fa2b

show more ...

1...<<71727374757677787980>>...355