summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/haswell
Commit message (Expand)AuthorAgeFilesLines
* northbridge/intel: move mrccache.c of sandybridge + haswell to commonAlexander Couzens2016-03-114-251/+1
* northbridge/intel: move mrc_cache definition into a common headerAlexander Couzens2016-03-113-12/+3
* northbridge/intel: add missing #include guardsIru Cai2016-02-282-0/+10
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3118-72/+0
* Intel: Move MCRS ResourceTemplate outside of _CRS methodMartin Roth2015-10-231-117/+116
* gma: Consolidate Intel IGD ACPI code some moreNico Huber2015-10-122-79/+1
* intel: Do not hardcode the position of mrc.cacheAlexandru Gagniuc2015-09-071-1/+1
* bootstate: remove need for #ifdef ENV_RAMSTAGEAaron Durbin2015-09-041-2/+1
* Intel: Remove CACHE_MRC_BIN - 'selected' everywhere in KconfigMartin Roth2015-08-251-1/+0
* intel/haswell: fix CHROMEOS builds for haswellPatrick Georgi2015-07-291-0/+1
* x86: flatten hierarchy4.14.1Stefan Reinauer2015-07-131-1/+1
* Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()Martin Roth2015-07-121-1/+1
* Kconfig: Fix references to obsolete symbolsMartin Roth2015-07-041-1/+0
* Kconfig: Move CBFS_SIZE into Mainboard menuMartin Roth2015-06-231-12/+0
* device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens2015-06-051-1/+1
* cbfs: new API and better program loadingAaron Durbin2015-06-022-4/+3
* igd.asl rewriteVladimir Serbinenko2015-05-284-285/+68
* fmap: new API using region_deviceAaron Durbin2015-05-261-12/+16
* acpi: Remove monolithic ACPIVladimir Serbinenko2015-05-261-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2119-23/+19
* intel: Correct MMIO related ACPI table settingsDave Frodin2015-05-011-3/+4
* kbuild: automatically include northbridgesStefan Reinauer2015-04-291-0/+3
* 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