summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/x4x/northbridge.c
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/x4x: Reflow long linesAngel Pons2021-04-101-6/+4
* nb/intel/x4x: Define and use MMCONF_BUS_NUMBERAngel Pons2021-01-301-7/+1
* nb/intel/x4x/iomap.h: Rename to memmap.hAngel Pons2020-09-251-1/+1
* nb/intel/x4x: Change signature of `decode_pciebar`Angel Pons2020-08-041-1/+1
* nb/intel: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-05-261-5/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* src/northbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-1/+1
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-2/+0
* northbridge: Remove unused include <device/pci.h>Elyes HAOUAS2020-03-061-1/+0
* northbridge: Add missing include <device/pci_def.h>Elyes HAOUAS2019-12-311-0/+1
* src/northbridge: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* nb/intel/x4x: Factor out hiding PCI devs in pure fnArthur Heymans2019-12-011-34/+19
* src: Remove unused '#include <cpu/cpu.h>'Elyes HAOUAS2019-10-281-1/+0
* intel/smm/gen1: Rename header fileKyösti Mälkki2019-08-151-1/+1
* cpu/intel: Replace bsp_init_and_start_aps()Kyösti Mälkki2019-08-151-8/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* nb/intel/x4x: Use parallel MP initArthur Heymans2019-01-231-21/+1
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-3/+3
* device: Replace ugly cases of dev_find_slot()Kyösti Mälkki2019-01-041-1/+1
* northbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* nb/intel/x4x: Use common code for SMM in TSEGArthur Heymans2018-12-031-16/+35
* nb/intel/*: Account for cbmem_top alignmentArthur Heymans2018-10-241-1/+11
* nb/intel/x4x: Don't use PCI operations on the pci_domain deviceArthur Heymans2018-08-011-5/+7
* sb/intel/i82801{g,j}x: Automatically generate ACPI PIRQ tablesArthur Heymans2018-06-291-0/+17
* {mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber2018-05-081-1/+0
* nb/x4x: Get rid of device_tElyes HAOUAS2018-04-301-5/+5
* nb/intel/x4x: Add support for second PEG slotArthur Heymans2017-05-101-2/+9
* nb/x4x/nortbridge.c: Compute TSEG resource allocation dynamicallyArthur Heymans2017-05-091-13/+37
* nb/intel/x4x: Fix issues found by checkpatch.plArthur Heymans2017-03-211-4/+4
* nb/intel/*/northbridge.c: Remove #include <device/hypertransport.h>Arthur Heymans2017-01-061-1/+0
* intel/x4x: Do not use scratchpad register for ACPI S3Kyösti Mälkki2016-07-151-16/+0
* nb/intel/x4x: Move to early cbmemDamien Zammit2016-01-291-3/+0
* nb/intel/x4x: Fix memory hole with both channels populatedDamien Zammit2016-01-291-33/+29
* northbridge/intel/x4x: Intel 4-series northbridge supportDamien Zammit2015-12-291-0/+234