aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/sdram.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass1-3/+5
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2018-07-20x86: Switch to use DM sysreset driverBin Meng1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-01x86: ivybridge: remove unused uma_memory_sizexypron.glpk@gmx.de1-5/+0
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
2017-02-06x86: ivybridge: Add more debugging for failuresSimon Glass1-9/+28
2016-07-12x86: link: Correct a failure in DRAM initSimon Glass1-0/+5
2016-05-23x86: Unify reserve_arch() for all x86 boardsBin Meng1-5/+0
2016-03-17x86: ivybridge: Convert to use the common SDRAM codeSimon Glass1-311/+83
2016-03-17x86: Move Intel Management Engine code to a common placeSimon Glass1-1/+2
2016-03-17x86: Create a common header for Intel register accessSimon Glass1-1/+2
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+1
2016-01-24x86: Set up a shared syscon numbering schemaSimon Glass1-3/+3
2016-01-24x86: ivybridge: Convert report_platform to DM PCI APISimon Glass1-1/+1
2016-01-24x86: ivybridge: Convert SDRAM init to use driver modelSimon Glass1-7/+13
2016-01-24x86: ivybridge: Convert sdram_initialise() to use DM PCI APISimon Glass1-9/+10
2016-01-24x86: ivybridge: Convert dram_init() to use DM PCI APISimon Glass1-14/+25
2015-10-21x86: ivybridge: Enable the MRC cacheBin Meng1-8/+2
2015-10-21x86: ivybridge: Measure the MRC code execution timeSimon Glass1-0/+3
2015-10-21x86: ivybridge: Check the RTC return valueSimon Glass1-3/+10
2015-10-21x86: ivybridge: Use 'ret' instead of 'rcode'Simon Glass1-8/+8
2015-10-21x86: ivybridge: Correct two typos for MRCBin Meng1-2/+2
2015-10-21x86: Use struct mrc_region to describe a mrc regionBin Meng1-1/+1
2015-10-21x86: ivybridge: Use APIs provided in the mrccache libBin Meng1-108/+4
2015-10-21x86: Move mrccache.[c|h] to a common placeBin Meng1-1/+1
2015-07-28x86: Enable DM RTC support for all x86 boardsBin Meng1-8/+24
2015-04-29x86: ivybridge: Use reset_cpu()Simon Glass1-2/+1
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass1-7/+10
2015-04-16x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass1-10/+10
2015-02-05x86: Rename MMCONF_BASE_ADDRESS and make it common across x86Simon Glass1-1/+1
2015-01-24x86: Implement a cache for Memory Reference Code parametersSimon Glass1-0/+253
2015-01-13x86: ivybridge: Request MTRRs for DRAM regionsSimon Glass1-0/+10
2014-12-18x86: Use consistent name XXX_ADDR for binary blob flash addressBin Meng1-1/+1
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass1-1/+552
2014-11-21x86: Add chromebook_link boardSimon Glass1-0/+20