Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

config.h

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Stephen Warren's avatar
    49e93875
    arm64: support running at addr other than linked to · 49e93875
    Stephen Warren authored
    
    This is required in the case where U-Boot is typically loaded and run at
    a particular address, but for some reason the RAM at that location is not
    available, e.g. due to memory fragmentation loading other boot binaries or
    firmware, splitting an SMP complex between various different OSs without
    using e.g. the EL2 second-stage page tables to hide the memory asignments,
    or due to known ECC failures.
    
    Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
    49e93875
    History
    arm64: support running at addr other than linked to
    Stephen Warren authored
    
    This is required in the case where U-Boot is typically loaded and run at
    a particular address, but for some reason the RAM at that location is not
    available, e.g. due to memory fragmentation loading other boot binaries or
    firmware, splitting an SMP complex between various different OSs without
    using e.g. the EL2 second-stage page tables to hide the memory asignments,
    or due to known ECC failures.
    
    Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>