Hello  Martin,


-------- Original Message --------
Subject: Re: [coreboot] Coreboot+SeaBios Boot speed: ~12sec till Grub Boot Screen
Local Time: 25 September 2017 3:53 AM
From: gaumless@gmail.com

Is serial console enabled? If so, disabling that will speed things up
immensely.

To which position in the menuconfig tree are you referencing?
Have disabled all entries under "Console" in menuconfig but still get the boot delay.
I've thecoreboot  .config in case that this is helpfull, see attached file.


Can you post a miniconfig? Run "make savedefconfig" and post the file
"defconfig"?

Sure, at your service:

$ make savedefconfig && cat defconfig
CONFIG_USE_OPTION_TABLE=y
CONFIG_COLLECT_TIMESTAMPS=y
CONFIG_VENDOR_LENOVO=y
CONFIG_CBFS_SIZE=0x400000
CONFIG_VGA_BIOS=y
CONFIG_VGA_BIOS_FILE="~/my-coreboot/MyROMs/original/vga.rom"
# CONFIG_POST_IO is not set
# CONFIG_POST_DEVICE is not set
CONFIG_BOARD_LENOVO_X230=y
CONFIG_DRIVERS_PS2_KEYBOARD=y
# CONFIG_CONSOLE_CBMEM is not set
CONFIG_CPU_MICROCODE_CBFS_NONE=y
CONFIG_SEABIOS_PS2_TIMEOUT=10
# CONFIG_DRIVERS_INTEL_WIFI is not set
CONFIG_LPC_TPM=y
# CONFIG_SQUELCH_EARLY_SMP is not set
CONFIG_SEABIOS_MASTER=y
CONFIG_SEABIOS_THREAD_OPTIONROMS=y
CONFIG_COREINFO_SECONDARY_PAYLOAD=y

Can you post timestamp information so we can see what"s using all the time?

Unfortunately not as I haven't been able to create a 2nd payload in order to read the timstamps from coreinfo.
Coreinfo is shown in the boot menu when hitting ESC, but after launching, the screen goes blank and nothing happens.
Maybe this is related to the fact, that I flashed only 4 MB of the Chip(s) and as such some part of the code is missing (whoch would be in the 8 MB part of the rom-file)?

[799]