summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/e7505/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/e7505: Rework nb resource readingArthur Heymans2023-07-121-10/+10
* nb/intel/e7505: Hook up PCI domain and CPU ops to devicetreeKyösti Mälkki2022-11-301-13/+2
* aopen/dxplplusu: Support SMM_ASEG and SMM_TSEGKyösti Mälkki2022-11-281-0/+3
* Revert "mb/aopen/dxplplusu: Remove board"Kyösti Mälkki2022-11-091-0/+82
* mb/aopen/dxplplusu: Remove boardArthur Heymans2022-11-071-87/+0
* nb,soc/intel: Handle upper RAM boundaryKyösti Mälkki2022-07-051-14/+12
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-4/+4
* northbridge/intel: Remove unused <acpi/acpi.h>Elyes HAOUAS2022-04-241-1/+0
* ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki2021-10-181-6/+0
* nb/intel/e7505: Fix for RESOURCE_ALLOCATOR_V4Kyösti Mälkki2021-05-071-2/+2
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-061-5/+1
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-131-1/+0
* 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-12/+2
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-3/+0
* src/northbridge: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-8/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-2/+2
* 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
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-1/+1
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* northbridge: Use 'unsigned int' to bare use of 'unsigned'Elyes HAOUAS2018-09-251-2/+2
* aopen/dxplplusu intel/e7505: Move to EARLY_CBMEM_INITKyösti Mälkki2018-06-021-74/+33
* intel/e7505: Fix domain resourcesKyösti Mälkki2018-06-021-3/+9
* src/northbridge: Add and update license headersMartin Roth2018-05-291-0/+13
* nb/intel/e7505: Get rid of device_tElyes HAOUAS2018-05-181-4/+5
* {mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber2018-05-081-1/+0
* CBMEM: Clarify CBMEM_TOP_BACKUP function usageKyösti Mälkki2017-05-271-1/+1
* src/northbridge: Improve code formattingElyes HAOUAS2016-09-121-22/+22
* src/northbridge: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-311-1/+1
* northbridge/intel: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-011-7/+3
* e7505: Move to per-device ACPIVladimir Serbinenko2014-10-181-0/+7
* northbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-1/+0
* CBMEM northbridges: Remove references to global high_tables_baseKyösti Mälkki2013-09-111-3/+1
* Set PCI bus operations at buildtime for ramstageKyösti Mälkki2013-07-111-1/+1
* Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer2013-02-281-5/+0
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-141-1/+1
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-141-1/+1
* Remove assembly coded log2 functionRonald G. Minnich2012-11-281-1/+0
* Remove chip.h files without config structureKyösti Mälkki2012-10-071-1/+0
* Clean up #ifsPatrick Georgi2012-05-081-2/+2
* Intel e7505: renames onlyKyösti Mälkki2012-04-111-1/+1
* Add support for E7505 northbridge.Kyösti Mälkki2011-10-311-8/+21