[U-Boot] [PATCH 2/3] ARM: Tegra186: search for best RAM bank
Simon Glass
sjg at chromium.org
Mon Jan 8 04:50:54 UTC 2018
On 3 January 2018 at 14:32, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at 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 at nvidia.com>
> ---
> arch/arm/mach-tegra/tegra186/nvtboot_mem.c | 88 +++++++++++++++++++++++-------
> 1 file changed, 69 insertions(+), 19 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list