Age | Commit message (Expand) | Author |
2021-01-27 | nb/intel/haswell/haswell.h: Do not include `pch.h` | Angel Pons |
2021-01-01 | nb/intel/hsw,soc/intel/{bdw,skl,apl},mb/*: unify dt panel settings | Michael Niewöhner |
2021-01-01 | soc/intel/bdw,nb/intel/hsw: convert panel delays to ms representation | Michael Niewöhner |
2020-12-29 | soc/intel/bdw,nb/intel/hsw: correct mask for panel power cycle delay | Michael Niewöhner |
2020-10-31 | {cpu,nb}/intel/haswell: Drop unnecessary `UL` suffix | Angel Pons |
2020-10-25 | nb/intel/haswell/gma.c: Drop unused ChromeOS include | Angel Pons |
2020-10-25 | nb/intel/haswell/gma.c: Drop unused `set_translation_table` function | Angel Pons |
2020-10-24 | nb/intel/haswell/gma.c: Drop space after unary `!` | Angel Pons |
2020-10-24 | nb/intel/haswell/gma.c: Move log message to the right place | Angel Pons |
2020-10-24 | nb/intel/haswell/gma.c: Use `config_of` in `gma_setup_panel` | Angel Pons |
2020-09-08 | nb/intel/haswell: Drop `gpu_panel_port_select` | Angel Pons |
2020-08-03 | nb/intel/haswell: Add Crystal Well PCI IDs | Iru Cai |
2020-06-06 | src: Use pci_dev_ops_pci where applicable | Angel Pons |
2020-05-27 | intel/gma: Only enable bus mastering if we are going to use it | Nico Huber |
2020-05-27 | intel/gma: Don't bluntly enable I/O | Nico Huber |
2020-05-27 | drivers/intel/gma: Move IGD OpRegion to CBMEM | Nico Huber |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-28 | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to write_acpi_tables | Furquan Shaikh |
2020-04-05 | src/northbridge: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-05 | Drop explicit NULL initializations from `device_operations` | Elyes HAOUAS |
2020-04-02 | nb/intel/haswell: Simplify GMA SSDT generator | Matt DeVillier |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2020-03-29 | nb/intel/haswell: Implement proper backlight PWM config | Nico Huber |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-03-15 | nb/intel/haswell: Tidy up code and comments | Angel Pons |
2019-12-19 | src/northbridge: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-10-27 | src/[northbridge,security]: change "unsigned" to "unsigned int" | Martin Roth |
2019-06-03 | nb/intel/haswell/gma: Drop NGI remnant | Nico Huber |
2019-05-29 | src/northbridge: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-03-21 | {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() | 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-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-01-06 | device: Use pcidev_on_root() | Kyösti Mälkki |
2018-12-18 | Fix typos involving "the the" | Jonathan Neuschäfer |
2018-11-01 | nb/intel/haswell/gma: Support boards that have DDI E connected | Tristan Corrick |
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-05-18 | nb/intel/haswell: Get rid of device_t | Elyes HAOUAS |
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-08-11 | drivers/intel/gma/opregion: migrate from nb/common | Matt DeVillier |
2017-07-12 | nb/intel/haswell/gma: Set ASLS on S3 resume | Patrick Rudolph |
2017-07-12 | drv/intel/gma/opregion: Add interface for GNVS ASLB handling | Patrick Rudolph |
2017-07-03 | northbridge/intel/haswell: Fix undefined behavior | Ryan Salsamendi |
2017-06-29 | nb/haswell: set ASLB gnvs to OpRegion ACPI memory address | Matt DeVillier |
2017-06-27 | nb/intel: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-06-15 | nb/intel/haswell/gma: Use common init_igd_opregion method | Patrick Rudolph |
2017-06-15 | nb/intel/haswell/gma: Write ACPI tables | Patrick Rudolph |
2017-06-08 | device/Kconfig: Put gfx init methods into a `choice` | Nico Huber |
2017-05-22 | nb/intel/haswell: Fix up C NGI remnants | Nico Huber |
2017-04-24 | northbridge/haswell: clean up native graphics init code | Matt DeVillier |
2016-12-20 | nb/intel/haswell: Hook up libgfxinit | Arthur Heymans |
2016-11-21 | nb/intel: Fix some spelling mistakes in comments and strings | Martin Roth |
2016-09-20 | northbridge/intel/haswell: Add space around operators | Elyes HAOUAS |
2016-08-31 | northbridge/intel: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-07-28 | bootmode: Get rid of CONFIG_BOOTMODE_STRAPS | Furquan Shaikh |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-07-12 | Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED() | Martin Roth |
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-11-08 | intel: Use 'FORCEWAKE_ACK_HSW' define over '0x130044' | Edward O'Callaghan |
2014-09-25 | peppy and falco: set panel power timings in northbridge, using devicetree, no... | Ronald G. Minnich |
2014-09-08 | Haswell/falco/peppy/slippy: continue to clean up FUI. | Ronald G. Minnich |
2014-08-26 | Peppy, Haswell: refactor and create set_translation_table function in haswell... | Ronald G. Minnich |
2014-08-25 | intel/gma: Clarify code and use dedicated init for Google Peppy | Ronald G. Minnich |
2014-08-13 | Falco/Slippy: Patch to refactor haswell/gma.c and mainboard/google/slippy/i91... | Furquan Shaikh |
2014-08-10 | Falco/Slippy: Patch to remove redundant graphics initializations | Furquan Shaikh |
2014-07-04 | intel/haswell: Allow pre-graphics delay | Stefan Reinauer |
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-12-21 | haswell: Misc updates from 1.6.1 ref code | Duncan Laurie |
2013-12-12 | haswell: Fix up GPU power management setup | Duncan Laurie |
2013-12-05 | haswell: pull in the init code for FUI | Ronald G. Minnich |
2013-11-25 | haswell: Add magic to turn on grahpics in normal mode | Duncan Laurie |
2013-11-24 | haswell: Update GT PM register value | Duncan Laurie |
2013-07-09 | fox_wtm2: First step support for coreboot-based graphics startup | Ronald G. Minnich |
2013-07-09 | FOX_WTM2: First pass at FUI. | Ronald G. Minnich |
2013-03-29 | haswell: add option to mark graphics memory write-combining. | Aaron Durbin |
2013-03-14 | haswell: more ULT/LP support and minor tweaks | Duncan Laurie |
2013-03-14 | haswell: Add VGA PCI ID mappings | Aaron Durbin |
2013-03-14 | haswell: Add ULT device IDs | Duncan Laurie |
2013-03-14 | haswell: Update GPU power management setup | Duncan Laurie |
2013-03-14 | haswell: Add initial support for Haswell platforms | Aaron Durbin |