summaryrefslogtreecommitdiffstats
path: root/src/northbridge
Commit message (Expand)AuthorAgeFilesLines
* cpu,nb/amd/pi/00730F01: dynamically generate CPU devicesFelix Held2023-05-131-3/+18
* nb/amd/pi/00730F01: request binaryPI to use \_SB_ scope in PSTATE SSDTFelix Held2023-05-132-16/+3
* nb/amd/pi/00730f01/acpi/northbridge: don't hide PCI0 root device from OSFelix Held2023-05-081-1/+1
* AMD binaryPI: Use ACPI_COMMON_MADT_IOAPICKyösti Mälkki2023-04-261-12/+0
* include/cpu/amd/mtrr: fix typo in get_top_of_mem_above_4gbFelix Held2023-04-231-2/+2
* nb/amd/pi/00730F01/northbridge: remove unneeded AGESA.h includeFelix Held2023-04-211-1/+0
* nb/amd/pi/00730F01/northbridge: use get_top_of_mem_[below,above]_4gbFelix Held2023-04-211-5/+3
* include/cpu/amd/mtrr: rename functions to get top of memory regionsFelix Held2023-04-211-2/+2
* sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPICKyösti Mälkki2023-04-151-3/+0
* AMD binaryPI: Use madt_ioapic_from_hw()Kyösti Mälkki2023-04-133-11/+6
* AMD binaryPI: Declare IOAPIC IDsKyösti Mälkki2023-04-133-7/+10
* binaryPI: Use common code for LAPIC NMIsKyösti Mälkki2023-04-111-5/+1
* nb/intel/gm45: Export EDID-reading routine as a functionBill XIE2023-04-062-9/+36
* nb/intel/gm45: Prevent null-deref in get_blc_pwm_freq_value()Bill XIE2023-04-051-1/+2
* nb/intel/i440bx/debug.c: Refactor newlines and save some printk callsKeith Hui2023-03-291-7/+5
* nb/intel/i440bx: Die with standard POST code on fatal conditionsKeith Hui2023-03-241-9/+10
* nb/intel/snb: Abolish mainboard_should_reset_usb()Keith Hui2023-03-232-2/+1
* nb/intel/haswell/pcie.c: Make UBSAN not complainAngel Pons2023-03-211-2/+2
* nb/amd/pi/00730F01/acpi_tables: use existing IO_APIC2_ADDR definitionFelix Held2023-02-221-1/+2
* nb/intel/pineview/raminit.c: Get rid of duplicated branchesElyes Haouas2023-02-171-40/+8
* nb/intel/haswell: Add 9-series PCH IDsAngel Pons2023-02-091-0/+5
* mb/*: Replace SNB PCI devices with references from chipset.cbArthur Heymans2023-02-041-0/+33
* nb/intel/{sandybridge,haswell}: Generate IOAPIC DMAR entries from hwBill XIE2023-02-022-4/+8
* treewide: Remove duplicated include <device/pci.h>Elyes Haouas2023-02-013-3/+0
* nb/intel/gm45: Add remaining raminit code to support DDR2Nico Huber2023-01-263-54/+156
* nb/intel/gm45: Split DDR2 I/O init outNico Huber2023-01-261-11/+125
* nb/intel/gm45: Split DDR2 JEDEC init outNico Huber2023-01-262-30/+87
* nb/intel/gm45: Wedge DDR2 SPD support inNico Huber2023-01-262-19/+181
* nb/amd/pi/Kconfig: Remove unused CONSOLE_VGA_MULTIElyes Haouas2023-01-211-4/+0
* nb/intel/haswell: Specify supported memory typeElyes Haouas2023-01-051-0/+5
* spd.h: Move enum ddr3_module_type to ddr3.hElyes Haouas2023-01-042-3/+3
* nb/intel/*/Kconfig: Remove dummy NORTHBRIDGE_SPECIFIC_OPTIONSElyes Haouas2023-01-046-32/+10
* nb/intel/ironlake: Specify supported memory typeElyes Haouas2023-01-041-0/+5
* nb/intel/e7505: Specify supported memory typeElyes Haouas2023-01-021-0/+5
* nb/intel/i440bx: Specify supported memory typeElyes Haouas2023-01-021-0/+5
* tree/acpi: Replace constant "Zero" with actual numberFelix Singer2022-12-271-1/+1
* nb/intel/ironlake/acpi: Replace Index(a, b) with ASL 2.0 syntaxElyes Haouas2022-12-261-1/+1
* nb/intel/sandybridge/acpi: Replace Index(a, b) with ASL 2.0 syntaxElyes Haouas2022-12-261-1/+1
* nb/intel/haswell/acpi: Replace Index(a, b) with ASL 2.0 syntaxElyes Haouas2022-12-261-1/+1
* nb/intel/sandybridge/raminit_common.h: Add needed <device/dram/ddr3.h>Elyes Haouas2022-12-221-0/+1
* nb/intel/haswell: Add native raminit scaffoldingAngel Pons2022-12-164-6/+320
* sb/intel/lynxpoint: Add native PCH initAngel Pons2022-12-161-2/+1
* sb/intel/lynxpoint: Add native thermal initAngel Pons2022-12-161-0/+1
* sb/intel/lynxpoint: Add native USB initAngel Pons2022-12-161-0/+3
* haswell/lynxpoint: Add native early ME initAngel Pons2022-12-161-1/+16
* haswell/lynxpoint: Add native DMI initAngel Pons2022-12-167-0/+407
* nb/intel/sandybridge/sandybridge.h: Remove unnecessary guardElyes Haouas2022-12-151-5/+2
* nb/intel/haswell: Introduce option to not use MRC.binAngel Pons2022-12-124-1/+37
* treewide: Include <device/mmio.h> instead of <arch/mmio.h>Elyes Haouas2022-12-101-1/+1
* nb/intel/pineview: Use read32p()Elyes Haouas2022-12-061-2/+2