coreboot/src/device
Mike Banon 749fe1eef9 src/device/Kconfig: Change default VESA mode from 117h to 118h
Change default VESA/native framebuffer mode (needed for bootsplash and
graphical framebuffer console) from 117h (1024x768 64k-color (5:6:5))
to 118h (1024x768 16.8M-color (8:8:8)) mode.

This provides console output at Lenovo G505S even if e.g. GRUB is the
payload, while it is unlikely to cause any downsides for the other
boards.

Signed-off-by: Mike Banon <mikebdp2@gmail.com>
Change-Id: Ia348199bbd430532b1399706dd84490c9680b5f5
Reviewed-on: https://review.coreboot.org/c/31595
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2019-02-25 11:21:19 +00:00
..
dram
oprom cpu/amd/geode_lx: Drop support 2018-12-21 18:09:11 +00:00
azalia_device.c src: Use "foo **bar" instead of "foo ** bar" 2019-01-07 10:29:14 +00:00
cardbus_device.c
cpu_device.c
device.c
device_const.c amdfam10 boards: Fix regression on dev_find_slot() removal 2019-01-08 02:51:47 +00:00
device_util.c
hypertransport.c
i2c.c
i2c_bus.c
Kconfig src/device/Kconfig: Change default VESA mode from 117h to 118h 2019-02-25 11:21:19 +00:00
Makefile.inc device/pci_early.c: Drop some guards 2019-02-11 11:32:20 +00:00
pci_class.c src: Move constant to the right side of comparison 2019-01-07 10:28:59 +00:00
pci_device.c device/pci_device: Do not break tree topology 2019-01-10 12:47:18 +00:00
pci_early.c device/pci_ops: Apply some symmetry in headers 2019-02-11 20:44:37 +00:00
pci_ops.c {device,drivers}: Remove useless include <device/pci_ids.h> 2018-12-19 05:22:44 +00:00
pci_ops_mmconf.c src: Fix the warning "type 'hex' are always defined" 2019-01-27 11:14:26 +00:00
pci_rom.c src: Move constant to the right side of comparison 2019-01-07 10:28:59 +00:00
pciexp_device.c
pcix_device.c {device,drivers}: Remove useless include <device/pci_ids.h> 2018-12-19 05:22:44 +00:00
pnp_device.c
root_device.c
smbus_ops.c
software_i2c.c