Re: [U-Boot] [PATCH 1/3] ARM: Tegra186: mem parsing fixes from downstream

2018-01-07 Thread Simon Glass
On 3 January 2018 at 14:32, Stephen Warren wrote: > From: Stephen Warren > > Apply a few small fixes for the DTB /memory node parsing from NVIDIA's > downstream U-Boot: > > - Allow arbitrary number of DRAM banks. > - Correctly calculate the number of DRAM banks. > - Clip PCIe memory in the same w

[U-Boot] [PATCH 1/3] ARM: Tegra186: mem parsing fixes from downstream

2018-01-03 Thread Stephen Warren
From: Stephen Warren Apply a few small fixes for the DTB /memory node parsing from NVIDIA's downstream U-Boot: - Allow arbitrary number of DRAM banks. - Correctly calculate the number of DRAM banks. - Clip PCIe memory in the same way as U-Boot CPU memory use. Signed-off-by: Stephen Warren ---