]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: coreboot: Adjust various config options
authorSimon Glass <sjg@chromium.org>
Wed, 12 Jul 2023 15:04:46 +0000 (09:04 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 05:38:35 +0000 (13:38 +0800)
commit3a01d702f76dbd8a2b6d403d08ab6c26daaa126d
treec4a47a1b2448ec62a720b4ea886288c8c7c70986
parentc88d67d0211292dd5f259816b24c65da62ce3e30
x86: coreboot: Adjust various config options

Drop IDE and add NVME since this is more common now.

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@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
configs/coreboot_defconfig