summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/gm45
Commit message (Expand)AuthorAgeFilesLines
* device/device.h: Rename pci_domain_scan_busArthur Heymans2023-10-201-1/+1
* nb/intel: Remove space between function name and '('Elyes Haouas2023-09-111-1/+1
* treewide: Get rid of "NO_DDRx" selectionElyes Haouas2023-08-091-3/+0
* acpi: Move ECAM resource below PNP0C02 device in a common placeArthur Heymans2023-07-201-1/+0
* nb/intel/gm45: Rework nb resource readingArthur Heymans2023-07-141-46/+24
* nb/intel/gm45/gma: Fix debug note about missing panel dataNico Huber2023-05-211-6/+5
* nb/intel/gm45/gma: Centralize call to gm45_get_lvds_edid_str()Nico Huber2023-05-212-42/+39
* nb/intel/gm45/gma: Use res2mmio() directly for GTT accessNico Huber2023-05-211-4/+1
* nb/intel/gm45/gma: Probe PCI resource once and firstNico Huber2023-05-212-9/+12
* 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/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/intel/*/Kconfig: Remove dummy NORTHBRIDGE_SPECIFIC_OPTIONSElyes Haouas2023-01-041-5/+2
* cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfmArthur Heymans2022-12-052-0/+9
* nb/intel/gm45: Hook up PCI domain and CPU bus ops to devicetreeArthur Heymans2022-12-011-13/+2
* src/northbridge: Remove unnecessary space after castsElyes Haouas2022-11-221-1/+1
* cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas2022-11-181-3/+2
* nb/intel/gm45: Specify supported memory typesElyes Haouas2022-11-041-0/+5
* nb/intel/gm45: Make polling loops more explicitAngel Pons2022-11-031-3/+3
* treewide: use predicate to check if pci device is on n-th busFabio Aiuto2022-10-061-1/+1
* nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas2022-09-142-2/+2
* nb,soc/intel: Handle upper RAM boundaryKyösti Mälkki2022-07-051-6/+1
* nb/intel/gm45/acpi: Fix max PCI bus numberNico Huber2022-06-241-7/+7
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-7/+7
* nb/intel/i945,gm45: Use incrementing index with fixed resourceKyösti Mälkki2022-05-241-7/+8
* nb/intel/gm45: Enable 64bit supportArthur Heymans2022-05-135-13/+14
* nb/intel/gm45/iommu.c: Fix clearing GTTArthur Heymans2022-05-132-19/+9
* nb/intel/gm45/dsdt: Fix number of PCI bussesArthur Heymans2022-05-131-2/+8
* nb/intel/gm45: Allow for PCI BARs above 4GArthur Heymans2022-05-132-7/+54
* northbridge/intel: Remove unused <acpi/acpi.h>Elyes HAOUAS2022-04-241-1/+0
* nb/intel/gm45/pm.c: Make clang happyArthur Heymans2022-03-251-1/+1
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-081-2/+2
* src: Make PCI ID define names shorterFelix Singer2022-03-071-1/+1
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-2/+1
* cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMERKyösti Mälkki2022-02-051-3/+0
* nb/intel/gm45/raminit.c: Fix indent for 'if' statementElyes HAOUAS2022-01-311-2/+2
* src: Add missing 'void' in function definitionElyes HAOUAS2022-01-261-1/+1
* src: Use 'stdint.h' when appropriateElyes HAOUAS2022-01-011-1/+0
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-103-7/+7
* nb/intel: Replace bad uses of `find_resource`Angel Pons2021-11-041-1/+1
* ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki2021-10-181-8/+0
* src/*: Specify type of `CBFS_SIZE` onceAngel Pons2021-07-261-1/+0
* cpu/x86: Default to PARALLEL_MP selectedKyösti Mälkki2021-06-071-1/+0
* nb/intel/gm45: Guard even more macro parametersAngel Pons2021-05-162-12/+12
* src: Retype option API to use unsigned integersAngel Pons2021-05-061-1/+1
* nb/intel: Don't select VBOOT_SEPARATE_VERSTAGEArthur Heymans2021-05-051-1/+0
* nb/intel: Use get_int_option()Angel Pons2021-04-211-2/+2