Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Paul Burton's avatar
    7953354b
    MIPS: Join the coherent domain when a CM is present · 7953354b
    Paul Burton authored
    
    MIPS Linux expects the bootloader to leave the boot CPU a member of the
    coherent domain when running on a system with a CM, and we will need to
    do so if we wish to make use of IOCUs to have cache-coherent DMA in
    U-Boot (and on some systems there is no choice in that matter). When a
    CM is present, join the coherent domain after completing cache
    initialisation.
    
    Signed-off-by: default avatarPaul Burton <paul.burton@imgtec.com>
    7953354b
    History
    MIPS: Join the coherent domain when a CM is present
    Paul Burton authored
    
    MIPS Linux expects the bootloader to leave the boot CPU a member of the
    coherent domain when running on a system with a CM, and we will need to
    do so if we wish to make use of IOCUs to have cache-coherent DMA in
    U-Boot (and on some systems there is no choice in that matter). When a
    CM is present, join the coherent domain after completing cache
    initialisation.
    
    Signed-off-by: default avatarPaul Burton <paul.burton@imgtec.com>