aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel
AgeCommit message (Expand)Author
2019-10-01intel/pci: Utilise pci_def.h for PCI_BRIDGE_CONTROLKyösti Mälkki
2019-09-28nb,sb/intel: Clean up some __BOOTBLOCK__ and __SIMPLE_DEVICE__ useKyösti Mälkki
2019-09-28nb/intel/x4x: Avoid x4x.h header with romcc-bootblockKyösti Mälkki
2019-09-24intel/cpu: Switch older models to TSC_MONOTONIC_TIMERKyösti Mälkki
2019-09-20nb/intel/nehalem: Enabled VBOOT supportPatrick Rudolph
2019-09-17nb/nehalem: Move MMCONF_BASE_ADDRESS to a common placeArthur Heymans
2019-09-15{i945,i82801gx}: Remove unneeded include <cpu/x86/cache.h>Elyes HAOUAS
2019-09-15northbridge: Remove unused include <device/pci_ops.h>Elyes HAOUAS
2019-09-15nb/i945: Remove unused include <cpu/cpu.h>Elyes HAOUAS
2019-09-13drivers/elog: Add elog_boot_notify()Kyösti Mälkki
2019-09-13intel/nehalem: Refactor ACPI S3 detectionKyösti Mälkki
2019-09-12src/{northbridge,soc}: Remove not used #include <elog.h>Elyes HAOUAS
2019-09-12nb/intel/nehalem: Add a header for raminit_tables.cAngel Pons
2019-09-06nb/intel/x4x/raminit: Move dummy reads after JEDEC initArthur Heymans
2019-08-28intel/haswell: Use smm_subregion()Kyösti Mälkki
2019-08-28intel/smm/gen1: Use smm_subregion()Kyösti Mälkki
2019-08-26soc/intel: Use common romstage codeKyösti Mälkki
2019-08-26nb/intel/gm45: Call ddr3_calibrate_zq() only for DDR3 :)Nico Huber
2019-08-22arch/x86: Add <arch/romstage.h>Kyösti Mälkki
2019-08-21intel/fsp1_0,baytrail,rangeley: Tidy up use of preprocessorKyösti Mälkki
2019-08-20devicetree: Remove duplicate chip_ops declarationsKyösti Mälkki
2019-08-18cpu/intel: Enter romstage without BISTKyösti Mälkki
2019-08-15intel/smm: Define struct ied_header just onceKyösti Mälkki
2019-08-15intel/smm/gen1: Rename header fileKyösti Mälkki
2019-08-15arch/x86: Add postcar_frame_common_mtrrs()Kyösti Mälkki
2019-08-15cpu/intel: Refactor platform_enter_postcar()Kyösti Mälkki
2019-08-15cpu/intel: Replace bsp_init_and_start_aps()Kyösti Mälkki
2019-08-13nb/intel/gm45: Don't create DMAR tables for disabled IGDArthur Heymans
2019-08-13nb/intel/gm45/acpi.c: Don't read PCI config to check presenceArthur Heymans
2019-08-11intel/haswell: Move platform_enter_postcar()Kyösti Mälkki
2019-08-11arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki
2019-08-11arch/x86: Enable POSTCAR_CONSOLE by defaultKyösti Mälkki
2019-08-08lib/stage_cache: Refactor Kconfig optionsKyösti Mälkki
2019-08-07northbridge/intel: Rename ram_calc.c to memmap.cKyösti Mälkki
2019-08-07intel/fsp_rangeley: Rename raminit.c to memmap.cKyösti Mälkki
2019-08-07intel/nehalem,sandybridge: Move stage_cache support functionKyösti Mälkki
2019-08-03intel/i945,gm45,pineview,x4x: Fix stage cache locationKyösti Mälkki
2019-08-03intel/i945,gm45,pineview,x4x: Move stage cache support functionKyösti Mälkki
2019-08-03intel/haswell: Move stage_cache support functionKyösti Mälkki
2019-07-29haswell: reinitialize EHCI debug hardware after raminitIru Cai
2019-07-19nb/intel/pineview: Remove dead code in switchJacob Garber
2019-07-18nb/intel/sandybridge/acpi: Don't use defines for memory rangesPatrick Rudolph
2019-07-18nb/i945/gma: Store vga_disable if MAINBOARD_DO_NATIVE_VGA_INITElyes HAOUAS
2019-07-17nb/i945: Fix gate graphics hardware for frequency changeElyes HAOUAS
2019-07-17nb/intel/x4x: Die on invalid memory speedsJacob Garber
2019-07-17nb/intel/nehalem: Prevent out of bounds readJacob Garber
2019-07-13intel/i945: Fix udelay() prototypesKyösti Mälkki
2019-07-13intel/e7505,i82801dx: Fix SMM_ASEG lockKyösti Mälkki
2019-07-10nb/intel/nehalem: Tidy quickpath_reserved calculationJacob Garber
2019-07-10nb/intel/nehalem: Die if no memory ranks foundJacob Garber
2019-07-09cpu/x86: Flip SMM_TSEG defaultKyösti Mälkki
2019-07-09arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki
2019-07-08intel/nehalem: Move TSC_MONOTONIC_TIMERKyösti Mälkki
2019-07-07cpu/x86: Fix MSR_PLATFORM_INFO definitionKyösti Mälkki
2019-07-04arch/x86: Adjust size of postcar stackKyösti Mälkki
2019-07-03intel/e7505: Drop debug codeKyösti Mälkki
2019-06-28nb/intel/pineview: Remove unused codeJacob Garber
2019-06-28{soc,northbridge}/Kconfig: Remove unused CACHE_MRC_SIZE_KBElyes HAOUAS
2019-06-21nb/intel/nehalem/raminit.c: Remove variable set but not usedElyes HAOUAS
2019-06-21nb/intel/nehalem/raminit.c: Remove variable set but not usedElyes HAOUAS
2019-06-21nb/x4x: Rename {ddr,fsb}2{mhz,ps} as {ddr,fsb}_to_{mhz,ps}Elyes HAOUAS
2019-06-173rdparty/blobs: Update submodule, SNB improvementsArthur Heymans
2019-06-14nb/i945: Drop CHANNEL_XOR_RANDOMIZATION selectionElyes HAOUAS
2019-06-08nb/intel/sandybridge: Drop iommu.c and rename functionsPatrick Rudolph
2019-06-08northbridge/gm45: document that raminit doesn't support mirrored ranksFelix Held
2019-06-06nb/intel/pineview/raminit.c: Remove variable set but not usedElyes HAOUAS
2019-06-05nb/intel/x4x: Remove variable set but not usedElyes HAOUAS
2019-06-04nb/intel/x4x/rcven.c: Remove variable set but not usedElyes HAOUAS
2019-06-03nb/intel/sandybridge: Remove variable set but not usedElyes HAOUAS
2019-06-03nb/intel/sandybridge: Remove variable set but not usedElyes HAOUAS
2019-06-03nb/intel/haswell/gma: Drop NGI remnantNico Huber
2019-06-03nb/intel/snb: Don't run VGA oprom when libgfxinit is enabledNico Huber
2019-05-29src/northbridge: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-29intel/sandybridge: Make timC training more robust.Tobias Diedrich
2019-05-29nb/intel/nehalem: Call smm_region_start() functionArthur Heymans
2019-05-27cpu/intel/model_2065x: Put stage cache in TSEGArthur Heymans
2019-05-27cpu/intel/model_2065x: Use parallel MP initArthur Heymans
2019-05-25nb/intel/pineview: Use MTRR as a proxy for proper resetArthur Heymans
2019-05-25nb/intel/pineview: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans
2019-05-24nb/northbridge/intel/x4x/acpi.c: Remove variable set but not usedElyes HAOUAS
2019-05-23nb/intel/pineview/early_init.c: Remove variable set but not usedElyes HAOUAS
2019-05-23nb/intel/x4x/early_init.c: Remove variable set but not usedElyes HAOUAS
2019-05-23nb/intel/haswell: Remove variable set but not usedElyes HAOUAS
2019-05-22post_code: add post code for invalid vendor binaryKeith Short
2019-05-20i945: Add device identification D2:F1Elyes HAOUAS
2019-05-16nb/intel/sandybridge: Move DMI init codePatrick Rudolph
2019-05-16sb/intel/sandybridge/early_pch: Make DMI init more readablePatrick Rudolph
2019-05-15src/northbridge: Remove unneeded include <arch/io.h>Elyes HAOUAS
2019-05-13nb/intel/sandybridge: Move boot_count_increment()Patrick Rudolph
2019-05-13nb/intel/sandybridge: Migrate MRC settings to devicetreePatrick Rudolph
2019-05-13mb/samsung/lumpy: Move onboard SPD to second channelPatrick Rudolph
2019-05-13nb/intel/sandybridge: Update pei_data commentsPatrick Rudolph
2019-05-12nb/intel/snb: Drop NORTHBRIDGE_INTEL_IVYBRIDGENico Huber
2019-05-10nb/intel/i945: Use macro instead of magic numberElyes HAOUAS
2019-05-07{src,util}: Remove duplicated includesElyes HAOUAS
2019-05-07{gm45,pineview,sandybridge,x4x}: Use {full,system}_reset() functionElyes HAOUAS
2019-05-06src: Remove unused include <halt.h>Elyes HAOUAS
2019-05-03nb/intel/haswell: correct a typo in KconfigJoel Kitching
2019-04-30vboot: refactor OPROM codeJoel Kitching
2019-04-29ich7/i945: Use system_reset()Elyes HAOUAS