commit | 51abc34753abceff89453fe86601fd5e1a527ad1 | [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 | e4e342d57b15c9320ccb3dfe371dfa77a9115474 [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>