Skip to content
  • Graeme Russ's avatar
    Added MMCR reset functionality · ead056bc
    Graeme Russ authored
    
    
    Reset function specific to AMD SC520 microcontroller - Is more of a
    'hard reset' that the triple fault.
    
    Requires CONFIG_SYS_RESET_SC520 to be defined in config
    
    I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
    but ld requires that a object file in a library arhive MUST contain
    at least one function which does not override a weak function (and is
    called from outside the object file) in order for that object file to
    be extracted from the archive. This would be the only function on the
    new file, and hence, will never get linked in.
    
    Signed-off-by: default avatarGraeme Russ <graeme.russ@gmail.com>
    ead056bc