Re: [PATCH v2 18/19] x86: coreboot: Adjust various config options

2023-07-12 Thread Simon Glass
Hi Bin, On Wed, 12 Jul 2023 at 05:58, Bin Meng wrote: > > Hi Simon, > > On Tue, Jun 20, 2023 at 4:23 PM Simon Glass wrote: > > > > Drop IDE since this is not widely used anymore. Add NVME since it is > > becoming more popular. > > > > Add ms so it is easier to search for tables in memory. > > >

Re: [PATCH v2 18/19] x86: coreboot: Adjust various config options

2023-07-12 Thread Bin Meng
Hi Simon, On Tue, Jun 20, 2023 at 4:23 PM Simon Glass wrote: > > Drop IDE since this is not widely used anymore. Add NVME since it is > becoming more popular. > > Add ms so it is easier to search for tables in memory. > > Expand the command-line and print buffers so that we can deal with the > ve

Re: [PATCH v2 18/19] x86: coreboot: Adjust various config options

2023-07-12 Thread Bin Meng
On Tue, Jun 20, 2023 at 4:23 PM Simon Glass wrote: > > Drop IDE since this is not widely used anymore. Add NVME since it is > becoming more popular. This commit message is irrelevant. > > Add ms so it is easier to search for tables in memory. > > Expand the command-line and print buffers so that

[PATCH v2 18/19] x86: coreboot: Adjust various config options

2023-06-20 Thread Simon Glass
Drop IDE since this is not widely used anymore. Add NVME since it is becoming more popular. Add ms so it is easier to search for tables in memory. Expand the command-line and print buffers so that we can deal with the very long ChromeOS command lines. (typically 700 characters). Enable BOOTSTD_F