summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/i440bx: add resources during read_resources()Furquan Shaikh2020-05-141-4/+5
* nb/intel/sandybridge: add resources during read_resources()Aaron Durbin2020-05-141-56/+48
* src: Remove unused '#include <stddef.h>'Elyes HAOUAS2020-05-134-4/+0
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-131-1/+0
* device/pci_device: Extract pci_domain_set_resources from SOCRaul E Rangel2020-05-123-12/+2
* nb/intel/i440bx: Drop mainboard_enable_serial()Keith Hui2020-05-121-1/+0
* nb/intel/sandybridge: Reorder IOSAV writesAngel Pons2020-05-121-2/+2
* nb/intel/sandybridge: Reorder register writeAngel Pons2020-05-121-3/+3
* treewide: Replace BSD-3-Clause and ISC headers with SPDX headersPatrick Georgi2020-05-111-23/+1
* treewide: split off license text, remove extra copyright noticesPatrick Georgi2020-05-111-5/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-11168-168/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-096-54/+6
* vboot: Clean up pre-RAM use of vboot_recovery_mode_enabled()Julius Werner2020-05-092-2/+4
* nb/intel/haswell/northbridge.c: Fix typoAngel Pons2020-05-081-1/+1
* northbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-088-104/+16
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-0618-215/+18
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-0618-36/+18
* nb/intel/i945/memmap: Convert to 96 characters line lengthElyes HAOUAS2020-05-041-6/+3
* nb/intel/i440bx: Ready raminit for S3 resume pathKeith Hui2020-05-043-3/+3
* nb/intel/i440bx: Use SPDX for remaining filesKeith Hui2020-05-045-68/+9
* nb/intel/i440bx: Drop northbridge.hKeith Hui2020-05-042-22/+0
* nb/intel/i440bx: Resolve a SMP-raminit TODOKeith Hui2020-05-041-1/+4
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-0215-19/+19
* nb/intel/i440bx: Clean up register_values tableKeith Hui2020-05-021-59/+42
* src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS2020-05-013-3/+0
* nb/intel/haswell/pei_data.h: Add ULT system typeAngel Pons2020-04-291-1/+2
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-286-6/+6
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-2815-15/+21
* nb/intel/haswell: Deprecate WDB params in pei_dataAngel Pons2020-04-221-2/+3
* nb/intel/sandybridge: Refactor get_mem_min_tckAngel Pons2020-04-194-76/+82
* asus/p2b*: Move serial init into mainboard bootblockKeith Hui2020-04-181-4/+0
* 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
* nb/intel/i945: Add vboot supportArthur Heymans2020-04-141-0/+4
* nb/i945: Improve code formattingElyes HAOUAS2020-04-117-168/+185
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-109-18/+18
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-109-9/+0
* nb/intel/i945: Use 'const' to set pci_devfn_t staticallyElyes HAOUAS2020-04-091-3/+3
* src/northbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-05101-1339/+202
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-0514-42/+0
* nb/intel/pineview: drop intel_gma_get_controller_info()Matt DeVillier2020-04-021-11/+0
* nb/intel/gm45: Simplify GMA SSDT generatorMatt DeVillier2020-04-021-27/+13
* nb/intel/i945: Simplify GMA SSDT generatorMatt DeVillier2020-04-021-18/+4
* nb/intel/x4x: Simplify GMA SSDT generatorMatt DeVillier2020-04-021-24/+12
* nb/intel/ironlake: Simplify GMA SSDT generatorMatt DeVillier2020-04-021-25/+11
* nb/intel/sandybridge: Simplify GMA SSDT generatorMatt DeVillier2020-04-021-17/+4
* nb/intel/haswell: Simplify GMA SSDT generatorMatt DeVillier2020-04-021-25/+12
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-0214-58/+58
* drivers/intel/gma: fold gma.asl into default_brightness_levels.aslMatt DeVillier2020-03-315-15/+0
* nb/intel/i945: Make some cosmetic changesElyes HAOUAS2020-03-301-23/+29