• Soby Mathew's avatar
    Add platform API for reset handling · 24fb838f
    Soby Mathew authored
    This patch adds an optional platform API (plat_reset_handler) which allows the
    platform to perform any actions immediately after a cold or warm reset
    e.g. implement errata workarounds. The function is called with MMU and caches
    turned off. This API is weakly defined and does nothing by default but can be
    overriden by a platform with a strong definition.
    
    Change-Id: Ib0acdccbd24bc756528a8bd647df21e8d59707ff
    24fb838f
platform_helpers.S 3.28 KB