coreboot/src
Aaron Durbin 46630035c6 UPSTREAM: coreboot_tables: specify clear interface for lb_framebuffer()
For some reason the "interface" for adding framebuffer information
is sitting in src/include/vbe.h while also guarding the call to
fill_lb_framebuffer() with vbe_mode_info_valid() along with some
macro if CONFIG_* for good measure.

Move the fill_lb_framebuffer() declaration to coreboot_tables.h and
provide a comment about how it should be used. Also, now that
there's no need for the notion of a global vbe_mode_info_valid()
remove it from the conditional call path of fill_lb_framebuffer().

BUG=none
BRANCH=none
TEST=none

Change-Id: I8ebd24b872d568c4991fd56d344fbd4629071239
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: bdb5c8feae
Original-Change-Id: Ib3ade6314624091ae70424664527a02b279d0c9b
Original-Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Original-Signed-off-by: Nico Huber <nico.huber@secunet.com>
Original-Reviewed-on: https://review.coreboot.org/19729
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://chromium-review.googlesource.com/533041
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
2017-06-18 04:25:13 -07:00
..
acpi
arch UPSTREAM: arch/x86/acpigen: Add additional opcodes 2017-06-12 08:47:55 -07:00
commonlib UPSTREAM: commonlib: Move drivers/storage into commonlib/storage 2017-05-15 08:17:50 -07:00
console UPSTREAM: src/console: add IS_ENABLED() around Kconfig symbol references 2017-06-12 18:19:59 -07:00
cpu UPSTREAM: src/cpu/amd/model_fxx/powernow_api.c Fix checkpatch errors + warnings 2017-06-12 18:20:02 -07:00
device UPSTREAM: coreboot_tables: specify clear interface for lb_framebuffer() 2017-06-18 04:25:13 -07:00
drivers UPSTREAM: coreboot_tables: specify clear interface for lb_framebuffer() 2017-06-18 04:25:13 -07:00
ec UPSTREAM: ec/librem/ec: Fix offset for Bluetooth enable (BTLE) 2017-06-12 18:20:01 -07:00
include UPSTREAM: coreboot_tables: specify clear interface for lb_framebuffer() 2017-06-18 04:25:13 -07:00
lib UPSTREAM: coreboot_tables: specify clear interface for lb_framebuffer() 2017-06-18 04:25:13 -07:00
mainboard UPSTREAM: 3rdparty/libgfxinit: Update submodule pointer 2017-06-18 04:25:12 -07:00
northbridge UPSTREAM: northbridge/haswell: clean up native graphics init code 2017-06-18 04:25:13 -07:00
soc UPSTREAM: soc/baytrail: fix scope for I2C ACPI devices 2017-06-12 18:19:58 -07:00
southbridge UPSTREAM: sb/intel/common/firmware: Add Intel ME/TXE firmware check 2017-06-14 12:23:03 -07:00
superio UPSTREAM: superio/ite/it8720f: add new IT8720F Super I/O 2017-06-12 18:19:57 -07:00
vboot UPSTREAM: vboot: Separate board name and version number in FWID with a dot 2017-05-02 20:24:01 -07:00
vendorcode UPSTREAM: src: change coreboot to lowercase 2017-06-12 08:47:50 -07:00
Kconfig UPSTREAM: Kconfig: Move CONFIG_VIDEO_MB 2017-05-29 01:59:19 -07:00