Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • arch
  • arm64
  • kernel
  • setup.c
Find file BlameHistoryPermalink
  • Catalin Marinas's avatar
    arm64: Ignore memory blocks below PHYS_OFFSET · f71a1a42
    Catalin Marinas authored Oct 16, 2012
    
    
    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>
    f71a1a42