• Dirk Uffmann's avatar
    [PATCH] 1126/1: Kernel decompression in head.S does not work for ARM 9xx architectures · a42f491a
    Dirk Uffmann authored
    The Kernel decompression hangs after decompression on an ARM Integrator
    equipped with an ARM920T. There has been no dedicated Cache support for 
    ARM9 architectures. 
    
    The CPU-ID mask used should allow all ARM920 revisions to be detected. 
    If ARM922 or ARM925 support the same cache methods it might be: 
    .word   0xff00ff00, allowing all 92x models and revisions to be detected.
    
    
    
    
    This time hopefully with TABs instead of white spaces...
    a42f491a
head.S 11.4 KB