Re: [PATCH v4 24/25] rockchip: Relocate bloblist at the end of the SPL phase

2025-05-25 Thread Jonas Karlman
Hi Simon, On 2025-05-25 12:48, Simon Glass wrote: > Where the bloblist is located in internal memory and TF-A's BL31 blob > removes access to this memory, the best option seems to be to relocate > the bloblist just before running TF-A. > > Do this at the end of SPL. > > Signed-off-by: Simon Glas

[PATCH v4 24/25] rockchip: Relocate bloblist at the end of the SPL phase

2025-05-25 Thread Simon Glass
Where the bloblist is located in internal memory and TF-A's BL31 blob removes access to this memory, the best option seems to be to relocate the bloblist just before running TF-A. Do this at the end of SPL. Signed-off-by: Simon Glass Suggested-by: Raymond Mao --- (no changes since v3) Changes