Skip to content
  • Kumar Gala's avatar
    85xx: expose cpu identification · 4dbdb768
    Kumar Gala authored
    
    
    The current cpu identification code is used just to return the name
    of the processor at boot.  There are some other locations that the name
    is useful (device tree setup).  Expose the functionality to other bits
    of code.
    
    Also, drop the 'E' suffix and add it on by looking at the SVR version
    when we print this out.  This is mainly to allow the most flexible use
    of the name.  The device tree code tends to not care about the 'E' suffix.
    
    Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
    4dbdb768