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

Bin Meng bmeng.cn at gmail.com
Mon May 15 12:51:38 CEST 2023


Hi Simon,

On Sat, Apr 29, 2023 at 3:18 AM Simon Glass <sjg at chromium.org> 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
> 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 <sjg at chromium.org>
> ---
>
>  configs/coreboot_defconfig | 21 ++++++++++-----------
>  1 file changed, 10 insertions(+), 11 deletions(-)
>

I believe this patch needs rebase as I see some config changes are
already in the mainline.

Regards,
Bin


More information about the U-Boot mailing list