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:
Patch Set 1:
Patch Set 1:
Also please paste your config (`defconfig` created by `make savedefconfig`), the logs from coreboot and SeaBIOS with `cbmem -l` and Linux (`dmesg`).
The same for GRUB.
(Please upload or paste them somewhere, and document the URLs here.)
Ok, so here is the content of my defconfig (2 lines) :
CONFIG_USE_BLOBS=y CONFIG_VENDOR_DELL=y
then here are some links: output of cbmem -1 with grub : https://github.com/Rhylx/RBS/blob/master/log_coreboot/output_grub
Sorry, as I see `PS/2 keyboard initialized on primary channel` in your logs, your information above cannot be true, as `DRIVERS_PS2_KEYBOARD` defaults to `n`. Please double check your uploads, and follow the instructions meticulously so nobody is led on wrong tracks.
Oh, no I see. Sorry for that though I had regenerated the defconfig. Here is the content of the defconfig:
CONFIG_USE_BLOBS=y CONFIG_VENDOR_DELL=y CONFIG_CBFS_SIZE=0x400000 CONFIG_DRIVERS_PS2_KEYBOARD=y CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y CONFIG_LINEAR_FRAMEBUFFER_MAX_WIDTH=1366 CONFIG_LINEAR_FRAMEBUFFER_MAX_HEIGHT=768 CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y CONFIG_PAYLOAD_GRUB2=y CONFIG_GRUB2_MASTER=y CONFIG_GRUB2_EXTRA_MODULES="all_video usbserial_ftdi usbserial_pl2303 at_keyboard" CONFIG_GRUB2_INCLUDE_RUNTIME_CONFIG_FILE=y