summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/gm45
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/gm45: Use new fixed BAR accessorsAngel Pons2021-04-1012-609/+598
* nb/intel/gm45/gm45.h: Guard `CxDRC1_NOTPOP` macro parametersAngel Pons2021-04-101-1/+1
* nb/intel: Add missing <types.h>Elyes HAOUAS2021-02-161-1/+2
* nb/intel/gm45: Factor out {DMI,EP,MCH}BAR accessorsAngel Pons2021-02-076-24/+18
* intel: Define `RCBA_LENGTH` in Kconfig and use itAngel Pons2021-02-061-1/+1
* intel: Turn `DEFAULT_RCBA` into a Kconfig symbolAngel Pons2021-02-052-3/+2
* nb/intel/x/bootblock.c Revert `include <arch/pci_io_cfg.h>`Angel Pons2021-02-041-1/+1
* treewide [Kconfig]: Remove useless commentElyes HAOUAS2021-02-021-1/+1
* nb/intel/gm45/bootblock.c: include <arch/pci_io_cfg.h>Elyes HAOUAS2021-02-011-3/+3
* nb/intel/gm45: Define and use MMCONF_BUS_NUMBERAngel Pons2021-01-306-57/+23
* device/Kconfig: Declare MMCONF symbols' type onceAngel Pons2021-01-291-1/+0
* nb/intel/gm45: Reserve MMIO and firmware memory below 1MiBNico Huber2021-01-181-15/+18
* Revert "nb/intel/gm45/gm45.h: Remove duplicated include"Patrick Georgi2021-01-181-0/+2
* northbridge/intel/gm45/bootblock.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* nb/intel/gm45/gm45.h: Remove duplicated includeElyes HAOUAS2021-01-181-2/+0
* nb/intel/gm45: Guard macro parametersAngel Pons2021-01-101-39/+39
* nb/intel/gm45: Guard `CxDRBy_BOUND_SHIFT` macro parametersAngel Pons2021-01-101-1/+1
* drivers/intel/gma: Include gfx.asl by default for all platforms...Matt DeVillier2020-12-301-0/+3
* nb/intel/gm45: Clean up header handlingAngel Pons2020-10-244-10/+4
* nb/intel/gm45: Introduce memmap.hAngel Pons2020-10-242-8/+16
* nb/intel/gm45: Add more DMIBAR/EPBAR registersAngel Pons2020-10-243-43/+78
* nb/intel/gm45: Answer question about conversion stepping A1Angel Pons2020-09-291-1/+1
* nb/intel/gm45/gm45.h: Clean up cosmeticsAngel Pons2020-09-251-62/+63
* nb/intel/gm45: Drop unused `DEFAULT_HECIBAR` macroAngel Pons2020-09-251-1/+0
* nb/intel/gm45: Drop casts from DEFAULT_{MCHBAR,DMIBAR}Angel Pons2020-09-253-9/+5
* src/northbridge: Drop unneeded empty linesElyes HAOUAS2020-09-213-13/+0
* nb/intel/gm45: Deduplicate PCIEXBAR decodingAngel Pons2020-08-043-32/+6
* nb/intel/gm45/northbridge.c: Use `MiB` definitionAngel Pons2020-08-041-3/+4
* nb/intel/gm45: Use PCI bitwise opsAngel Pons2020-08-048-140/+74
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-261-2/+2
* nb/intel/gm45/acpi/gm45.asl: Drop dead codeAngel Pons2020-07-091-28/+0
* nb/intel/gm45: Use ASL 2.0 syntaxAngel Pons2020-07-081-2/+2
* nb/intel/gm45: Tidy up comments and cosmeticsAngel Pons2020-07-082-63/+62
* sb/intel/i82801ix: Use pmutil.h definitionsAngel Pons2020-06-271-0/+1
* device/smbus_host: Declare common early SMBus prototypesKyösti Mälkki2020-06-221-0/+1
* nb/intel/gm45/iommu.c: Fix regression when updating PCI commandAngel Pons2020-06-091-3/+1
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-061-5/+1
* intel/gma: Only enable bus mastering if we are going to use itNico Huber2020-05-271-6/+2
* intel/gma: Don't bluntly enable I/ONico Huber2020-05-271-1/+1
* drivers/intel/gma: Move IGD OpRegion to CBMEMNico Huber2020-05-271-44/+2
* nb/intel: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-05-262-9/+4
* nb/intel: Const'ify pci_devfn_t devicesElyes HAOUAS2020-05-181-2/+2
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-3/+0
* src: Remove unused '#include <stddef.h>'Elyes HAOUAS2020-05-134-4/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1124-24/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-091-9/+1
* northbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-081-13/+2
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-023-4/+4
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-283-3/+4