05 Jan, 2012

1 commit

  • Rather than using a private function pointer, use the existing
    arm_pm_restart function pointer instead. We no longer need to enable
    the I-cache in at91sam9_alt_reset() as the caches will now be on when
    this function is called.

    Update the function names to use the 'restart' terminology rather than
    the 'reboot' terminology.

    Signed-off-by: Russell King

    Russell King
     

26 Oct, 2010

1 commit

  • Generalize assembler reset routine to allow use on several at91sam9 chips.
    This patch replace double definitions of SDRAM controller registers and RSTC
    registers with use of classical header files.

    For this rework, we remove the not needed icache flush as it is already
    done in the calling function: arm_machine_restart().

    Rename at91sam9g20_reset.S to generalize to several chips.

    Signed-off-by: Nicolas Ferre

    Nicolas Ferre