commit | 487d3bf286d73cf5cb9dadb95426b4aed36764ad | [log] [tgz] |
---|---|---|
author | Roberto Vargas <roberto.vargas@arm.com> | Fri Nov 17 10:51:54 2017 +0000 |
committer | Roberto Vargas <roberto.vargas@arm.com> | Thu Jan 18 09:57:18 2018 +0000 |
tree | 26b78564a33755ee804e638ac6ced88e3dc4c9b6 | |
parent | d1f7292e43c89c807e924ea5f13625de3f46718d [diff] |
bl2-el3: Mark all the assembly functions in bl2 at el3 When BL2_AT_EL3 option is enabled some platforms are going to need a resident part in BL2 because the boot rom may jump to it after a reset. This patch introduces __TEXT_RESIDENT_START__ and __TEXT_RESIDENT_END__ linker symbols that mark the resident region. Change-Id: Ib20c1b8ee257831bcc0ca7d3df98d0cb617a04f8 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>