Searched hist:"8 cb9c635775b2f1c413c28ea8610dc81b6e8928f" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_main.c | 8cb9c635775b2f1c413c28ea8610dc81b6e8928f Tue Jul 16 09:45:14 UTC 2024 Varun Wadekar <vwadekar@nvidia.com> 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>
|