summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/haswell
Commit message (Expand)AuthorAgeFilesLines
* arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki2019-07-091-1/+1
* {soc,northbridge}/Kconfig: Remove unused CACHE_MRC_SIZE_KBElyes HAOUAS2019-06-281-4/+0
* nb/intel/haswell/gma: Drop NGI remnantNico Huber2019-06-031-8/+0
* src/northbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* nb/intel/haswell: Remove variable set but not usedElyes HAOUAS2019-05-231-2/+3
* post_code: add post code for invalid vendor binaryKeith Short2019-05-221-1/+2
* src/northbridge: Remove unneeded include <arch/io.h>Elyes HAOUAS2019-05-151-1/+0
* src: Remove unused include <halt.h>Elyes HAOUAS2019-05-061-1/+0
* nb/intel/haswell: correct a typo in KconfigJoel Kitching2019-05-031-1/+1
* vboot: refactor OPROM codeJoel Kitching2019-04-301-1/+1
* nb/intel/haswell: Use system_reset()Elyes HAOUAS2019-04-291-2/+2
* sb/intel/lynxpoint: Enable LPC/SIO setup in bootblockArthur Heymans2019-04-231-1/+1
* nb/intel/haswell: Add an option for where verstage startsArthur Heymans2019-04-211-1/+24
* cpu/intel/haswell: Use C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-04-213-11/+16
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* vboot: Select CONFIG_VBOOT_OPROM_MATTERS in more casesJulius Werner2019-04-011-0/+1
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-213-39/+3
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-083-5/+5
* Remove DEFAULT_PCIEXBAR aliasKyösti Mälkki2019-03-062-2/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-043-2/+3
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-045-5/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-015-0/+5
* Drop leftover debug function declarationsKyösti Mälkki2019-01-231-5/+0
* {mb,nb,soc/fsp_baytrail}: Get rid of dump_mem()Elyes HAOUAS2019-01-131-1/+0
* device: Use pcidev_path_on_root()Kyösti Mälkki2019-01-061-1/+1
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-063-4/+4
* nb/intel/haswell: Add support for PEGTristan Corrick2019-01-032-3/+68
* nb/intel/haswell: Handle boards that do not support IGDTristan Corrick2018-12-293-19/+41
* nb/intel/haswell: Don't unconditionally set DEVENTristan Corrick2018-12-291-4/+0
* nb/intel/haswell: Use DEVEN to disable devicesTristan Corrick2018-12-291-0/+46
* northbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* northbridge: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS2018-12-181-1/+0
* nb/intel/haswell: Add server processor host bridge device IDIru Cai2018-12-181-0/+1
* Fix typos involving "the the"Jonathan Neuschäfer2018-12-181-1/+1
* cpuid: Add helper function for cpuid(1) functionsSubrata Banik2018-12-131-6/+9
* nb/intel/haswell: Move MMCONF_BASE_ADDRESS to northbridge KconfigElyes HAOUAS2018-11-211-0/+4
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* nb/intel/haswell: Consolidate memory controller PCI driver structsTristan Corrick2018-11-022-18/+9
* nb/intel/haswell/gma: Support boards that have DDI E connectedTristan Corrick2018-11-012-1/+6
* sb/intel/lynxpoint: Automatically generate the ACPI PCI routing tableTristan Corrick2018-11-012-3/+17
* nb/intel/haswell: Add a PCI ID for a Mini-HD audio controllerTristan Corrick2018-11-011-1/+1
* nb/intel/haswell: Add a PCI ID for a desktop memory controllerTristan Corrick2018-11-012-0/+7
* src: Add missing include <stdint.h>Elyes HAOUAS2018-11-011-0/+2
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* src: Replace MSR addresses with macrosElyes HAOUAS2018-10-111-2/+2
* Move compiler.h to commonlibNico Huber2018-10-082-3/+0
* northbridge: Use 'unsigned int' to bare use of 'unsigned'Elyes HAOUAS2018-09-253-6/+6
* nb/intel/*/gma.c: Skip NGI when VGA decode is not enabledArthur Heymans2018-08-221-3/+10