summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/sandybridge
AgeCommit message (Expand)Author
2023-02-04mb/*: Replace SNB PCI devices with references from chipset.cbArthur Heymans
2023-02-02nb/intel/{sandybridge,haswell}: Generate IOAPIC DMAR entries from hwBill XIE
2023-01-04spd.h: Move enum ddr3_module_type to ddr3.hElyes Haouas
2023-01-04nb/intel/*/Kconfig: Remove dummy NORTHBRIDGE_SPECIFIC_OPTIONSElyes Haouas
2022-12-26nb/intel/sandybridge/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-15nb/intel/sandybridge/sandybridge.h: Remove unnecessary guardElyes Haouas
2022-12-06nb/intel/sandybridge: Use read{8,32}p()Elyes Haouas
2022-12-06nb/intel/sandybridge: Use write32p()Elyes Haouas
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-22src/northbridge: Remove unnecessary space after castsElyes Haouas
2022-11-18cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas
2022-11-17nb/intel/ironlake,sandybridge/gma: Fix out() parameter orderKyösti Mälkki
2022-11-04nb/intel/sandybridge: Specify supported memory typesElyes 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-05nb,soc/intel: Handle upper RAM boundaryKyösti Mälkki
2022-06-30nb/intel: Drop local legacy_hole definitionsKyösti Mälkki
2022-06-22device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki
2022-05-13nb/intel/snb/raminit_mrc.c: Remove set but unused variableArthur Heymans
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-08timestamps: Rename timestamps to make names more consistentJakub Czapiga
2022-03-07src: Make PCI ID define names shorterFelix Singer
2022-02-25arch/x86: consolidate HPET base address definitionsFelix Held
2022-02-16Use the fallthrough statement in switch loopsArthur Heymans
2022-02-07treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner
2022-02-05cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMERKyösti Mälkki
2022-01-27nb/intel/sandybridge/raminit_mrc.c: Use <device/dram/ddr3.h> macrosElyes HAOUAS
2022-01-27nb/intel/sandybridge/raminit_mrc.c: Use DDR3_SPD_SODIMM macroElyes HAOUAS
2022-01-27nb/intel/sandybridge/raminit_mrc.c: Use <smbios.h> macrosElyes HAOUAS
2022-01-10src/{northbridge,southbridge}: Remove unused <console/console.h>Elyes HAOUAS
2022-01-05src/northbridge: Remove unused <delay.h>Elyes HAOUAS
2021-12-30northbridge/intel/sandybridge/acpi: Use Printf() for debug printsFelix Singer
2021-12-02nb/intel/sandybridge/romstage.c: Configure DPR and initialize TXTMichał Żygowski
2021-11-26nb/intel/sandybridge: Add support for DPRMichał Żygowski
2021-11-10Rename ECAM-specific MMCONF KconfigsShelley Chen
2021-11-04nb/intel: Replace bad uses of `find_resource`Angel Pons
2021-10-18ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki
2021-10-11nb/intel/sandybridge: Populate meminfo when using MRCMatt DeVillier
2021-10-05src/mainboard to src/security: Fix spelling errorsMartin Roth
2021-07-26src/*: Specify type of `CBFS_SIZE` onceAngel Pons
2021-06-16MRC platforms: Fix MRC version printk format specifiersAngel Pons
2021-06-15nb/intel/sandybridge: Add x86_64 supportPatrick Rudolph
2021-05-27lib/hexdump: remove hexdump32 and use hexdump insteadFelix Held
2021-05-06src: Retype option API to use unsigned integersAngel Pons
2021-05-05nb/intel: Don't select VBOOT_SEPARATE_VERSTAGEArthur Heymans
2021-04-21nb/intel: Use get_int_option()Angel Pons
2021-04-10nb/intel: Replace remaining BAR accessorsAngel Pons
2021-04-10nb/intel/sandybridge: Use new fixed BAR accessorsAngel Pons
2021-04-10nb/intel: Factor out remaining MCHBAR macrosAngel Pons
2021-04-05nb/intel/sandybridge: Drop `pci_mmio_size`Angel Pons
2021-04-05nb/intel/sandybridge: Rename `pdwm_mode` enumAngel Pons
2021-04-05device/dram/ddr3: Get rid of useless typedefsAngel Pons
2021-03-01nb/intel/sandybridge: Clean up `dram_timing` functionAngel Pons
2021-03-01nb/intel/sandybridge: Ensure tXP and tXPDLL do not overflowAngel Pons
2021-03-01memory_info.h: Store SMBIOS error correction typeAngel Pons
2021-02-24device/device.c: Rename .disable to .vga_disableArthur Heymans
2021-02-24nb/intel/sandybridge/pcie.c: remove disable NOPArthur Heymans
2021-02-23nb/intel/x4x,sandybridge: Move INITRAM timestampsKyösti Mälkki
2021-02-23nb/intel/x4x,sandybridge: Move romstage_handoff_init() callKyösti Mälkki
2021-02-22nb/intel/sandybridge: Remove stale FIXME about ECC supportAngel Pons
2021-02-18nb/intel/sandybridge: Use 133 MHz ref clock for DDR3-2400Angel Pons
2021-02-18nb/intel/sandybridge: Clean up `dram_freq` functionAngel Pons
2021-02-16nb/intel: Remove unused <string.h>Elyes HAOUAS
2021-02-16nb/intel/sandybridge: Fix description of auto-precharge bitAngel Pons
2021-02-16vc/google/chromeos: Always use CHROMEOS_RAMOOPS_DYNAMICKyösti Mälkki
2021-02-16nb,soc/intel: Switch to CHROMEOS_RAMOOPS_DYNAMICKyösti Mälkki
2021-02-16nb/intel/sandybridge,haswell: Use chromeos_reserve_ram_oops()Kyösti Mälkki
2021-02-15src/nb: Remove unused <console/console.h>Elyes HAOUAS
2021-02-15nb/intel/sandybridge: Correct description of QCLKAngel Pons
2021-02-11src: Remove unused <cpu/intel/model_206ax/model_206ax.h>Elyes HAOUAS
2021-02-11src: Remove unused <arch/cpu.h>Elyes HAOUAS
2021-02-11nb/intel/{haswell,sandybridge}/*/mchbar.h: Fix typo in commentElyes HAOUAS
2021-02-10nb/intel/sandybridge: Use common {DMI,EP,MCH}BAR accessorsAngel Pons
2021-02-06intel: Define `RCBA_LENGTH` in Kconfig and use itAngel Pons
2021-02-05intel: Turn `DEFAULT_RCBA` into a Kconfig symbolAngel Pons
2021-02-04nb/intel/x/bootblock.c Revert `include <arch/pci_io_cfg.h>`Angel Pons
2021-02-01nb/intel/sandybridge/bootblock.c: include <arch/pci_io_cfg.h>Elyes HAOUAS
2021-01-30nb/intel/sandybridge: Define and use MMCONF_BUS_NUMBERAngel Pons
2021-01-29device/Kconfig: Declare MMCONF symbols' type onceAngel Pons
2021-01-25nb/intel/sandybridge: Only run DMI recipe on Ivy BridgeAngel Pons
2021-01-25nb/intel/sandybridge: Correct late DMI init sequenceAngel Pons
2021-01-18northbridge/intel/sandybridge/bootblock.c: Remove repeated wordElyes HAOUAS
2021-01-15nb/intel/sandybridge: Clarify command timing calculationAngel Pons
2021-01-15nb/intel/sandybridge: Fix handling of clock timingAngel Pons
2021-01-15nb/intel/sandybridge: Remove wrong and nonsense conditionAngel Pons
2021-01-06nb/intel/sandybridge: Use consistent comment styleAngel Pons
2021-01-06nb/intel/sandybridge: Define and use `QCLK_PI` constantAngel Pons
2021-01-04nb/intel/sandybridge: Replace memset with initializerAngel Pons
2020-12-30drivers/intel/gma: Include gfx.asl by default for all platforms...Matt DeVillier
2020-12-25cpu/intel/model_206ax: Add more CPU steppingsAngel Pons
2020-12-25nb/intel/sandybridge: Move steppings to CPU headerAngel Pons