
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
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 swarren@nvidia.com
This series relies (at the very least for diff context) on the previous series I sent Jan 2/3: ARMv8: add optional Linux kernel image header ... ARM: tegra: use LINUX_KERNEL_IMAGE_HEADER.
arch/arm/mach-tegra/tegra186/nvtboot_mem.c | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org