Re: [PATCH v5 08/20] x86: coreboot: Drop USB init on startup

2023-09-20 Thread Bin Meng
Hi Simon, On Wed, Sep 20, 2023 at 9:37 PM Heinrich Schuchardt wrote: > > On 20.09.23 13:50, Marek Vasut wrote: > > On 9/20/23 09:19, Heinrich Schuchardt wrote: > >> On 9/20/23 05:00, Simon Glass wrote: > >>> This is very annoying as it is quite slow on many machines. Also, U-Boot > >>> has an exi

Re: [PATCH v5 08/20] x86: coreboot: Drop USB init on startup

2023-09-20 Thread Heinrich Schuchardt
On 20.09.23 13:50, Marek Vasut wrote: On 9/20/23 09:19, Heinrich Schuchardt wrote: On 9/20/23 05:00, Simon Glass wrote: This is very annoying as it is quite slow on many machines. Also, U-Boot has an existing 'preboot' mechanism to enable this feature if desired. Drop this code so that it is p

Re: [PATCH v5 08/20] x86: coreboot: Drop USB init on startup

2023-09-20 Thread Marek Vasut
On 9/20/23 09:19, Heinrich Schuchardt wrote: On 9/20/23 05:00, Simon Glass wrote: This is very annoying as it is quite slow on many machines. Also, U-Boot has an existing 'preboot' mechanism to enable this feature if desired. Drop this code so that it is possible to choose whether to init USB o

Re: [PATCH v5 08/20] x86: coreboot: Drop USB init on startup

2023-09-20 Thread Heinrich Schuchardt
On 9/20/23 05:00, Simon Glass wrote: This is very annoying as it is quite slow on many machines. Also, U-Boot has an existing 'preboot' mechanism to enable this feature if desired. Drop this code so that it is possible to choose whether to init USB or not. Use the existing USE_PREBOOT mechanism

[PATCH v5 08/20] x86: coreboot: Drop USB init on startup

2023-09-19 Thread Simon Glass
This is very annoying as it is quite slow on many machines. Also, U-Boot has an existing 'preboot' mechanism to enable this feature if desired. Drop this code so that it is possible to choose whether to init USB or not. Use the existing USE_PREBOOT mechanism instead. Signed-off-by: Simon Glass