21 May, 2010

1 commit

  • This is started as swsusp_32.S modifications, but the amount of #ifdefs
    made the whole file horribly unreadable, so let's put the support into
    its own separate file.

    The code should be relatively easy to modify to support 44x BookEs as
    well, but since I don't have any 44x to test, let's confine the code to
    FSL BookE. (The only FSL-specific part so far is 'flush_dcache_L1'.)

    Signed-off-by: Anton Vorontsov
    Acked-by: Scott Wood
    Signed-off-by: Kumar Gala

    Anton Vorontsov