Re: [PATCH 06/13] x86: Allow locating UARTs by device ID

2023-03-23 Thread Simon Glass
Hi Bin, On Mon, 20 Mar 2023 at 20:56, Bin Meng wrote: > > +Andy > > Hi Simon, > > On Tue, Feb 21, 2023 at 3:49 AM Simon Glass wrote: > > > > When coreboot does not pass a UART in its sysinfo struct, there is no > > easy way to find it out. Add a way to specify known UARTs so we can > > find

Re: [PATCH 06/13] x86: Allow locating UARTs by device ID

2023-03-20 Thread Bin Meng
+Andy Hi Simon, On Tue, Feb 21, 2023 at 3:49 AM Simon Glass wrote: > > When coreboot does not pass a UART in its sysinfo struct, there is no > easy way to find it out. Add a way to specify known UARTs so we can > find them without needing help from coreboot. > > Since coreboot does not actually

[PATCH 06/13] x86: Allow locating UARTs by device ID

2023-02-20 Thread Simon Glass
When coreboot does not pass a UART in its sysinfo struct, there is no easy way to find it out. Add a way to specify known UARTs so we can find them without needing help from coreboot. Since coreboot does not actually init the serial device when serial is disabled, it is not possible to make it