arm-trusted-firmware/services/std_svc/psci
Andrew Thoelke 0a30cf54af Place assembler functions in separate sections
This extends the --gc-sections behaviour to the many assembler
support functions in the firmware images by placing each function
into its own code section. This is achieved by creating a 'func'
macro used to declare each function label.

Fixes ARM-software/tf-issues#80

Change-Id: I301937b630add292d2dec6d2561a7fcfa6fec690
2014-03-26 21:54:37 +00:00
..
psci_afflvl_off.c Remove partially qualified asm helper functions 2014-03-21 17:17:48 +00:00
psci_afflvl_on.c Implement ARM Standard Service 2014-03-20 11:16:23 +00:00
psci_afflvl_suspend.c Remove partially qualified asm helper functions 2014-03-21 17:17:48 +00:00
psci_common.c Implement ARM Standard Service 2014-03-20 11:16:23 +00:00
psci_entry.S Place assembler functions in separate sections 2014-03-26 21:54:37 +00:00
psci_main.c Add standby state support in PSCI cpu_suspend api 2014-03-26 17:36:35 +00:00
psci_private.h Implement ARM Standard Service 2014-03-20 11:16:23 +00:00
psci_setup.c Implement ARM Standard Service 2014-03-20 11:16:23 +00:00