Re: [PATCH] Re-order grub_serial_find to fix default to com0 on some platforms

2024-10-15 Thread Adam Williamson
On Wed, 2024-10-16 at 14:19 +1100, Benjamin Herrenschmidt wrote: > On Tue, 2024-10-15 at 11:10 -0700, Adam Williamson wrote: > > > > 7b192ec4c rejigged the serial port detection code when no port > > is explicitly specified. Before 7b192ec4c we did > > grub_serial_find ("com0") in this case, which

Re: [PATCH] Re-order grub_serial_find to fix default to com0 on some platforms

2024-10-15 Thread Benjamin Herrenschmidt
On Tue, 2024-10-15 at 11:10 -0700, Adam Williamson wrote: > > 7b192ec4c rejigged the serial port detection code when no port > is explicitly specified. Before 7b192ec4c we did > grub_serial_find ("com0") in this case, which on *any* platform > would return a port called "com0" if one was found, ot