summaryrefslogtreecommitdiffstats
path: root/src/drivers/xgi
Commit message (Expand)AuthorAgeFilesLines
* {device,drivers}: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* src: Add required space after "switch"Elyes HAOUAS2018-11-191-1/+1
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* src/drivers: Fix typoElyes HAOUAS2018-08-101-1/+1
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-2/+3
* src/drivers: Get rid of whitespace before tabElyes HAOUAS2018-06-042-12/+12
* drivers/xgi/z9s: Get rid of device_tElyes HAOUAS2018-05-081-1/+1
* src/drivers: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-283-29/+29
* drivers: Drop level of indirection for MMIO HW accessStefan Reinauer2017-07-161-8/+0
* drivers/xgi: Fix usage of NGI Kconfig optionsNico Huber2017-06-156-96/+94
* src: change coreboot to lowercaseMartin Roth2017-06-074-4/+4
* Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFGNico Huber2017-06-021-0/+2
* lib/edid: Split out fill_lb_framebuffer()Nico Huber2017-05-302-1/+1
* vbe: remove the necessity for a global vbe_mode_info_valid()Aaron Durbin2017-05-181-1/+1
* coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin2017-05-181-1/+6
* drivers/{aspeed,xgi_z9s}/Kconfig: Don't override NATIVE_VGA_USE_EDIDArthur Heymans2017-05-031-8/+0
* Add newlines at the end of all coreboot filesMartin Roth2016-08-013-3/+3
* Fix leaking CONFIG_VGA=yKyösti Mälkki2016-05-312-11/+1
* drivers/xgi: Switch to src/drivers/[X]/[Y]/ schemeStefan Reinauer2016-04-192-3/+0
* drivers/xgi/common: Fix XGI_SetGroup2Stefan Reinauer2015-12-301-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3118-72/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-084-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2118-18/+18
* Fix some minor Kconfig issuesMartin Roth2015-04-281-1/+1
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-211-4/+4
* drivers/xgi: Avoid double-freePatrick Georgi2015-02-231-1/+0
* drivers/xgi: terminate file with newlinePatrick Georgi2015-02-231-1/+1
* Fix source code permissionsStefan Reinauer2015-02-131-0/+0
* drivers/xgi: Fix user-visible typo in printkTimothy Pearson2015-02-121-1/+1
* drivers/xgi: Fix legacy VGA text mode initializationTimothy Pearson2015-02-064-10/+36
* drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson2015-02-0524-0/+13552