]> git.baikalelectronics.ru Git - arm-tf.git/commit
Remove early_exceptions from BL3-1
authorAndrew Thoelke <andrew.thoelke@arm.com>
Mon, 2 Jun 2014 11:38:12 +0000 (12:38 +0100)
committerAndrew Thoelke <andrew.thoelke@arm.com>
Tue, 17 Jun 2014 10:20:00 +0000 (11:20 +0100)
commitee94cc6fa6dc11229a53c3b66d2ce3487bb3b08f
tree2d6c57c937294183bd284706aca62d47aa3022f7
parent5e910074245fa180cfbe70d3c8bceeff1eaa026e
Remove early_exceptions from BL3-1

The crash reporting support and early initialisation of the
cpu_data allow the runtime_exception vectors to be used from
the start in BL3-1, removing the need for the additional
early_exception vectors and 2KB of code from BL3-1.

Change-Id: I5f8997dabbaafd8935a7455910b7db174a25d871
bl31/aarch64/bl31_entrypoint.S
bl31/bl31.mk
bl31/bl31_main.c
include/bl31/runtime_svc.h
services/std_svc/psci/psci_afflvl_on.c
services/std_svc/psci/psci_afflvl_suspend.c
services/std_svc/psci/psci_entry.S