
8 Jan
2018
8 Jan
'18
5:50 a.m.
On 3 January 2018 at 14:32, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@nvidia.com
In the future, the list of DRAM regions passed to U-Boot in the DTB may be quite long and fragmented. Due to this, U-Boot must search through the regions to find the best region to relocate into, rather than relying on the current assumption that the top of bank 0 is a reasonable relocation target. This change implements such searching.
Signed-off-by: Stephen Warren swarren@nvidia.com
arch/arm/mach-tegra/tegra186/nvtboot_mem.c | 88 +++++++++++++++++++++++------- 1 file changed, 69 insertions(+), 19 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org