• Vignesh Radhakrishnan's avatar
    Tegra194: Enable fake system suspend · b0a86254
    Vignesh Radhakrishnan authored
    
    
    Fake system suspend for Tegra194, calls the routine
    tegra_secure_entrypoint() instead of calling WFI.
    In essence, this is a debug mode that ensures
    that the code path of kernel->ATF and back to kernel
    is executed without depending on other components
    involved in the system suspend path.
    
    This is for ensuring that verification of system suspend
    can be done on pre-silicon platforms without depending on
    the rest of the layers being enabled.
    
    Change-Id: I18572b169b7ef786f9029600dad9ef5728634f2b
    Signed-off-by: default avatarVignesh Radhakrishnan <vigneshr@nvidia.com>
    b0a86254
plat_psci_handlers.c 10.1 KB