summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/fsp2_0/graphics.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: Replace multiple fill_lb_framebuffer with single instancePatrick Rudolph2020-12-141-53/+34
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-0/+1
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-221-3/+5
* src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+1
* soc/intel/skylake: use locate_vbt directly instead of calling a wrapperPatrick Georgi2017-10-061-10/+0
* soc/intel/common: refactor locate_vbt and vbt_getPatrick Georgi2017-10-061-4/+1
* soc/intel/common: refactor locate_vbtPatrick Georgi2017-10-061-2/+1
* drivers/intel/fsp2_0: use common code to fetch vbt.binPatrick Georgi2017-10-051-4/+8
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+2
* coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin2017-05-181-7/+6
* drivers/intel/fsp2_0: Fix debug display supportLee Leahy2016-09-301-2/+2
* driver/intel/fsp20: move lb_framebuffer functionNaresh G Solanki2016-09-151-0/+35
* drivers/intel/fsp2_0: Add display HOB supportLee Leahy2016-08-031-2/+2
* drivers/intel/fsp2_0: Fix array indexing errorLee Leahy2016-05-171-2/+2
* drivers/intel/fsp2_0: Add framebuffer graphics supportAlexandru Gagniuc2016-03-081-0/+105