Re: [PATCH v3 03/16] x86: Allow coreboot serial driver to guess the UART

2021-07-15 Thread Simon Glass
Hi Bin, On Thu, 15 Jul 2021 at 05:44, Bin Meng wrote: > > Hi Simon, > > On Mon, Jun 28, 2021 at 7:51 AM Simon Glass wrote: > > > > At present this driver relies on coreboot to provide information about > > the console UART. However if coreboot is not compiled with the UART > > enabled, the infor

Re: [PATCH v3 03/16] x86: Allow coreboot serial driver to guess the UART

2021-07-15 Thread Bin Meng
Hi Simon, On Mon, Jun 28, 2021 at 7:51 AM Simon Glass wrote: > > At present this driver relies on coreboot to provide information about > the console UART. However if coreboot is not compiled with the UART > enabled, the information is left out. This configuration is quite > common, e.g. with shi

[PATCH v3 03/16] x86: Allow coreboot serial driver to guess the UART

2021-06-27 Thread Simon Glass
At present this driver relies on coreboot to provide information about the console UART. However if coreboot is not compiled with the UART enabled, the information is left out. This configuration is quite common, e.g. with shipping x86-based Chrome OS Chromebooks. Add a way to determine the UART s