arm-trusted-firmware/services/std_svc
Varun Wadekar 8cb9c63577 fix(rmmd): remove the assert check for RMM_BASE
This patch removes the assert from rmmd_setup() that checks if the
RMM image PC is equal to RMM_BASE. The RMM image can be relocated to
any address in the DRAM by the previous bootloader. So, providing the
RMM base address at compile time is not feasible for such platforms.

The assert check is now replaced with a runtime check for the RMM image.

Change-Id: I568cdb6f76f41d0dcdc7a95feb75e252a7c5c930
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
2024-07-21 11:42:38 +00:00
..
drtm feat(drtm): update references to DRTM beta0 2024-03-05 14:17:15 -06:00
errata_abi chore(errata-abi): minor variable rename 2024-05-30 10:39:24 -05:00
rmmd fix(rmmd): remove the assert check for RMM_BASE 2024-07-21 11:42:38 +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 refactor(spmd): move plat_my_core_pos calls 2024-07-09 15:23:34 +02: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 fix(std_svc): continue boot if rmmd_setup fails 2024-07-21 11:41:14 +00:00