Skip to content
Commit f71a1a42 authored by Catalin Marinas's avatar Catalin Marinas
Browse files

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: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent c60b0c28
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment