Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43852 )
Change subject: mb/clevo/kbl-u: Install Intel VGA INT15 handler ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/43852/1/src/mainboard/clevo/kbl-u/m... File src/mainboard/clevo/kbl-u/mainboard.c:
https://review.coreboot.org/c/coreboot/+/43852/1/src/mainboard/clevo/kbl-u/m... PS1, Line 8: install_intel_vga_int15_handler
Did you select INTEL_INT15 in Kconfig?
I did now
$ grep INT15 .config CONFIG_INTEL_INT15=y
but it still fails with the same error.
/dev/shm/coreboot/util/crossgcc/xgcc/bin/i386-elf-ld.bfd: build/generated/ramstage.o: in function `mainboard_enable': /dev/shm/coreboot/src/mainboard/clevo/kbl-u/mainboard.c:8: undefined reference to `install_intel_vga_int15_handler'