summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/x4x/northbridge.c
Commit message (Expand)AuthorAgeFilesLines
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-1/+1
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* device/device.h: Rename pci_domain_scan_busArthur Heymans2023-10-201-1/+1
* nb/intel/x4x: Rework nb resource readingArthur Heymans2023-07-121-47/+9
* cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfmArthur Heymans2022-12-051-0/+6
* nb/intel/x4x: Hook up PCI domain and CPU bus ops to devicetreeArthur Heymans2022-12-011-12/+2
* treewide: use predicate to check if pci device is on n-th busFabio Aiuto2022-10-061-1/+1
* nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas2022-09-141-1/+1
* nb,soc/intel: Handle upper RAM boundaryKyösti Mälkki2022-07-051-6/+1
* nb/intel: Drop local legacy_hole definitionsKyösti Mälkki2022-06-301-7/+3
* device/resource: Modify some resource allocation instancesKyösti Mälkki2022-06-241-1/+1
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-7/+7
* nb/intel/x4x: Prepare for x86_64 supportArthur Heymans2021-07-051-1/+1
* 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