commit | f71a1a42667f576ec736bb1200eba2118fee3a22 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Tue Oct 16 12:00:29 2012 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Oct 18 20:14:00 2012 +0100 |
tree | f1cfb7b52b8659443aa3a683ac44c8e7e9430657 | |
parent | c60b0c2817bd6a990b08a7651e9cf630414665f5 [diff] |
arm64: Ignore memory blocks below PHYS_OFFSET According to Documentation/arm64/booting.txt, the kernel image must be loaded at a pre-defined offset from the start of RAM so that the kernel can calculate PHYS_OFFSET based on this address. If the DT contains memory blocks below this PHYS_OFFSET, report them and ignore the corresponding memory range. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>