0c1c922 Switch memdisk compression to lzop

Authored and Committed by marcan 3 months ago
    Switch memdisk compression to lzop
    
    xz decompression is very slow and slows down boot by around 5 seconds on
    aarch64/Apple M1 when using the default font. Switch to lzop, which
    takes less than one second to uncompress.
    
    This increases EFI core image size by around 11%.
    
    Signed-off-by: Hector Martin <marcan@marcan.st>
    
        
file modified
+3 -3
file modified
+4 -1