ARM-software / arm-systemready

Arm SystemReady
Apache License 2.0
52 stars 63 forks source link

Increase 8250 serial ports for SR/ES #190

Closed ownia closed 3 months ago

ownia commented 4 months ago

To adapt to more devices, increase the number of 8250 serial ports instead of explicitly specifying console.

Refer to #148

sunnywang-arm commented 4 months ago

Thanks, @ownia! For others' reference, @ownia and I found an issue that we can't get acs linux console output on a system that is using more than 4 8250 UARTs. Therefore, we made this change so that we can still collect the logs from this kind of system. Of course, the other reason is to align with most linux distributions to make SR ACS have capability to support more than 4 UARTs.

chetan-rathore commented 3 months ago

Thanks @ownia and @sunnywang-arm for the PR