Skip to content
Snippets Groups Projects
  • Simon Goldschmidt's avatar
    ede6e7b6
    reset: socfpga: add reset handling for old kernels · ede6e7b6
    Simon Goldschmidt authored
    
    This adds code to take peripherals out of reset based on an environment
    variable. This is in preparation for removing the code that does this from
    SPL.
    
    However, some drivers even in current Linux cannot handle peripheral reset,
    so until this works, we need a compatibility workaround.
    
    This workaround is implemented in the 'assert' and 'remove' callbacks of
    this reset driver: the 'assert' callback does not disable peripherals that
    were already taken out of reset, while the 'remove' callback, which is
    called on OS_PREPARE, deasserts all peripheral resets if the environment
    variable "socfpga_legacy_reset_compat" is set to 1, which is what the gen5
    SPL did up to now.
    
    This is in preparation to clean up the SPL and implementing proper reset
    handling for U-Boot.
    
    Signed-off-by: default avatarSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
    ede6e7b6
    History
    reset: socfpga: add reset handling for old kernels
    Simon Goldschmidt authored
    
    This adds code to take peripherals out of reset based on an environment
    variable. This is in preparation for removing the code that does this from
    SPL.
    
    However, some drivers even in current Linux cannot handle peripheral reset,
    so until this works, we need a compatibility workaround.
    
    This workaround is implemented in the 'assert' and 'remove' callbacks of
    this reset driver: the 'assert' callback does not disable peripherals that
    were already taken out of reset, while the 'remove' callback, which is
    called on OS_PREPARE, deasserts all peripheral resets if the environment
    variable "socfpga_legacy_reset_compat" is set to 1, which is what the gen5
    SPL did up to now.
    
    This is in preparation to clean up the SPL and implementing proper reset
    handling for U-Boot.
    
    Signed-off-by: default avatarSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>