• Varun Wadekar's avatar
    Tegra186: power on/off secondary CPUs · b47d97b3
    Varun Wadekar authored
    
    
    This patch add code to power on/off the secondary CPUs on the Tegra186
    chip. The MCE block is the actual hardware that takes care of the
    power on/off sequence. We pass the constructed CPU #, depending on the
    MIDR_IMPL field, to the MCE CPU handlers.
    
    This patch also programs the reset vector addresses to allow the
    CPUs to power on through the monitor and then jump to the linux
    world.
    
    Change-Id: Idc164586cda91c2009d66f3e09bf4464de9662db
    Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
    b47d97b3
plat_psci_handlers.c 2.98 KB