Add platform API for reset handling
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
1 parent 9b47684 commit 24fb838f965cc1250831cd021d6a18b0d371b853
@Soby Mathew Soby Mathew authored on 14 Aug 2014
Dan Handley committed on 20 Aug 2014
Showing 3 changed files
View
docs/porting-guide.md
View
lib/cpus/aarch64/cpu_helpers.S
View
plat/common/aarch64/platform_helpers.S