summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/pineview/gma.c
Commit message (Expand)AuthorAgeFilesLines
* src/northbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-3/+4
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-14/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-2/+2
* nb/intel/{gm45,i945,pineview}: Use macro instead of GGC addressElyes HAOUAS2018-10-081-1/+1
* northbridge: Use 'unsigned int' to bare use of 'unsigned'Elyes HAOUAS2018-09-251-1/+2
* nb/intel/*/gma.c: Skip NGI when VGA decode is not enabledArthur Heymans2018-08-221-5/+13
* northbridge/intel: Remove unneeded includesElyes HAOUAS2018-06-041-2/+0
* nb/intel/pineview: Get rid of device_tElyes HAOUAS2018-04-301-3/+3
* nb/intel/pineview: Port ACPI opregion to pineviewPatrick Rudolph2017-10-221-0/+51
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* nb/intel/*/gma.c: remove spaces at the fake vbt generationArthur Heymans2016-09-271-2/+1
* src/northbridge: Improve code formattingElyes HAOUAS2016-09-121-15/+15
* nb/intel/pineview: Native VGA init (CRT)Damien Zammit2016-01-281-0/+332