summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/haswell
Commit message (Expand)AuthorAgeFilesLines
* cbfs: correct types used for accessing filesAaron Durbin2015-04-012-2/+4
* Update hex values to CBFS binary name types in MakefilesMartin Roth2015-03-301-2/+2
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-181-4/+1
* ACPI: Get S3 resume state from romstage_handoffKyösti Mälkki2015-03-101-22/+0
* acpi: Generate valid ACPI processor objectsTimothy Pearson2015-02-161-3/+3
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-155-8/+13
* CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEMKyösti Mälkki2015-01-271-3/+8
* haswell: Fix MRC cache to use CBFSKyösti Mälkki2015-01-103-17/+17
* Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'"Kyösti Mälkki2015-01-061-1/+6
* Re-factor 'to_flash_offset()' into 'spi_flash.h'Edward O'Callaghan2015-01-061-6/+1
* northbridge/intel: Do not define include guard as 1Edward O'Callaghan2015-01-061-2/+2
* Replace hlt() loops with halt()Patrick Georgi2014-11-301-4/+2
* Replace includes of build.h with version.hKyösti Mälkki2014-11-202-2/+0
* intel: Use 'FORCEWAKE_ACK_HSW' define over '0x130044'Edward O'Callaghan2014-11-081-2/+2
* northbridge/intel: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-011-7/+3
* ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko2014-10-161-1/+1
* acpi: Remove explicit pointer tracking in per-device ssdt.Vladimir Serbinenko2014-10-113-10/+1
* peppy and falco: set panel power timings in northbridge, using devicetree, no...Ronald G. Minnich2014-09-251-1/+0
* haswell: Move to per-device ACPIVladimir Serbinenko2014-09-224-0/+14
* Haswell/falco/peppy/slippy: continue to clean up FUI.Ronald G. Minnich2014-09-081-13/+18
* Peppy, Haswell: refactor and create set_translation_table function in haswell...Ronald G. Minnich2014-08-262-0/+40
* intel/gma: Clarify code and use dedicated init for Google PeppyRonald G. Minnich2014-08-251-2/+13
* Falco/Slippy: Patch to refactor haswell/gma.c and mainboard/google/slippy/i91...Furquan Shaikh2014-08-132-86/+78
* Falco/Slippy: Patch to remove redundant graphics initializationsFurquan Shaikh2014-08-101-3/+13
* northbridge/intel: Out of bounds write to array in gma.hEdward O'Callaghan2014-08-041-1/+1
* northbridge,ASL: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-172-3/+0
* northbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-084-5/+0
* spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black2014-07-051-1/+1
* intel/haswell: Allow overriding PRE_GRAPHICS_DELAY in configStefan Reinauer2014-07-041-1/+1
* intel/haswell: Allow pre-graphics delayStefan Reinauer2014-07-042-0/+10
* intel/haswell: Report x32 memory as "x8 or x32"Duncan Laurie2014-06-251-4/+4
* ChromeOS: Remove oprom_is_loadedKyösti Mälkki2014-05-011-0/+3
* Declare recovery and developer modes outside ChromeOSKyösti Mälkki2014-05-011-6/+1
* console: Move newline translation outside console_tx_byteKyösti Mälkki2014-04-091-1/+1
* intel/*/acpi: Increase range length of MCHBAR buffer to 32 kBPaul Menzel2014-02-241-1/+1
* haswell: backup the default SMM region on resumeAaron Durbin2014-02-161-18/+2
* MTRR: Mark all prefetchable resources as WRCOMB.Vladimir Serbinenko2014-02-061-18/+1
* CBMEM intel: Define get_top_of_ram() once per chipsetKyösti Mälkki2014-01-154-20/+37
* lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko2014-01-121-1/+1
* MRC cache: determine flash size on runtimeVladimir Serbinenko2014-01-061-4/+4
* haswell: add option to change DqPinsInterleavedStefan Reinauer2013-12-211-1/+2
* haswell: Misc updates from 1.6.1 ref codeDuncan Laurie2013-12-211-15/+6
* Add a specific post code for S3 resume failuresDuncan Laurie2013-12-211-1/+3
* haswell: Add pei_data field for USB routingDuncan Laurie2013-12-211-1/+3
* HDA: Enable Mini-HDA and fix up PCH-HDA initDuncan Laurie2013-12-124-8/+152
* haswell: Fix up GPU power management setupDuncan Laurie2013-12-121-19/+130
* haswell: Export functions for CPU family+model and steppingDuncan Laurie2013-12-122-32/+0
* haswell: Add ACPI support for Controllable TDPDuncan Laurie2013-12-071-17/+99
* haswell: Misc power management setup and fixesDuncan Laurie2013-12-072-80/+14
* haswell: pull in the init code for FUIRonald G. Minnich2013-12-052-10/+84