summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/nehalem/gma.c
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/{nehalem,x4x}: Remove unused 'include <pc80/vga_io.h>'Elyes HAOUAS2019-10-291-1/+0
* src/[northbridge,security]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-1/+1
* nb/intel/nehalem: Don't run graphic init on S3 resumeArthur Heymans2019-10-061-1/+2
* nb/intel/nehalem: Remove bogus GT PM initArthur Heymans2019-10-061-430/+3
* src/northbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* {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-1/+1
* northbridge: Use 'unsigned int' to bare use of 'unsigned'Elyes HAOUAS2018-09-251-1/+2
* nb/intel/nehalem: Remove the C native graphic initArthur Heymans2018-07-261-459/+4
* northbridge/intel: Remove unneeded includesElyes HAOUAS2018-06-041-2/+0
* nb/intel/nehalem: Get rid of device_tElyes HAOUAS2018-04-301-3/+3
* intel/gma: fix RPNFREQ_VAL bitmaskFelix Held2017-12-201-2/+3
* nb/intel/nehalem/gma: Drop stale pre-pocessor guardsNico Huber2017-12-191-4/+0
* 3rdparty/lib{hwbase,gfxinit}: Update to latest masterNico Huber2017-10-281-2/+1
* drivers/intel/gma: Put gma_gfxinit() into its own headerNico Huber2017-10-281-0/+1
* drivers/intel/gma/opregion: migrate from nb/commonMatt DeVillier2017-08-111-2/+2
* nb/intel/*/gma.c: Use macros for GMBUS numbersArthur Heymans2017-08-071-2/+2
* nb/intel/nehalem/gma: Set ASLS on S3 resumePatrick Rudolph2017-07-121-21/+22
* drv/intel/gma/opregion: Add interface for GNVS ASLB handlingPatrick Rudolph2017-07-121-1/+14
* nb/intel/nehalem/gma: Use common init_igd_opregion methodPatrick Rudolph2017-06-151-13/+37
* device/Kconfig: Put gfx init methods into a `choice`Nico Huber2017-06-081-30/+32
* Kconfig: Add choice of framebuffer modeNico Huber2017-06-041-53/+53
* nb/intel/nehalem/gma: Set up OpRegion in nb codePatrick Rudolph2017-05-011-0/+27
* nb/intel/nehalem,sandybridge: Hook up libgfxinitNico Huber2016-11-291-2/+8
* nb/intel: Fix some spelling mistakes in comments and stringsMartin Roth2016-11-211-3/+3
* nb/intel/*/graphic_init: use sizeof instead of hardcoding edid sizeArthur Heymans2016-10-111-1/+2
* northbridge/intel/nehalem/gma.c: Improve code formattingElyes HAOUAS2016-09-151-15/+13
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Kill lvds_num_lanesVladimir Serbinenko2015-10-111-1/+1
* Derive lvds_dual_channel from EDID timings.Vladimir Serbinenko2015-10-111-7/+7
* northbridge/intel/nehalem: Fix native VGA initNicolas Reinecke2015-10-041-15/+17
* device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens2015-06-051-1/+1
* igd.asl rewriteVladimir Serbinenko2015-05-281-0/+22
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* nehalem native gfx init: Adjust state to be compatible with OPROM.Vladimir Serbinenko2015-05-191-2/+7
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-7/+7
* intel/gma: consolidate vbt codeVladimir Serbinenko2014-09-131-88/+14
* intel/gma: Clarify code and use dedicated init for Google PeppyRonald G. Minnich2014-08-251-1/+1
* Falco/Slippy: Patch to refactor haswell/gma.c and mainboard/google/slippy/i91...Furquan Shaikh2014-08-131-2/+2
* northbridge/intel/*/gma.c: Remove dead codeEdward O'Callaghan2014-08-111-56/+0
* nehalem: Remove fake_vbt copying.Vladimir Serbinenko2014-07-291-13/+60
* nehalem: Replace video init.Vladimir Serbinenko2014-03-041-12/+454
* MTRR: Mark all prefetchable resources as WRCOMB.Vladimir Serbinenko2014-02-061-3/+0
* X201: Fix native video initVladimir Serbinenko2014-01-041-13/+3
* Support for nehalem northbridgeVladimir Serbinenko2013-11-251-0/+748