x86: coral: Adjust various config options
authorSimon Glass <sjg@chromium.org>
Wed, 12 Jul 2023 15:04:47 +0000 (09:04 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 05:38:35 +0000 (13:38 +0800)
commit3693d348958f2d6339adb20489dd31bc08ddde83
tree0134d730245aa461571fccf60ab6ddba09444c63
parent3a01d702f76dbd8a2b6d403d08ab6c26daaa126d
x86: coral: Adjust various config options

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 of standard-boot options.

Replace the existing manual script with 'bootflow scan', since it can
find and boot the OS.

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/chromebook_coral_defconfig