aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/pineview/raminit.c
AgeCommit message (Expand)Author
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