index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
northbridge
/
intel
/
sandybridge
/
gma.c
Age
Commit message (
Expand
)
Author
2019-06-03
nb/intel/snb: Don't run VGA oprom when libgfxinit is enabled
Nico Huber
2019-05-29
src/northbridge: Add missing 'include <types.h>'
Elyes HAOUAS
2019-04-23
nb/intel/sandybridge: Drop pch.h from sandybridge.h
Patrick Rudolph
2019-03-21
{northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()
Subrata Banik
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-19
Fix 'unsigned int' to bare use of 'unsigned'
Subrata Banik
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-01-16
nb/intel/sandybridge: Remove the C native graphic init
Arthur Heymans
2019-01-06
device: Use pcidev_on_root()
Kyösti Mälkki
2018-09-25
northbridge: Use 'unsigned int' to bare use of 'unsigned'
Elyes HAOUAS
2018-08-22
nb/intel/*/gma.c: Skip NGI when VGA decode is not enabled
Arthur Heymans
2018-06-04
northbridge/intel: Remove unneeded includes
Elyes HAOUAS
2018-04-30
nb/intel/sandybridge: Get rid of device_t
Elyes HAOUAS
2017-12-20
intel/gma: fix RPNFREQ_VAL bitmask
Felix Held
2017-10-28
3rdparty/lib{hwbase,gfxinit}: Update to latest master
Nico Huber
2017-10-28
drivers/intel/gma: Put gma_gfxinit() into its own header
Nico Huber
2017-10-16
nb/intel: Add Ivy Bridge Server (Xeon-E3v2) PCI IDs
Vagiz Trakhanov
2017-09-14
device: acpi_name() should take a const struct device
Aaron Durbin
2017-08-14
nb/intel/sandybridge/gma: Fix S3 resume
Patrick Rudolph
2017-08-11
drivers/intel/gma/opregion: migrate from nb/common
Matt DeVillier
2017-07-30
intel/sandybridge: Clean VGA BIOS ids up a little
Nico Huber
2017-07-12
nb/intel/sandybridge/gma: Set ASLS on S3 resume
Patrick Rudolph
2017-07-12
drv/intel/gma/opregion: Add interface for GNVS ASLB handling
Patrick Rudolph
2017-06-27
nb/intel/sandybridge: Fill in acpi_name
Patrick Rudolph
2017-06-15
nb/intel/sandybridge/gma: Use common init_igd_opregion method
Patrick Rudolph
2017-06-08
device/Kconfig: Put gfx init methods into a `choice`
Nico Huber
2017-05-01
nb/intel/sandybridge/gma: Set up OpRegion in nb code
Patrick Rudolph
2017-04-03
nb/intel: Deduplicate vbt header
Patrick Rudolph
2016-11-29
nb/intel/nehalem,sandybridge: Hook up libgfxinit
Nico Huber
2016-11-21
nb/intel: Fix some spelling mistakes in comments and strings
Martin Roth
2016-10-29
nb/intel/sandybridge/gma: Always initialize DP buffer translation
Nico Huber
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-29
nb/intel/sandybridge/gma: add disable function
Patrick Rudolph
2015-09-07
intel/sandybridge: Do not guard native VGA init by #ifdefs
Alexandru Gagniuc
2015-07-14
intel/sandybridge/gma: Add graphics PCI Device IDs 0x0162 and 0x0152
Damien Zammit
2015-06-05
device_ops: add device_t argument to acpi_fill_ssdt_generator
Alexander Couzens
2015-05-28
igd.asl rewrite
Vladimir Serbinenko
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-02-15
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2014-09-13
intel/gma: consolidate vbt code
Vladimir Serbinenko
2014-08-13
Falco/Slippy: Patch to refactor haswell/gma.c and mainboard/google/slippy/i91...
Furquan Shaikh
2014-08-11
northbridge/intel/*/gma.c: Remove dead code
Edward O'Callaghan
2014-07-29
x230: Deploy VBT
Vladimir Serbinenko
2014-07-29
ivybridge: LVDS gfx init.
Vladimir Serbinenko
2014-07-29
sandy/ivybridge: Native raminit.
Vladimir Serbinenko
2014-06-02
sandybridge: Pass chip info to i915lightup.
Vladimir Serbinenko
2014-05-01
ChromeOS: Remove oprom_is_loaded
Kyösti Mälkki
2014-02-06
MTRR: Mark all prefetchable resources as WRCOMB.
Vladimir Serbinenko
2013-03-29
sandybridge: add option to mark graphics memory write-combining.
Aaron Durbin
2013-03-29
x86: add new mtrr implementation
Aaron Durbin
2013-03-15
Google Link: Add remaining code to support native graphics
Ronald G. Minnich
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-01-14
Support for Celeron 1007U
Stefan Reinauer
2012-11-09
Make register/value lists const
Stefan Reinauer
2012-07-26
Refactor driver structs
Patrick Georgi
2012-07-24
Fixes to enable RC6 on IvyBridge
Duncan Laurie
2012-05-01
Update Ivybridge GT power meter tables
Duncan Laurie
2012-05-01
Update ivybridge graphics initialization
Duncan Laurie
2012-04-28
Reverse Vendor ID & Device ID for map_oprom_vendev()
Martin Roth
2012-04-05
Add support for Intel Sandybridge CPU (northbridge part)
Stefan Reinauer