
12 Jul
2023
12 Jul
'23
1:48 p.m.
On Tue, Jun 20, 2023 at 4:23 PM Simon Glass sjg@chromium.org 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 sjg@chromium.org
(no changes since v1)
configs/coreboot_defconfig | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com