summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/ironlake
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/ironlake/acpi.c: Factor out PCIEXBAR decodingAngel Pons2020-08-041-28/+28
* nb/intel/ironlake/acpi/hostbridge.asl: Use ASL 2.0 syntaxAngel Pons2020-08-041-34/+32
* nb/intel/ironlake: Add Generic Non-Core register definitionsAngel Pons2020-08-033-4/+8
* nb/intel/ironlake: Add Generic Non-Core PCI device definitionAngel Pons2020-08-033-4/+9
* nb/intel/ironlake: Add QPI Physical Layer registersAngel Pons2020-08-032-13/+23
* nb/intel/ironlake: Add QPI Physical Layer device definitionAngel Pons2020-08-032-13/+18
* nb/intel/ironlake: Add QPI Link register definitionsAngel Pons2020-08-032-5/+10
* nb/intel/ironlake: Add definition for QPI Link PCI deviceAngel Pons2020-08-032-5/+10
* nb/intel/ironlake: Add SAD DRAM register definitionsAngel Pons2020-08-032-4/+7
* nb/intel/ironlake: Correct PCIEXBAR definitionAngel Pons2020-08-034-4/+5
* nb/intel/ironlake: Add definition for SAD PCI deviceAngel Pons2020-08-036-17/+20
* nb/intel/ironlake: Drop `D0F0_` prefix from register namesAngel Pons2020-08-034-33/+33
* nb/intel/ironlake: Rename memory map variablesAngel Pons2020-08-032-26/+26
* nb/intel/ironlake/raminit.c: Drop unused defineAngel Pons2020-08-031-2/+0
* nb/intel/ironlake/hostbridge_regs: Drop D0F0_PMBASEAngel Pons2020-08-031-2/+0
* nb/intel/ironlake/hostbridge_regs.h: Clean up registersAngel Pons2020-08-031-32/+21
* nb/intel/ironlake: Put host bridge registers into its own fileAngel Pons2020-08-032-39/+50
* nb/intel/ironlake/raminit.c: initialize 'reply.command'Elyes HAOUAS2020-07-251-0/+4
* nb/intel/ironlake: Move southbridge code to ibexpeakAngel Pons2020-07-241-19/+1
* src: Remove unused 'include <cpu/x86/msr.h>'Elyes HAOUAS2020-07-141-1/+0
* nb/intel/ironlake/raminit.c: Drop dead codeAngel Pons2020-07-091-23/+0
* nb/intel/ironlake: Clean up code style (except raminit)Angel Pons2020-07-024-38/+35
* nb/intel/ironlake/northbridge.c: Drop thunk functionsAngel Pons2020-07-011-13/+2
* nb/intel/ironlake: Drop copy-pasted and unused macroAngel Pons2020-07-011-2/+0
* nb/intel/ironlake: Use `pci_update_config32()`Angel Pons2020-07-011-2/+1
* nb/intel/ironlake: Simplify BAR handlingAngel Pons2020-07-011-7/+3
* nb/intel/ironlake/ironlake.h: Clean upAngel Pons2020-07-011-75/+52
* nb/intel/ironlake: Drop copy-pasted and dead codeAngel Pons2020-07-011-29/+3
* nb/intel/ironlake: Remove unused structsAngel Pons2020-07-011-32/+0
* device/smbus_host: Declare common early SMBus prototypesKyösti Mälkki2020-06-221-0/+1
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-062-10/+2
* 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-43/+2
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-3/+0
* device/pci_device: Extract pci_domain_set_resources from SOCRaul E Rangel2020-05-121-5/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1119-19/+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
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-063-36/+3
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-063-6/+3
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* 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-281-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-0514-184/+28
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-052-6/+0
* nb/intel/ironlake: Simplify GMA SSDT generatorMatt DeVillier2020-04-021-25/+11
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-022-2/+2