From Coreboot's src/device/Kconfig:
Select this to not perform any graphics initialization in coreboot. This is useful if the payload (e.g. SeaBIOS) can initialize graphics or if pre-boot graphics are not required.
@tlaurion says that the Linux kernel should be able to perform this initialization: #1282 (comment). It's possible that allowing Coreboot to initialize graphics as well is redundant/increases boot times.
The pull request should provide before and after cbmem timings.
Waiting on #1282
From Coreboot's
src/device/Kconfig:@tlaurion says that the Linux kernel should be able to perform this initialization: #1282 (comment). It's possible that allowing Coreboot to initialize graphics as well is redundant/increases boot times.
The pull request should provide before and after
cbmemtimings.Waiting on #1282