summaryrefslogtreecommitdiff
path: root/src/drivers/xgi
AgeCommit message (Expand)Author
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-10-27src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS
2019-10-22AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth
2019-05-29src/drivers/xgi: Move coreboot related includes to xgi_coreboot.hElyes HAOUAS
2019-04-06src: Use include <delay.h> when appropriateElyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2018-12-19{device,drivers}: Remove useless include <device/pci_ids.h>Elyes HAOUAS
2018-11-19src: Add required space after "switch"Elyes HAOUAS
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-08-10src/drivers: Fix typoElyes HAOUAS
2018-07-09src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-06-04src/drivers: Get rid of whitespace before tabElyes HAOUAS
2018-05-08drivers/xgi/z9s: Get rid of device_tElyes HAOUAS
2017-07-28src/drivers: Fix checkpatch warning: no spaces at the start of a lineMartin Roth
2017-07-16drivers: Drop level of indirection for MMIO HW accessStefan Reinauer
2017-06-15drivers/xgi: Fix usage of NGI Kconfig optionsNico Huber
2017-06-07src: change coreboot to lowercaseMartin Roth
2017-06-02Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFGNico Huber
2017-05-30lib/edid: Split out fill_lb_framebuffer()Nico Huber
2017-05-18vbe: remove the necessity for a global vbe_mode_info_valid()Aaron Durbin
2017-05-18coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin
2017-05-03drivers/{aspeed,xgi_z9s}/Kconfig: Don't override NATIVE_VGA_USE_EDIDArthur Heymans
2016-08-01Add newlines at the end of all coreboot filesMartin Roth
2016-05-31Fix leaking CONFIG_VGA=yKyösti Mälkki
2016-04-19drivers/xgi: Switch to src/drivers/[X]/[Y]/ schemeStefan Reinauer
2015-12-30drivers/xgi/common: Fix XGI_SetGroup2Stefan Reinauer
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-28Fix some minor Kconfig issuesMartin Roth
2015-04-21arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner
2015-02-23drivers/xgi: Avoid double-freePatrick Georgi
2015-02-23drivers/xgi: terminate file with newlinePatrick Georgi
2015-02-13Fix source code permissionsStefan Reinauer
2015-02-12drivers/xgi: Fix user-visible typo in printkTimothy Pearson
2015-02-06drivers/xgi: Fix legacy VGA text mode initializationTimothy Pearson
2015-02-05drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson