arm-trusted-firmware/bl31/aarch64
Sandrine Bailleux 93ca221c95 Make BL31's ns_entry_info a single-cpu area
ns_entry_info used to be a per-cpu array.  This is a waste of space
because it is only accessed by the primary CPU on the cold boot path.
This patch reduces ns_entry_info to a single-cpu area.

Change-Id: I647c70c4e76069560f1aaad37a1d5910f56fba4c
2013-12-12 16:06:48 +00:00
..
bl31_arch_setup.c Enable third party contributions 2013-12-05 11:34:09 +00:00
bl31_entrypoint.S Make BL31's ns_entry_info a single-cpu area 2013-12-12 16:06:48 +00:00
exception_handlers.c Enable third party contributions 2013-12-05 11:34:09 +00:00
runtime_exceptions.S rework general purpose registers save and restore 2013-12-05 12:28:50 +00:00