2013-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> Greta Yorsh <greta.yorsh@arm.com> * arm/Makefile.in: Add support for cpu-init directory and add elf-aprofile-ve.specs. * arm/configure.in: Likewise. * arm/configure: Regenerate. * arm/cpu-init: New directory. * arm/cpu-init/Makefile.in: New file. * arm/cpu-init/rdimon-aem.S: Likewise. * arm/crt0.S: Call _rdimon_init_hook * arm/elf-aprofile-ve.specs: New file.
This commit is contained in:
@ -77,6 +77,12 @@
|
||||
.fnstart
|
||||
#endif
|
||||
|
||||
/* The init hook does not use the stack and is called before the stack has been set up. */
|
||||
#ifdef ARM_RDI_MONITOR
|
||||
bl _rdimon_hw_init_hook
|
||||
.weak FUNCTION (_rdimon_hw_init_hook)
|
||||
#endif
|
||||
|
||||
/* Start by setting up a stack */
|
||||
#ifdef ARM_RDP_MONITOR
|
||||
/* Issue Demon SWI to read stack info */
|
||||
|
Reference in New Issue
Block a user