aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/pineview/raminit.c
AgeCommit message (Expand)Author
2021-02-07nb/intel/pineview: Rewrite hex values in lowercaseAngel Pons
2021-02-07nb/intel/pineview: Delete rude and useless commentAngel Pons
2021-02-07nb/intel/pineview: Clean up FIXMEs in raminitNico Huber
2021-01-15nb/intel/pineview: Extract HPET setup and delay functionAngel Pons
2020-09-21src/northbridge: Drop unneeded empty linesElyes HAOUAS
2020-06-22device/smbus_host: Declare common early SMBus prototypesKyösti Mälkki
2020-06-10nb/intel/pineview: Use PCI bitwise opsAngel Pons
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-05-01src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-03-15nb/intel/pineview: Clean up code and commentsAngel Pons
2020-01-09nb/intel/{i945,x4x,pineview}: Remove wrapper spd_read_byte()Kyösti Mälkki
2019-12-20{nb,soc}: Replace min/max() with MIN/MAX()Elyes HAOUAS
2019-10-06sb/intel/nm10: Fix enabling HPETArthur Heymans
2019-07-19nb/intel/pineview: Remove dead code in switchJacob Garber
2019-06-28nb/intel/pineview: Remove unused codeJacob Garber
2019-06-06nb/intel/pineview/raminit.c: Remove variable set but not usedElyes HAOUAS
2019-05-15src/northbridge: Remove unneeded include <arch/io.h>Elyes HAOUAS
2019-05-07{gm45,pineview,sandybridge,x4x}: Use {full,system}_reset() functionElyes HAOUAS
2019-04-25src/northbridge/intel: Remove unused variablesElyes HAOUAS
2019-04-08nb/intel/pineview: Correct lsbpos(0) and msbpos(0)Jacob Garber
2019-03-16src: Drop unused '#include <halt.h>'Elyes HAOUAS
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-14nb/intel/pineview: Select 1M TSEGArthur Heymans
2019-01-03nb/intel/pineview/raminit.c: Remove unused variableElyes HAOUAS
2018-12-18northbridge: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS
2018-10-24nb/intel/*: Use 2M TSEG instead of 8M on pre-arrandale hardwareArthur Heymans
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-09-25northbridge: Use 'unsigned int' to bare use of 'unsigned'Elyes HAOUAS
2018-08-21nb/intel/pineview: Use the correct address for the RCVEN strobeArthur Heymans
2018-08-21nb/intel/pineview: Use i2c block read to fetch SPDArthur Heymans
2018-08-10src: Fix typoElyes HAOUAS
2018-07-09src/northbridge: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-06-07nb/intel/pineview: Enable and allocate 8M for TSEGArthur Heymans
2018-06-04northbridge/intel: Remove unneeded includesElyes HAOUAS
2017-09-02nb/intel/pineview: Enable dram remappingArthur Heymans
2017-08-27nb/intel/pineview: Fix typo in DRAM timing computationArthur Heymans
2017-07-21nb/intel/pineview/raminit: Refactor timings selectionArthur Heymans
2017-06-27nb/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-19nb/intel/pineview/raminit: Remove very long delaysArthur Heymans
2017-06-13nb/intel/pineview/raminit.c: Use static const for lookup tablesArthur Heymans
2017-04-26nb/pineview/raminit: Don't do Jedec init on resume from S3Arthur Heymans
2017-04-24nb/intel/pineview: Move to early cbmemArthur Heymans
2017-04-24nb/pineview/raminit: Fix raminit failing on hot reset pathArthur Heymans
2017-04-22nb/intel/pineview/raminit: Fix CONFIG_DEBUG_RAM_SETUP=y not compilingArthur Heymans
2016-08-31northbridge/intel: Add required space before opening parenthesis '('Elyes HAOUAS
2016-05-08intel/pineview: Don't try to store 34 bits in 32Stefan Reinauer
2016-01-28nb/intel/pineview: Native VGA init (CRT)Damien Zammit
2015-12-02northbridge/intel/pineview: Add native raminitDamien Zammit