On Tue, Jun 20, 2023 at 4:23 PM Simon Glass <[email protected]> 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 we can deal with the > very long ChromeOS command lines. (typically 700 characters). > > Enable BOOTSTD_FULL to get the full set up standard-boot options. > > Finally, expand the malloc() space so we can read large kernels into a > bootflow. > > Signed-off-by: Simon Glass <[email protected]> > --- > > (no changes since v1) > > configs/coreboot_defconfig | 16 ++++------------ > 1 file changed, 4 insertions(+), 12 deletions(-) > Reviewed-by: Bin Meng <[email protected]>

