Hello Patrick Rudolph, Christian Walter, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34709
to look at the new patch set (#2).
Change subject: soc/intel/common: Select USE_LEGACY_8254_TIMER ......................................................................
soc/intel/common: Select USE_LEGACY_8254_TIMER
Always select USE_LEGACY_8254_TIMER if we know we have to.
Default to y as there might be legacy software not under our control that needs the 8254 timer. Add a comment to evaluate if this should be changed to 'default n' in 10 years from now.
The following software needs 8254 timer: * SeaBios * Option ROMs * GRUB <2.03 * Linux <5.3
References: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=c8c40... http://git.savannah.gnu.org/cgit/grub.git/commit/?id=446794de8da4329ea532cbe...
Fixes boot failure on SeaBios and GRUB2 bootloader on X11SSH-TF using SeaBIOS as payload.
Change-Id: Ica0c20255f661dd61edc3a7d15646b7447c4658e Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M payloads/external/SeaBIOS/Kconfig.name M src/device/Kconfig M src/soc/intel/common/block/timer/Kconfig 3 files changed, 12 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/34709/2