Commit 11e7522
committed
fdt/aarch64: add an stdout-path entry
On aarch64, some guests use the chosen/stdout-path entry to find out
the console they should use during boot. If we have a legacy serial
console configure, let's create such entry to enable those guests to
boot with a console.
Linux guests will still switch to a virtio-console if it becomes
available at some point during boot, so there isn't a risk we override
that decision.
Signed-off-by: Sergio Lopez <slp@redhat.com>1 parent fb3b203 commit 11e7522
1 file changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
200 | 210 | | |
201 | 211 | | |
202 | 212 | | |
| |||
0 commit comments