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
Maybe something is out-of-sync, did you try a `make clean`? If it doesn't […]
```
$ grep -e INT15 -e VGA_ROM .config
CONFIG_S3_VGA_ROM_RUN=y
CONFIG_VGA_ROM_RUN=y
CONFIG_INTEL_INT15=y
```
Thank you. `make clean` did the trick. I did `rm -rf build; make -j80` before, `make clean` seems to be do more.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/43852
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I126481c745ae701dc438ac664be0f8ff5f6250c1
Gerrit-Change-Number: 43852
Gerrit-PatchSet: 1
Gerrit-Owner: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Reviewer: Felix Singer
felixsinger@posteo.net
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Sat, 25 Jul 2020 12:30:02 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nico Huber
nico.h@gmx.de
Comment-In-Reply-To: Paul Menzel
paulepanter@users.sourceforge.net
Comment-In-Reply-To: Angel Pons
th3fanbus@gmail.com
Gerrit-MessageType: comment