• Ard Biesheuvel's avatar
    efi/arm: Pass start and end addresses to cache_clean_flush() · e951a1f4
    Ard Biesheuvel authored
    In preparation for turning the decompressor's cache clean/flush
    operations into proper by-VA maintenance for v7 cores, pass the
    start and end addresses of the regions that need cache maintenance
    into cache_clean_flush in registers r0 and r1.
    
    Currently, all implementations of cache_clean_flush ignore these
    values, so no functional change is expected as a result of this
    patch.
    Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
    e951a1f4
head.S 37.7 KB