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

2023-09-19 Thread Simon Glass
Hi Bin, On Tue, 19 Sept 2023 at 01:19, Bin Meng wrote: > > Hi Simon, > > On Thu, Aug 24, 2023 at 5:11 AM 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 thi

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

2023-09-19 Thread Bin Meng
Hi Simon, On Thu, Aug 24, 2023 at 5:11 AM 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. > >

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

2023-08-23 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. Signed-off-by: Simon Glass --- (no changes since v1) arch/x86/cpu/coreboo