summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/sandybridge/raminit_mrc.c: Use semicolon instead of commaElyes Haouas2022-07-171-1/+1
* northbridge/intel/i945: Fix GCC optimizing out cache preload jumpPetr Cvek2022-07-141-7/+23
* nb,soc/intel: Handle upper RAM boundaryKyösti Mälkki2022-07-057-46/+19
* nb/intel: Drop local legacy_hole definitionsKyösti Mälkki2022-06-304-21/+11
* device/resource: Modify some resource allocation instancesKyösti Mälkki2022-06-242-5/+5
* 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-229-64/+64
* intel/gma: Use bitwise or instead addition for valid bitPetr Cvek2022-06-202-3/+3
* nb/intel/i440bx: Use PARALLEL_MPArthur Heymans2022-06-022-6/+15
* nb/intel/i945,gm45: Use incrementing index with fixed resourceKyösti Mälkki2022-05-242-14/+16
* northbridge/intel/i945: Convert to ASL 2.0Elyes HAOUAS2022-05-161-3/+3
* src: Remove unused <cf9_reset.h>Elyes Haouas2022-05-161-1/+0
* nb/intel/snb/raminit_mrc.c: Remove set but unused variableArthur Heymans2022-05-131-2/+1
* 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
* nb/intel/pineview: Use cbfs mcacheArthur Heymans2022-04-271-1/+0
* northbridge/intel: Remove unused <acpi/acpi.h>Elyes HAOUAS2022-04-242-2/+0
* nb/intel/i945/memmap.c: Fix TOLUD bit field maskPetr Cvek2022-04-221-1/+1
* nb/intel/snb: Reduce scope of functionsArthur Heymans2022-04-202-7/+5
* nb/intel/sandybridge: Restore `mainboard_early_init()` callAngel Pons2022-04-101-0/+6
* mb/google,samsung: Drop init_bootmode_straps()Kyösti Mälkki2022-04-091-6/+0
* nb/intel/sandybridge/acpi: Support setting PCI bars above 4GArthur Heymans2022-03-282-4/+50
* nb/intel/gm45/pm.c: Make clang happyArthur Heymans2022-03-251-1/+1
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-0810-20/+20
* src: Make PCI ID define names shorterFelix Singer2022-03-0715-16/+16
* cpu,mb,nb,soc: use HPET_BASE_ADDRESS instead of magic numberFelix Held2022-02-252-2/+4
* arch/x86: consolidate HPET base address definitionsFelix Held2022-02-252-2/+4
* nb/intel/ironlake: Clean up `jedec_read()` functionAngel Pons2022-02-241-9/+4
* nb/intel/ironlake: Fix some quickpath init magicAngel Pons2022-02-242-7/+22
* nb/intel/ironlake: Move out HECI remainders into southbridgeAngel Pons2022-02-242-6/+0
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-161-1/+1
* nb/intel/ironlake/raminit_heci.c: Move to southbridge scopeAngel Pons2022-02-153-226/+0
* nb/intel/ironlake: Decouple `setup_heci_uma()` from northbridgeAngel Pons2022-02-153-14/+12
* nb/intel/ironlake/raminit_heci.c: Turn into compilation unitAngel Pons2022-02-154-4/+4
* nb/intel/ironlake: Split out HECI code out of raminitAngel Pons2022-02-152-219/+232
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-073-5/+4
* cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMERKyösti Mälkki2022-02-056-18/+0
* nb/intel/haswell: Report SMBIOS memory speed in MT/sAngel Pons2022-02-041-2/+2
* nb/intel/gm45/raminit.c: Fix indent for 'if' statementElyes HAOUAS2022-01-311-2/+2
* nb/intel/sandybridge/raminit_mrc.c: Use <device/dram/ddr3.h> macrosElyes HAOUAS2022-01-271-12/+13
* nb/intel/sandybridge/raminit_mrc.c: Use DDR3_SPD_SODIMM macroElyes HAOUAS2022-01-271-2/+3
* nb/intel/sandybridge/raminit_mrc.c: Use <smbios.h> macrosElyes HAOUAS2022-01-271-4/+5
* src: Add missing 'void' in function definitionElyes HAOUAS2022-01-261-1/+1
* northbridge/intel/i945: Change types to uintptr_t where appropriateElyes HAOUAS2022-01-254-7/+8
* src/{northbridge,southbridge}: Remove unused <console/console.h>Elyes HAOUAS2022-01-101-1/+0
* src/northbridge: Remove unused <delay.h>Elyes HAOUAS2022-01-051-1/+0
* nb/intel/i945/raminit.c: Set "integrated_graphics" as boolElyes HAOUAS2022-01-041-1/+1
* src: Use 'stdint.h' when appropriateElyes HAOUAS2022-01-011-1/+0