aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i945/raminit.c
AgeCommit message (Expand)Author
2020-09-21src/northbridge: Drop unneeded empty linesElyes HAOUAS
2020-07-22nb/intel/i945: Put names to northbridge PCI devicesAngel Pons
2020-07-11nb/intel/i945: Drop dead codeAngel Pons
2020-06-22device/smbus_host: Declare common early SMBus prototypesKyösti Mälkki
2020-06-12nb/intel/i945: Clean up raminit coding styleAngel Pons
2020-06-10nb/intel/i945: Use PCI bitwise opsAngel Pons
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-11nb/i945: Improve code formattingElyes HAOUAS
2020-04-05src/northbridge: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-30nb/intel/i945: Make some cosmetic changesElyes HAOUAS
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-03-16nb/intel/i945/raminit: Simplify if conditionPaul Menzel
2020-03-15nb/intel/i945/raminit: Use boolean type for helper variablesPaul Menzel
2020-03-15nb/intel/i945/raminit: Remove space for correct alignmentPaul Menzel
2020-03-07src/nb: Use 'print("%s...", __func__)'Elyes HAOUAS
2020-01-09nb/intel/{i945,x4x,pineview}: Remove wrapper spd_read_byte()Kyösti Mälkki
2019-09-15{i945,i82801gx}: Remove unneeded include <cpu/x86/cache.h>Elyes HAOUAS
2019-07-17nb/i945: Fix gate graphics hardware for frequency changeElyes HAOUAS
2019-07-13intel/i945: Fix udelay() prototypesKyösti Mälkki
2019-06-14nb/i945: Drop CHANNEL_XOR_RANDOMIZATION selectionElyes HAOUAS
2019-05-15src/northbridge: Remove unneeded include <arch/io.h>Elyes HAOUAS
2019-05-10nb/intel/i945: Use macro instead of magic numberElyes HAOUAS
2019-05-06src: Remove unused include <halt.h>Elyes HAOUAS
2019-04-23nb/intel/i945: Check if interleaved even if rank #4 size is zeroElyes HAOUAS
2019-04-23ich7/i945: Use full_reset()Elyes HAOUAS
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-24nb/intel/i945: Use DEBUG_RAM_SETUPKyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-02-01sb/intel/common: Rename i2c_block_read() to i2c_eeprom_read()Kyösti Mälkki
2019-01-27nb/intel/i945: Remove initialization already done at bootblockElyes HAOUAS
2019-01-06device: Use pcidev_on_root()Kyösti Mälkki
2018-11-17intel/i945: Fix booting on a dual channel configurationPatrick Georgi
2018-11-16src: Remove unneeded include <cbmem.h>Elyes HAOUAS
2018-11-16src: Get rid of duplicated includesElyes HAOUAS
2018-11-09intel/i945: add timestamps in romstagePatrick Georgi
2018-07-12nb/i945/raminit: Correct C0DRAMW & C1DRAMW for 4 DIMMsElyes HAOUAS
2018-06-23nb/intel/i945: Remove dead codeElyes HAOUAS
2018-06-04northbridge/intel: Remove unneeded includesElyes HAOUAS
2018-05-14nb/intel/i945/raminit.c: Remove not necessary braces {}Elyes HAOUAS
2018-02-22device/ddr2,ddr3: Rename and move a few thingsArthur Heymans
2017-09-25nb/i945/raminit: Don't fall back to smbus read on failed SPD decodeArthur Heymans
2017-09-22nb/intel/i945: Add space after comma in log messagePaul Menzel
2017-09-20nb/i945/raminit: Use common ddr2 decode functionsArthur Heymans
2017-09-13nb/intel/i945/raminit.c: Replace numbers with macrosElyes HAOUAS
2017-09-06nb/intel/i945/raminit.c: Refactor tRD selectionArthur Heymans
2017-06-27nb/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-04-14nb/intel/i945: Fix PEG port on 945gcArthur Heymans
2017-03-22nb/intel/i945: Fix errors found by checkpatch.plArthur Heymans
2017-03-02nb/i945: Clean "Programming DLL Timings" functionElyes HAOUAS
2017-03-01nb/intel/i945: Fix sdram_enhanced_addressing_mode for channel1Elyes HAOUAS
2017-02-22intel/i945: Fix up whitespace and indentationPaul Menzel
2017-02-22nb/i945/raminit.c: Fix dll timings on 945GCElyes HAOUAS
2017-02-20nb/i945/raminit: sdram_set_channel_mode Test if DIMM slot 3 is populatedElyes HAOUAS
2017-01-11nb/i945/raminit.c: Use Makefile.inc instead of '#include rcven.c'Arthur Heymans
2017-01-10nb/intel/945gc: Hardcode the integrated graphic frequenciesArthur Heymans
2016-12-11nb/intel/i945: Make pci_mmio_size a devicetree parameterArthur Heymans
2016-11-21nb/intel: Fix some spelling mistakes in comments and stringsMartin Roth
2016-10-19nb/i945/raminit: Add fix for clock crossing for 800MHz FSB CPUArthur Heymans
2016-10-19nb/i945/raminit: Add fix for 1067MHz FSB CPUsArthur Heymans
2016-10-11i945/raminit.c: correctly write CLKCFG for 945GCArthur Heymans
2016-10-10intel/i945: Use "IS_ENABLED" for fsbclk & memclkElyes HAOUAS
2016-09-20northbridge/intel/i945: Add space around operatorsElyes HAOUAS
2016-08-31northbridge/intel: Add required space before opening parenthesis '('Elyes HAOUAS
2016-08-23src/northbridge: Remove unnecessary whitespace before "\n" and "\t"Elyes HAOUAS
2016-07-31src/northbridge: Capitalize CPU, RAM and ROMElyes HAOUAS
2016-01-07Correct some common spelling mistakesMartin Roth
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-06-05lib: Unify log2() and related functionsJulius Werner
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-16i945: Disable check for 2-dimm support.Vladimir Serbinenko
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-01-08northbridge/amd: Doxygen fixesMartin Roth
2014-12-02Replace hlt with halt()Patrick Georgi
2014-07-29Uniformly spell frequency unit symbol as HzElyes HAOUAS
2014-07-24intel/i945/raminit.c: Remove trailing whitespace from `printk()`Paul Menzel
2014-07-16intel/i945/raminit.c: Remove trailing whitespace from `printk()`Paul Menzel
2014-05-25nb/intel/i945/raminit.c: duplicate 'const' declaration specifierEdward O'Callaghan
2014-01-15CBMEM intel: Define get_top_of_ram() once per chipsetKyösti Mälkki
2014-01-13lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc
2013-11-05northbridge/intel/i945/raminit.c: Remove set but unused variable `reg16`Paul Menzel
2013-09-11CBMEM x86: Unify get_cbmem_toc()Kyösti Mälkki
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2013-03-17i945: Replace some two magic values by defined namesPatrick Georgi
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-03-16Intel northbridge I945: Apply un-written naming rulesKyösti Mälkki
2012-03-07Move C labels to start-of-linePatrick Georgi
2012-01-31northbridge/intel/i945: CHECK_SLFRCS_ON_RESUME Kconfig optionPeter Stuge
2011-04-21some ifdef --> if fixesStefan Reinauer
2011-04-10i945: improve get_top_of_ram()Sven Schnelle
2011-02-21[i945] Add SPD adress mappingSven Schnelle
2010-12-27Fix most CONFIG_DEBUG_RAM_SETUP issues. Stefan Reinauer
2010-12-16fix according to coding guidelinesStefan Reinauer
2010-12-13Following patch adds support for suspend/resume functions. I had to change th...Rudolf Marek
2010-12-11catch some illegal configurations (trivial)Stefan Reinauer
2010-11-20Some more DIMM0 related cleanups and deduplication.Uwe Hermann
2010-10-05Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi
2010-10-01Make i945/raminit.c:fsbclk() return u16 rather than intPeter Stuge
2010-10-01Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GMPeter Stuge