Re: [PATCH RESEND] hw/openrisc/openrisc_sim: keep serial@90000000 as default

2024-08-29 Thread Stafford Horne
On Wed, Aug 28, 2024 at 04:38:49PM +0100, Peter Maydell wrote: > On Tue, 27 Aug 2024 at 19:53, Stafford Horne wrote: > > > > On Sun, Aug 25, 2024 at 03:09:20PM +0100, Peter Maydell wrote: > > > On Sun, 25 Aug 2024 at 12:35, Jason A. Donenfeld wrote: > > > > > > > > On Fri, Aug 23, 2024 at 07:28:4

Re: [PATCH RESEND] hw/openrisc/openrisc_sim: keep serial@90000000 as default

2024-08-28 Thread Peter Maydell
On Tue, 27 Aug 2024 at 19:53, Stafford Horne wrote: > > On Sun, Aug 25, 2024 at 03:09:20PM +0100, Peter Maydell wrote: > > On Sun, 25 Aug 2024 at 12:35, Jason A. Donenfeld wrote: > > > > > > On Fri, Aug 23, 2024 at 07:28:43AM +0100, Stafford Horne wrote: > > > > Also, I will wait to see if Jason

Re: [PATCH RESEND] hw/openrisc/openrisc_sim: keep serial@90000000 as default

2024-08-27 Thread Stafford Horne
On Sun, Aug 25, 2024 at 03:09:20PM +0100, Peter Maydell wrote: > On Sun, 25 Aug 2024 at 12:35, Jason A. Donenfeld wrote: > > > > On Fri, Aug 23, 2024 at 07:28:43AM +0100, Stafford Horne wrote: > > > Also, I will wait to see if Jason has anything to say. > > > > So long as this doesn't change the a

Re: [PATCH RESEND] hw/openrisc/openrisc_sim: keep serial@90000000 as default

2024-08-25 Thread Peter Maydell
On Sun, 25 Aug 2024 at 12:35, Jason A. Donenfeld wrote: > > On Fri, Aug 23, 2024 at 07:28:43AM +0100, Stafford Horne wrote: > > Also, I will wait to see if Jason has anything to say. > > So long as this doesn't change the assignment of the serial ports to > device nodes in Linux, I don't think thi

Re: [PATCH RESEND] hw/openrisc/openrisc_sim: keep serial@90000000 as default

2024-08-25 Thread Jason A. Donenfeld
On Fri, Aug 23, 2024 at 07:28:43AM +0100, Stafford Horne wrote: > Also, I will wait to see if Jason has anything to say. So long as this doesn't change the assignment of the serial ports to device nodes in Linux, I don't think this should interfere with much. You might want to try it, though. Jas

Re: [PATCH RESEND] hw/openrisc/openrisc_sim: keep serial@90000000 as default

2024-08-24 Thread Stafford Horne
On Fri, Aug 23, 2024 at 09:23:23AM +0200, Ahmad Fatoum wrote: > Hello Stafford, > > On 23.08.24 08:28, Stafford Horne wrote: > > Note the distribution list you use here: openr...@lists.librecores.org > > Is old and we should use linux-openr...@vger.kernel.org. I will get the > > qemu > > maintai

Re: [PATCH RESEND] hw/openrisc/openrisc_sim: keep serial@90000000 as default

2024-08-23 Thread Ahmad Fatoum
Hello Stafford, On 23.08.24 08:28, Stafford Horne wrote: > Note the distribution list you use here: openr...@lists.librecores.org > Is old and we should use linux-openr...@vger.kernel.org. I will get the qemu > maintainer file updated. So this list is appropriate for all openrisc-related develop

Re: [PATCH RESEND] hw/openrisc/openrisc_sim: keep serial@90000000 as default

2024-08-22 Thread Stafford Horne
Note the distribution list you use here: openr...@lists.librecores.org Is old and we should use linux-openr...@vger.kernel.org. I will get the qemu maintainer file updated. On Thu, Aug 22, 2024 at 06:38:38PM +0200, Ahmad Fatoum wrote: > We used to only have a single UART on the platform and it wa

[PATCH RESEND] hw/openrisc/openrisc_sim: keep serial@90000000 as default

2024-08-22 Thread Ahmad Fatoum
We used to only have a single UART on the platform and it was located at address 0x9000. When the number of UARTs was increased to 4, the first UART remained at its location, but instead of being the first one to be registered, it became the last. This caused QEMU to pick 0x9300 as the def