coreboot-kgpe-d16/src
Johanna Schander db7a3ae863 src/device/oprom: Fix bootsplash display code for optionroms
So far the bootsplash is only correctly rendered if the framebuffer is
set up as 1024x768@16.
Different resolutions did not show anything, differnent depth resulted
in the distorted images.

This commit removes this limit by using the actual framebuffer resolutions
and combines the code for x86 and yabel.

For the moment the bootsplash is still limited to VGA-OptionROM
framebuffer init.

It was tested in 1280x1024@32 on the wip razer blade stealth using the
intel vgabios.

Change-Id: I5ab7b8a0f28badaa16e25dbe807158870d06e26a
Signed-off-by: Johanna Schander <coreboot@mimoja.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34537
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-07-26 08:40:23 +00:00
..
acpi
arch lib: Remove the BOOTBLOCK_CUSTOM compile guard 2019-07-17 23:15:08 +00:00
commonlib vboot: deprecate vboot_handoff structure 2019-07-23 12:07:07 +00:00
console src: Make implicit fall throughs explicit 2019-07-19 09:57:54 +00:00
cpu src/cpu/intel: Add sanity check for cpu turbo mode capability 2019-07-21 19:01:13 +00:00
device src/device/oprom: Fix bootsplash display code for optionroms 2019-07-26 08:40:23 +00:00
drivers include/spi-generic: Append unit to macro names 2019-07-23 15:51:04 +00:00
ec ec/google/wilco: Hide wilco symbols when unused 2019-07-25 16:46:17 +00:00
include src/device/oprom: Fix bootsplash display code for optionroms 2019-07-26 08:40:23 +00:00
lib src/device/oprom: Fix bootsplash display code for optionroms 2019-07-26 08:40:23 +00:00
mainboard mb/purism/librem_skl: use SOC_INTEL_COMMON_BLOCK_HDA_VERB 2019-07-25 16:41:32 +00:00
northbridge nb/amd/trinity: Rename PCI ID of the IOMMU 2019-07-21 17:22:33 +00:00
security vboot: relocate call to vboot_save_recovery_reason_vbnv 2019-07-23 12:07:16 +00:00
soc soc/intel/fsp_broadwell_de: Fix use of config_of() 2019-07-25 16:45:12 +00:00
southbridge include/spi-generic: Append unit to macro names 2019-07-23 15:51:04 +00:00
superio nuvoton/early_serial: improve comments on serial pinmux settings 2019-06-22 11:39:12 +00:00
vendorcode src: Make implicit fall throughs explicit 2019-07-19 09:57:54 +00:00
Kconfig Kconfig: Remove HAVE_RAMSTAGE dependency from RELOCATABLE_RAMSTAGE 2019-07-12 02:22:27 +00:00