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

memory.c

Forked from Reform / reform-boundary-uboot
16082 commits behind the upstream repository.
  • York Sun's avatar
    28417030
    Expand POST memory test to support arch-depended implementation. · 28417030
    York Sun authored
    
    Add weak functions to enable architecture depended preparation, address
    advancing, cleaning up and error handling.
    
    These weak functions provides the framwork to implemente arch/platform
    dependent code for initializing/maintenance/restore the start address, size,
    physical address as well as memory mapping before/between/after memory test.
    arch_memory_failure_handle can also be implemented in case more care is needed
    for arch/platform.
    
    Signed-off-by: default avatarYork Sun <yorksun@freescale.com>
    28417030
    History
    Expand POST memory test to support arch-depended implementation.
    York Sun authored
    
    Add weak functions to enable architecture depended preparation, address
    advancing, cleaning up and error handling.
    
    These weak functions provides the framwork to implemente arch/platform
    dependent code for initializing/maintenance/restore the start address, size,
    physical address as well as memory mapping before/between/after memory test.
    arch_memory_failure_handle can also be implemented in case more care is needed
    for arch/platform.
    
    Signed-off-by: default avatarYork Sun <yorksun@freescale.com>