commit | 441a0e93c9671af406b23a2add99b52233a95d29 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Mon Nov 19 14:47:53 2018 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 26 22:52:12 2018 -0500 |
tree | a79af7cd646f75c902f038f7c9d741b060e7b666 | |
parent | 27e8a34370c6561696c442bf0032847634738611 [diff] |
ARM: armv7: Add early stack for erratum workarounds Some erratum workarounds call into C code before the stack is setup, this can lead to values pushed onto the stack being lost, firewall exceptions, and other undefined behavior. Setup a temporary stack to allow these functions to work correctly. Signed-off-by: Andrew F. Davis <afd@ti.com> Acked-by: Andreas Dannenberg <dannenberg@ti.com> Reviewed-by: Nishanth Menon <nm@ti.com>