summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/haswell
Commit message (Expand)AuthorAgeFilesLines
* 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
* nb/intel/haswell: Always locate mrc.bin in the COREBOOT fmap regionArthur Heymans2018-08-131-3/+11
* src/nb: Fix non-local header treated as localElyes HAOUAS2018-07-021-1/+1
* arch/x86/acpi: Add DMAR RMRR helper functionsMatt DeVillier2018-06-301-3/+3
* cpu/intel/haswell: Use the common intel romstage_main functionArthur Heymans2018-06-141-7/+0
* arch/x86: Make RELOCATABLE_RAMSTAGE the defaultKyösti Mälkki2018-06-061-1/+0
* cpu/intel/haswell: Switch to POSTCAR_STAGEArthur Heymans2018-06-052-0/+4
* src: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-06-041-1/+1
* northbridge/intel: Remove unneeded includesElyes HAOUAS2018-06-041-1/+0
* src/northbridge: Add and update license headersMartin Roth2018-05-291-0/+13
* nb/intel/haswell: Get rid of device_tElyes HAOUAS2018-05-185-22/+27
* {mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber2018-05-081-1/+0
* pci: Move inline PCI functions to pci_ops.hPatrick Rudolph2018-04-201-0/+1
* nb/intel/haswell;sb/intel/lynxpoint: Enable VT-d and X2APICMatt DeVillier2018-03-083-3/+62
* nb/intel/haswell: Generate ACPI DMAR tableMatt DeVillier2018-03-083-0/+66
* nb/intel/haswell: Use the common MRC cache driverArthur Heymans2018-02-063-28/+13
* nb/intel/*.h: Remove left-over register definitionsPatrick Rudolph2018-01-311-2/+0
* 3rdparty/lib{hwbase,gfxinit}: Update to latest masterNico Huber2017-10-281-9/+1
* drivers/intel/gma: Put gma_gfxinit() into its own headerNico Huber2017-10-281-0/+1
* security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese2017-10-221-1/+1
* drivers/intel/gma/opregion: migrate from nb/commonMatt DeVillier2017-08-112-3/+2
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-132-4/+7
* nb/intel/haswell/gma: Set ASLS on S3 resumePatrick Rudolph2017-07-121-16/+17