Name of user not set #1002723 has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39172 )
Change subject: screen fix ......................................................................
Patch Set 1:
Patch Set 1:
Please unselect `DRIVERS_PS2_KEYBOARD` for the tests below.
Please build the GRUB payload directly, and change the image creation `make default_payload.elf` to include `at_keyboard` in the GRUB core and not as a module.
Also, it’d be also good to know, if the PS/2 keyboard works in TianoCore and in libpayload based payloads like coreinfo.
So I cloned the repo you indicated me in /src, then I ran ./bootstrap, ./autogen.sh ./configure --with-platform=coreboot, make -j$(nproc) and make default_payload.elf and now I don't know what to do next because I guess I want to include at_keyboard in GRUB and then precise coreboot to use this payload, but I don't really know how to do these two things and don't want to mess things up. Could you please guide me though those two steps ?