summaryrefslogtreecommitdiff
path: root/src/northbridge/intel
AgeCommit message (Expand)Author
2023-01-05nb/intel/haswell: Specify supported memory typeElyes Haouas
2023-01-04spd.h: Move enum ddr3_module_type to ddr3.hElyes Haouas
2023-01-04nb/intel/*/Kconfig: Remove dummy NORTHBRIDGE_SPECIFIC_OPTIONSElyes Haouas
2023-01-04nb/intel/ironlake: Specify supported memory typeElyes Haouas
2023-01-02nb/intel/e7505: Specify supported memory typeElyes Haouas
2023-01-02nb/intel/i440bx: Specify supported memory typeElyes Haouas
2022-12-26nb/intel/ironlake/acpi: Replace Index(a, b) with ASL 2.0 syntaxElyes Haouas
2022-12-26nb/intel/sandybridge/acpi: Replace Index(a, b) with ASL 2.0 syntaxElyes Haouas
2022-12-26nb/intel/haswell/acpi: Replace Index(a, b) with ASL 2.0 syntaxElyes Haouas
2022-12-22nb/intel/sandybridge/raminit_common.h: Add needed <device/dram/ddr3.h>Elyes Haouas
2022-12-16nb/intel/haswell: Add native raminit scaffoldingAngel Pons
2022-12-16sb/intel/lynxpoint: Add native PCH initAngel Pons
2022-12-16sb/intel/lynxpoint: Add native thermal initAngel Pons
2022-12-16sb/intel/lynxpoint: Add native USB initAngel Pons
2022-12-16haswell/lynxpoint: Add native early ME initAngel Pons
2022-12-16haswell/lynxpoint: Add native DMI initAngel Pons
2022-12-15nb/intel/sandybridge/sandybridge.h: Remove unnecessary guardElyes Haouas
2022-12-12nb/intel/haswell: Introduce option to not use MRC.binAngel Pons
2022-12-10treewide: Include <device/mmio.h> instead of <arch/mmio.h>Elyes Haouas
2022-12-06nb/intel/pineview: Use read32p()Elyes Haouas
2022-12-06nb/intel/haswell: Use {read,write}32p()Elyes Haouas
2022-12-06nb/intel/x4x: Use read32p()Elyes Haouas
2022-12-06nb/intel/e7505: Use read32p()Elyes Haouas
2022-12-06nb/intel/sandybridge: Use read{8,32}p()Elyes Haouas
2022-12-06nb/intel/sandybridge: Use write32p()Elyes Haouas
2022-12-05cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfmArthur Heymans
2022-12-02nb/intel/i945: Use boolean for gpu_lvds_use_spread_spectrum_clockElyes Haouas
2022-12-02nb/intel/pineview: Remove unused 'gpu_lvds_use_spread_spectrum_clock'Elyes Haouas
2022-12-01nb/intel/x4x: Hook up PCI domain and CPU bus ops to devicetreeArthur Heymans
2022-12-01nb/intel/i945: Hook up PCI domain and CPU bus ops to devicetreeArthur Heymans
2022-12-01nb/intel/gm45: Hook up PCI domain and CPU bus ops to devicetreeArthur Heymans
2022-12-01cpu/intel/model_206ax: Remove fake lapic deviceArthur Heymans
2022-12-01cpu/intel/sandybridge: Use enum for ACPI C statesArthur Heymans
2022-11-30nb/intel/sandybridge: Hook up CPU bus and PCI domain ops to devicetreeArthur Heymans
2022-11-30nb/intel/sandybridge: Add a chipset devicetreeArthur Heymans
2022-11-30nb/intel/e7505: Hook up PCI domain and CPU ops to devicetreeKyösti Mälkki
2022-11-28aopen/dxplplusu: Support SMM_ASEG and SMM_TSEGKyösti Mälkki
2022-11-25cpu/intel/haswell: Move chip_ops to cpu clusterArthur Heymans
2022-11-22src/northbridge: Remove unnecessary space after castsElyes Haouas
2022-11-18cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas
2022-11-17intel/haswell,lynxpoint: Fix out() parameter orderKyösti Mälkki
2022-11-17nb/intel/ironlake,sandybridge/gma: Fix out() parameter orderKyösti Mälkki
2022-11-17sb/intel/i82801dx: Improve LPC device early initKyösti Mälkki
2022-11-14nb/intel/ironlake: Hook up PCI domain and CPU ops to devicetreeArthur Heymans
2022-11-12nb/intel/ironlake: Work around unused variable warningArthur Heymans
2022-11-09Revert "mb/aopen/dxplplusu: Remove board"Kyösti Mälkki
2022-11-09nb/intel/haswell: Hook up PCI domain and CPU cluster ops to devicetreeArthur Heymans
2022-11-07mb/aopen/dxplplusu: Remove boardArthur Heymans
2022-11-04nb/intel/pineview: Specify supported memory typesElyes Haouas
2022-11-04nb/intel/x4x: Specify supported memory typesElyes Haouas
2022-11-04nb/intel/sandybridge: Specify supported memory typesElyes Haouas
2022-11-04nb/intel/gm45: Specify supported memory typesElyes Haouas
2022-11-04nb/intel/i945: Specify supported memory typeElyes Haouas
2022-11-03nb/intel/gm45: Make polling loops more explicitAngel Pons
2022-10-22nb/intel/i945/raminit: Use 'bool' for do_resetElyes Haouas
2022-10-22nb/intel/i945/raminit: Use 'bool' for clkcfg_bit7Elyes Haouas
2022-10-22nb/intel/i945/raminit: Use 'size_t' for banksize[]Elyes Haouas
2022-10-21nb/x4x/dq_dqs.c: Use 'enum cb_err'Elyes Haouas
2022-10-21nb/intel/x4x/raminit.c: Use 'enum cb_err'Elyes Haouas
2022-10-21nb/intel/i945/rcven.c: Use read32p()Elyes Haouas
2022-10-20nb/intel/i945/i945.h: Drop useless guardElyes Haouas
2022-10-20nb/intel/i945: Clean up includesElyes Haouas
2022-10-20intel/i945: Use 'bool' for dual_channel and interleavedElyes Haouas
2022-10-12nb/intel/i945/raminit: Include `inttypes.h` for PRIxPTRPaul Menzel
2022-10-10nb/intel/i945/raminit.c: Fix formatted printElyes Haouas
2022-10-06treewide: use predicate to check if pci device is on n-th busFabio Aiuto
2022-10-06nb/intel/i945/memmap.c: Clean up includesElyes Haouas
2022-10-06nb/intel/i945/rcven.c: Sort includes and add <types.h>Elyes Haouas
2022-10-06nb/intel/i945/raminit.c: Clean up includes and add <types.h>Elyes Haouas
2022-09-29nb/intel/i945/raminit.c: Use read32p()Elyes Haouas
2022-09-14nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas
2022-08-26nb/intel/sandybridge: Align TOUUD down to 1 MiB granularityArthur Heymans
2022-08-17commonlib/clamp.h: Relicense file to be BSD-compatibleAngel Pons
2022-07-17nb/intel/sandybridge/raminit_mrc.c: Use semicolon instead of commaElyes Haouas
2022-07-14northbridge/intel/i945: Fix GCC optimizing out cache preload jumpPetr Cvek
2022-07-05nb,soc/intel: Handle upper RAM boundaryKyösti Mälkki
2022-06-30nb/intel: Drop local legacy_hole definitionsKyösti Mälkki
2022-06-24device/resource: Modify some resource allocation instancesKyösti Mälkki
2022-06-24nb/intel/gm45/acpi: Fix max PCI bus numberNico Huber
2022-06-22device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki
2022-06-20intel/gma: Use bitwise or instead addition for valid bitPetr Cvek
2022-06-02nb/intel/i440bx: Use PARALLEL_MPArthur Heymans
2022-05-24nb/intel/i945,gm45: Use incrementing index with fixed resourceKyösti Mälkki
2022-05-16northbridge/intel/i945: Convert to ASL 2.0Elyes HAOUAS
2022-05-16src: Remove unused <cf9_reset.h>Elyes Haouas
2022-05-13nb/intel/snb/raminit_mrc.c: Remove set but unused variableArthur Heymans
2022-05-13nb/intel/gm45: Enable 64bit supportArthur Heymans
2022-05-13nb/intel/gm45/iommu.c: Fix clearing GTTArthur Heymans
2022-05-13nb/intel/gm45/dsdt: Fix number of PCI bussesArthur Heymans
2022-05-13nb/intel/gm45: Allow for PCI BARs above 4GArthur Heymans
2022-04-27nb/intel/pineview: Use cbfs mcacheArthur Heymans
2022-04-24northbridge/intel: Remove unused <acpi/acpi.h>Elyes HAOUAS
2022-04-22nb/intel/i945/memmap.c: Fix TOLUD bit field maskPetr Cvek
2022-04-20nb/intel/snb: Reduce scope of functionsArthur Heymans
2022-04-10nb/intel/sandybridge: Restore `mainboard_early_init()` callAngel Pons
2022-04-09mb/google,samsung: Drop init_bootmode_straps()Kyösti Mälkki
2022-03-28nb/intel/sandybridge/acpi: Support setting PCI bars above 4GArthur Heymans
2022-03-25nb/intel/gm45/pm.c: Make clang happyArthur Heymans
2022-03-08timestamps: Rename timestamps to make names more consistentJakub Czapiga
2022-03-07src: Make PCI ID define names shorterFelix Singer