commit | 43a7bf4d4628f049ead65115edf34a17dde9df25 | [log] [tgz] |
---|---|---|
author | Jiafei Pan <Jiafei.Pan@nxp.com> | Wed Mar 21 07:20:09 2018 +0000 |
committer | Jiafei Pan <Jiafei.Pan@nxp.com> | Sat Apr 07 10:12:21 2018 +0800 |
tree | 8c04f896f7a0569bd7ba7a4baa0368c6be18f9b9 | |
parent | 6b9f2de3c691f923885c7fe3fa9ffbec4cdcd1e6 [diff] |
Add support for BL2 in XIP memory In some use-cases BL2 will be stored in eXecute In Place (XIP) memory, like BL1. In these use-cases, it is necessary to initialize the RW sections in RAM, while leaving the RO sections in place. This patch enable this use-case with a new build option, BL2_IN_XIP_MEM. For now, this option is only supported when BL2_AT_EL3 is 1. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>