commit | 9d5ba9bfbc1ad9b743b40fa4f40624437f46b287 | [log] [tgz] |
---|---|---|
author | Mark Langsdorf <mark.langsdorf@calxeda.com> | Thu Jan 26 11:43:48 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Jan 26 11:43:48 2012 +0000 |
tree | 4d1a751b1f304407248849e9daf5e444e5cc135f | |
parent | d9fa31a3e20155152ae653cb6b6e6bd7db126e5c [diff] |
arm: add secondary cpu boot callbacks to arm_boot.c Create two functions, write_secondary_boot() and secondary_cpu_reset_hook(), to allow platforms more control of how secondary CPUs are brought up. The new functions default to NULL and aren't called unless they are populated so there are no changes to existing platform models. Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>