summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/x4x/raminit.c
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/x4x: Use new fixed BAR accessorsAngel Pons2021-04-101-2/+2
* nb/intel/x4x: Correct and use macros for CLKCFGAngel Pons2021-04-101-1/+1
* nb/intel/x4x: Add missing newlines to log messageAngel Pons2021-04-101-2/+2
* nb/intel/x4x: Reflow long linesAngel Pons2021-04-101-101/+54
* device/dram/ddr3: Get rid of useless typedefsAngel Pons2021-04-051-1/+1
* nb/intel/x4x: Use a variable for s3resumeKyösti Mälkki2021-02-231-2/+5
* nb/intel/x4x,sandybridge: Move INITRAM timestampsKyösti Mälkki2021-02-231-1/+2
* nb/intel/x4x: Clean up raminit commentsAngel Pons2021-01-151-2/+1
* nb/intel/x4x: Place raminit definitions in raminit.hAngel Pons2020-10-141-0/+1
* nb/intel/x4x/iomap.h: Rename to memmap.hAngel Pons2020-09-251-1/+0
* src/northbridge: Drop unneeded empty linesElyes HAOUAS2020-09-211-2/+0
* mrc_cache: Add mrc_cache fetch functions to support non-x86 platformsShelley Chen2020-08-241-8/+6
* nb/intel/x4x: Define and use `HOST_BRIDGE` macroAngel Pons2020-08-041-9/+9
* device/smbus_host: Declare common early SMBus prototypesKyösti Mälkki2020-06-221-5/+1
* nb/intel/x4x: Use PCI bitwise opsAngel Pons2020-06-091-8/+6
* src: Remove unused 'include <cpu/x86/mtrr.h>'Elyes HAOUAS2020-06-061-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-12/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS2020-05-011-1/+0
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* nb/intel/{i945,x4x,pineview}: Remove wrapper spd_read_byte()Kyösti Mälkki2020-01-091-7/+2
* nb/x4x: Rename {ddr,fsb}2{mhz,ps} as {ddr,fsb}_to_{mhz,ps}Elyes HAOUAS2019-06-211-2/+2
* src/northbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* src/northbridge: Remove unneeded include <arch/io.h>Elyes HAOUAS2019-05-151-1/+0
* {gm45,pineview,sandybridge,x4x}: Use {full,system}_reset() functionElyes HAOUAS2019-05-071-4/+1
* nb/x4x: Use system_reset() and full_reset()Elyes HAOUAS2019-04-291-6/+4
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-3/+3
* Move calls to quick_ram_check() before CBMEM initKyösti Mälkki2019-03-271-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* sb/intel/common: Rename i2c_block_read() to i2c_eeprom_read()Kyösti Mälkki2019-02-011-4/+4
* mb: Move timestamp_add_now to northbridge x4xElyes HAOUAS2019-01-101-0/+7
* northbridge: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS2018-12-181-1/+0
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-0/+1
* nb/intel/x4x/raminit: Add missing spaceJonathan Neuschäfer2018-11-051-1/+1
* nb/intel/x4x: Fix P45 CAPID max frequencyArthur Heymans2018-10-151-0/+1
* nb/intel/x4x: Don't use cached settings if CPU FSB has been changedArthur Heymans2018-09-161-1/+8
* nb/intel/x4x: Issue a hard reset with empty MRC cache on warm resetArthur Heymans2018-06-171-0/+5
* nb/intel/x4x: Work around a quirkArthur Heymans2018-06-141-0/+21
* nb/intel/x4x: Add DDR3 JEDEC initArthur Heymans2018-05-241-0/+3
* nb/intel/x4x: Rename a things that are not specific to DDR2Arthur Heymans2018-05-141-11/+1
* nb/x4x/raminit: Decode ddr3 dimmsArthur Heymans2018-05-141-26/+208
* nb/intel/x4x: Fix computing page_sizeArthur Heymans2018-04-281-2/+3
* nb/intel/x4x: Use SPI flash to cache raminit resultsArthur Heymans2018-04-171-19/+107
* device/ddr2,ddr3: Rename and move a few thingsArthur Heymans2018-02-221-1/+1
* nb/x4x/raminit: Rewrite SPD decode and timing selectionArthur Heymans2017-12-161-223/+255
* sb/intel/i82801jx: Add correct PCI ids and change namesArthur Heymans2017-07-211-0/+4
* nb/intel/x4x: Make raminit less verbose with CONFIG_DEBUG_RAM_SETUPArthur Heymans2017-05-211-2/+5