summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/sandybridge/raminit_mrc.c
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/sandybridge: Fix unitialized variable issue4.22.014.22_branchJeremy Compostella2023-11-231-1/+1
* nb/intel/sandybridge: Clean up post Haswell SPD mapping API migrationKeith Hui2023-11-131-16/+0
* nb/intel/sandybridge: Standardize MRC vs. native SPD mapping APIKeith Hui2023-11-131-8/+55
* nb/intel: Remove space between function name and '('Elyes Haouas2023-09-111-1/+1
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-231-1/+1
* nb/intel/snb: Abolish mainboard_should_reset_usb()Keith Hui2023-03-231-1/+1
* spd.h: Move enum ddr3_module_type to ddr3.hElyes Haouas2023-01-041-2/+2
* nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas2022-09-141-1/+1
* nb/intel/sandybridge/raminit_mrc.c: Use semicolon instead of commaElyes Haouas2022-07-171-1/+1
* nb/intel/snb/raminit_mrc.c: Remove set but unused variableArthur Heymans2022-05-131-2/+1
* nb/intel/snb: Reduce scope of functionsArthur Heymans2022-04-201-3/+5
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-081-2/+2
* arch/x86: consolidate HPET base address definitionsFelix Held2022-02-251-1/+2
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-161-1/+1
* 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
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-101-1/+1
* nb/intel/sandybridge: Populate meminfo when using MRCMatt DeVillier2021-10-111-0/+76
* MRC platforms: Fix MRC version printk format specifiersAngel Pons2021-06-161-1/+1
* lib/hexdump: remove hexdump32 and use hexdump insteadFelix Held2021-05-271-1/+1
* nb/intel/sandybridge: Use new fixed BAR accessorsAngel Pons2021-04-101-1/+1
* nb/intel/x4x,sandybridge: Move INITRAM timestampsKyösti Mälkki2021-02-231-0/+1
* nb/intel/sandybridge: Use common {DMI,EP,MCH}BAR accessorsAngel Pons2021-02-101-3/+3
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-1/+1
* mrc_cache: Move code for triggering memory training into mrc_cacheShelley Chen2020-11-131-5/+3
* nb/intel/sandybridge: Correct designation of MRC versionAngel Pons2020-10-231-2/+2
* nb/intel/sandybridge: Drop invalid `DEFAULT_RCBABASE` macroAngel Pons2020-09-171-1/+1
* mrc_cache: Add mrc_cache fetch functions to support non-x86 platformsShelley Chen2020-08-241-6/+8
* nb/intel/sandybridge: Add missing includesElyes HAOUAS2020-07-261-0/+2
* nb/intel/sandybridge: Remove unnecessary `struct sys_info`Angel Pons2020-07-241-5/+0
* sb/intel: Define CONFIG_FIXED_SMBUS_IO_BASEAngel Pons2020-07-201-1/+1
* src: Remove unused 'include <bootmode.h>'Elyes HAOUAS2020-06-021-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* vboot: Clean up pre-RAM use of vboot_recovery_mode_enabled()Julius Werner2020-05-091-1/+2
* nb/intel/sandybridge: Use SPDX headersAngel Pons2020-03-251-13/+2
* nb/intel/sandybridge: Deduplicate report_memory_configAngel Pons2020-03-201-47/+0
* nb/intel/sandybridge: Tidy up code and commentsAngel Pons2020-03-181-104/+90
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* src/nb: Use 'print("%s...", __func__)'Elyes HAOUAS2020-03-071-1/+1
* nb/intel/sandybridge: Add a bunch of MCHBAR definesAngel Pons2020-01-101-1/+1
* drivers/pc80/rtc: Swap cmos_write32() parameter orderKyösti Mälkki2020-01-061-2/+2
* nb/intel/sandybridge: Use the MC_BIOS_DATA defineAngel Pons2020-01-011-1/+1
* nb/intel/sandybridge: add and use more MCHBAR register definesFelix Held2020-01-011-3/+3
* arch/x86: Remove <arch/cbfs.h>Kyösti Mälkki2019-12-271-1/+0
* nb/intel/sandybridge/mrc: Handle P2P disabling via devicetreeNico Huber2019-11-181-0/+13
* 3rdparty/blobs: Update submodule, SNB improvementsArthur Heymans2019-06-171-2/+24
* post_code: add post code for invalid vendor binaryKeith Short2019-05-221-1/+2
* src/northbridge: Remove unneeded include <arch/io.h>Elyes HAOUAS2019-05-151-1/+0
* nb/intel/sandybridge: Migrate MRC settings to devicetreePatrick Rudolph2019-05-131-0/+100