commit | 583d81f166dedf04554a7c291174f7de9fac4510 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Thu May 26 10:08:11 2022 +0200 |
committer | Helge Deller <deller@gmx.de> | Thu May 26 10:08:11 2022 +0200 |
tree | 172664b6438b18df49230117e081552c0eaa9c7a | |
parent | 88823e534973a02fbe3c2d9b827f8832dabe58b7 [diff] |
parisc: Switch serial ports 1 and 2 On real hardware, Linux detects the UART which is built-into LASI as serial port #1, and the UART which is built-into DINO as serial port #2. But to now qemu and SeaBIOS used the UART on DINO as serial port #1, which breaks qemu's possibility to use the "-serial" option to pass-through host serial ports to the guest. Fix this by swapping the addresses of PORT_SERIAL1 and PORT_SERIAL2. Signed-off-by: Helge Deller <deller@gmx.de>