Commit f8a33e2
RSE: Initialise UART ATU when logging disabled
Ensure that BL1 always initialises the ATU region for the UART, even
when logging in BL1 is disabled. This is required as later components
might enabled logging and therefore use the UART via the ATU.
This patch therefore adds the ATU region initialisation in BL1_2 using
the same ifdefs as initialising the ATU window to device memory.
Change-Id: I324d24234866cd080c291a22aaf4309ef71e9f82
Signed-off-by: Jackson Cooper-Driver <jackson.cooper-driver@arm.com>1 parent f1fe49f commit f8a33e2
1 file changed
+30
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
132 | 150 | | |
133 | 151 | | |
134 | 152 | | |
| |||
257 | 275 | | |
258 | 276 | | |
259 | 277 | | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
260 | 290 | | |
261 | 291 | | |
262 | 292 | | |
| |||
0 commit comments