summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/sandybridge
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/sandybridge/acpi.c: Add RMRRs after all DRHDsAngel Pons2020-08-041-16/+22
* nb/intel/sandybridge: Update to ASL 2.0 syntaxAngel Pons2020-08-041-4/+4
* nb/intel/*: Fill in SMBIOS type 16 on SNB/HSWPatrick Rudolph2020-07-302-3/+60
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-261-2/+2
* nb/intel/sandybridge: Add missing includesElyes HAOUAS2020-07-2611-2/+18
* nb/intel/sandybridge: Put host bridge registers into its own fileAngel Pons2020-07-242-51/+59
* nb/intel/sandybridge: Remove unnecessary `struct sys_info`Angel Pons2020-07-242-8/+0
* sb/intel: Define CONFIG_FIXED_SMBUS_IO_BASEAngel Pons2020-07-201-1/+1
* src: Remove unused 'include <stdint.h>Elyes HAOUAS2020-07-141-1/+0
* src: Remove unused 'include <types.h>'Elyes HAOUAS2020-07-141-1/+0
* nb/intel/sandybridge/gma.c: Remove useless if conditionEvgeny Zinoviev2020-06-221-12/+9
* device/smbus_host: Declare common early SMBus prototypesKyösti Mälkki2020-06-221-2/+2
* nb/intel/sandybridge: Use MCHBAR bitwise opsAngel Pons2020-06-091-15/+5
* nb/intel/sandybridge: Use PCI bitwise opsAngel Pons2020-06-093-36/+15
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-063-15/+3
* northbridge/intel/sandybridge: Mask lower 20 bits of TOLUD and TOLM in hostbr...Furquan Shaikh2020-06-031-2/+6
* northbridge/intel/sandybridge: Update hostbridge.asl to ASL2.0 syntaxFurquan Shaikh2020-06-031-27/+26
* src: Remove unused 'include <bootmode.h>'Elyes HAOUAS2020-06-022-2/+0
* intel/gma: Only enable bus mastering if we are going to use itNico Huber2020-05-271-7/+3
* intel/gma: Don't bluntly enable I/ONico Huber2020-05-271-1/+1
* drivers/intel/gma: Move IGD OpRegion to CBMEMNico Huber2020-05-271-42/+2
* nb/intel/sandybridge: Use the new IOSAV struct APIAngel Pons2020-05-213-469/+1746
* nb/intel/sandybridge: Drop unused parametersAngel Pons2020-05-212-32/+31
* nb/intel/sandybridge: Redefine IOSAV_SUBSEQUENCEAngel Pons2020-05-213-7/+104
* nb/intel/sandybridge: Truncate IOSAV subseq gapsAngel Pons2020-05-211-3/+3
* nb/intel/sandybridge: Replace macros with functionsAngel Pons2020-05-211-4/+8
* nb/intel/sandybridge: Refactor IOSAV_RUN_ONCEAngel Pons2020-05-211-27/+31
* nb/intel/sandybridge: Refactor IOSAV_SUBSEQUENCE againAngel Pons2020-05-213-157/+149
* nb/intel/sandybridge: Do not hardcode resource indicesAngel Pons2020-05-191-5/+6
* nb/intel/sandybridge: Correct IOSAV register notesAngel Pons2020-05-191-53/+83
* nb/intel/sandybridge: Use or-based logic for RANKSELAngel Pons2020-05-182-72/+73
* nb/intel/sandybridge: Program IOSAV with macrosAngel Pons2020-05-182-348/+408
* nb/intel/sandybridge: Add and use BROADCAST_CH for IOSAVAngel Pons2020-05-182-14/+14
* nb/intel/sandybridge: add resources during read_resources()Aaron Durbin2020-05-141-56/+48
* device/pci_device: Extract pci_domain_set_resources from SOCRaul E Rangel2020-05-121-2/+2
* nb/intel/sandybridge: Reorder IOSAV writesAngel Pons2020-05-121-2/+2
* nb/intel/sandybridge: Reorder register writeAngel Pons2020-05-121-3/+3
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1130-30/+0
* vboot: Clean up pre-RAM use of vboot_recovery_mode_enabled()Julius Werner2020-05-091-1/+2
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-022-2/+2
* 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/+5
* nb/intel/sandybridge: Refactor get_mem_min_tckAngel Pons2020-04-194-76/+82
* nb/intel/sandybridge/raminit: Add ECC supportPatrick Rudolph2020-04-145-10/+85
* nb/intel/sandybridge/raminit: Add ECC detection supportPatrick Rudolph2020-04-143-10/+53
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-052-6/+0
* nb/intel/sandybridge: Simplify GMA SSDT generatorMatt DeVillier2020-04-021-17/+4
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-022-18/+18