aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell
AgeCommit message (Expand)Author
2018-06-06arch/x86: Make RELOCATABLE_RAMSTAGE the defaultKyösti Mälkki
2018-06-05cpu/intel/haswell: Switch to POSTCAR_STAGEArthur Heymans
2018-06-04src: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-06-04northbridge/intel: Remove unneeded includesElyes HAOUAS
2018-05-29src/northbridge: Add and update license headersMartin Roth
2018-05-18nb/intel/haswell: Get rid of device_tElyes HAOUAS
2018-05-08{mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber
2018-04-20pci: Move inline PCI functions to pci_ops.hPatrick Rudolph
2018-03-08nb/intel/haswell;sb/intel/lynxpoint: Enable VT-d and X2APICMatt DeVillier
2018-03-08nb/intel/haswell: Generate ACPI DMAR tableMatt DeVillier
2018-02-06nb/intel/haswell: Use the common MRC cache driverArthur Heymans
2018-01-31nb/intel/*.h: Remove left-over register definitionsPatrick Rudolph
2017-10-283rdparty/lib{hwbase,gfxinit}: Update to latest masterNico Huber
2017-10-28drivers/intel/gma: Put gma_gfxinit() into its own headerNico Huber
2017-10-22security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese
2017-08-11drivers/intel/gma/opregion: migrate from nb/commonMatt DeVillier
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-07-12nb/intel/haswell/gma: Set ASLS on S3 resumePatrick Rudolph
2017-07-12drv/intel/gma/opregion: Add interface for GNVS ASLB handlingPatrick Rudolph
2017-07-06northbridge/intel/haswell: Fix undefined behaviorRyan Salsamendi
2017-07-03northbridge/intel/haswell: Fix copy paste errorRyan Salsamendi
2017-07-03northbridge/intel/haswell: Fix undefined behaviorRyan Salsamendi
2017-06-29nb/haswell: set ASLB gnvs to OpRegion ACPI memory addressMatt DeVillier
2017-06-27nb/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-22nb/intel/haswell/raminit: Die if cbmem_add() failsNico Huber
2017-06-16haswell: add CBMEM_MEMINFO table when initing RAMMatt DeVillier
2017-06-15nb/intel/haswell/gma: Use common init_igd_opregion methodPatrick Rudolph
2017-06-15nb/intel/haswell/gma: Write ACPI tablesPatrick Rudolph
2017-06-08device/Kconfig: Put gfx init methods into a `choice`Nico Huber
2017-05-22nb/intel/haswell: Fix up C NGI remnantsNico Huber
2017-04-24northbridge/haswell: clean up native graphics init codeMatt DeVillier
2017-04-03nb/intel: Deduplicate vbt headerPatrick Rudolph
2017-03-28vboot: Select SoC-specific configuration for all Chrome OS boardsJulius Werner
2017-02-04Only show CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM option when implementedArthur Heymans
2017-01-06nb/intel/*/northbridge.c: Remove #include <device/hypertransport.h>Arthur Heymans
2016-12-20nb/intel/haswell: Hook up libgfxinitArthur Heymans
2016-12-07MMCONF_SUPPORT: Flip default to enabledKyösti Mälkki
2016-12-07PCI ops: MMCONF_SUPPORT_DEFAULT is requiredKyösti Mälkki
2016-11-22Remove explicit select MMCONF_SUPPORTKyösti Mälkki
2016-11-21nb/intel: Fix some spelling mistakes in comments and stringsMartin Roth
2016-10-04src/northbridge: Remove unnecessary whitespaceElyes HAOUAS
2016-09-20northbridge/intel/haswell: Add space around operatorsElyes HAOUAS
2016-09-12src/northbridge: Improve code formattingElyes HAOUAS
2016-08-31northbridge/intel: Add required space before opening parenthesis '('Elyes HAOUAS
2016-07-31src/northbridge: Capitalize CPU, RAM and ROMElyes HAOUAS
2016-07-28bootmode: Get rid of CONFIG_BOOTMODE_STRAPSFurquan Shaikh
2016-06-12nb/intel: Factor out common MRC codePatrick Rudolph
2016-03-11northbridge/intel: move mrccache.c of sandybridge + haswell to commonAlexander Couzens
2016-03-11northbridge/intel: move mrc_cache definition into a common headerAlexander Couzens
2016-02-28northbridge/intel: add missing #include guardsIru Cai
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-23Intel: Move MCRS ResourceTemplate outside of _CRS methodMartin Roth
2015-10-12gma: Consolidate Intel IGD ACPI code some moreNico Huber
2015-09-07intel: Do not hardcode the position of mrc.cacheAlexandru Gagniuc
2015-09-04bootstate: remove need for #ifdef ENV_RAMSTAGEAaron Durbin
2015-08-25Intel: Remove CACHE_MRC_BIN - 'selected' everywhere in KconfigMartin Roth
2015-07-29intel/haswell: fix CHROMEOS builds for haswellPatrick Georgi
2015-07-13x86: flatten hierarchyStefan Reinauer
2015-07-12Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()Martin Roth
2015-07-04Kconfig: Fix references to obsolete symbolsMartin Roth
2015-06-23Kconfig: Move CBFS_SIZE into Mainboard menuMartin Roth
2015-06-05device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-28igd.asl rewriteVladimir Serbinenko
2015-05-26fmap: new API using region_deviceAaron Durbin
2015-05-26acpi: Remove monolithic ACPIVladimir Serbinenko
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-01intel: Correct MMIO related ACPI table settingsDave Frodin
2015-04-29kbuild: automatically include northbridgesStefan Reinauer
2015-04-01cbfs: correct types used for accessing filesAaron Durbin
2015-03-30Update hex values to CBFS binary name types in MakefilesMartin Roth
2015-03-18bootstate: use structure pointers for scheduling callbacksAaron Durbin
2015-03-10ACPI: Get S3 resume state from romstage_handoffKyösti Mälkki
2015-02-16acpi: Generate valid ACPI processor objectsTimothy Pearson
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-01-27CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEMKyösti Mälkki
2015-01-10haswell: Fix MRC cache to use CBFSKyösti Mälkki
2015-01-06Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'"Kyösti Mälkki
2015-01-06Re-factor 'to_flash_offset()' into 'spi_flash.h'Edward O'Callaghan
2015-01-06northbridge/intel: Do not define include guard as 1Edward O'Callaghan
2014-11-30Replace hlt() loops with halt()Patrick Georgi
2014-11-20Replace includes of build.h with version.hKyösti Mälkki
2014-11-08intel: Use 'FORCEWAKE_ACK_HSW' define over '0x130044'Edward O'Callaghan
2014-11-01northbridge/intel: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan
2014-10-16ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko
2014-10-11acpi: Remove explicit pointer tracking in per-device ssdt.Vladimir Serbinenko
2014-09-25peppy and falco: set panel power timings in northbridge, using devicetree, no...Ronald G. Minnich
2014-09-22haswell: Move to per-device ACPIVladimir Serbinenko
2014-09-08Haswell/falco/peppy/slippy: continue to clean up FUI.Ronald G. Minnich
2014-08-26Peppy, Haswell: refactor and create set_translation_table function in haswell...Ronald G. Minnich
2014-08-25intel/gma: Clarify code and use dedicated init for Google PeppyRonald G. Minnich
2014-08-13Falco/Slippy: Patch to refactor haswell/gma.c and mainboard/google/slippy/i91...Furquan Shaikh
2014-08-10Falco/Slippy: Patch to remove redundant graphics initializationsFurquan Shaikh
2014-08-04northbridge/intel: Out of bounds write to array in gma.hEdward O'Callaghan
2014-07-17northbridge,ASL: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-08northbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-05spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black
2014-07-04intel/haswell: Allow overriding PRE_GRAPHICS_DELAY in configStefan Reinauer
2014-07-04intel/haswell: Allow pre-graphics delayStefan Reinauer
2014-06-25intel/haswell: Report x32 memory as "x8 or x32"Duncan Laurie