summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/broadwell/sdram.c
Commit message (Collapse)AuthorAgeLines
* x86: Unify reserve_arch() for all x86 boardsBin Meng2016-05-23-5/+0
| | | | | | | | Instead of asking each platform to provide reserve_arch(), supply it in arch/x86/cpu/cpu.c in a unified way. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* x86: broadwell: Add support for SDRAM setupSimon Glass2016-03-17-0/+307
Broadwell uses a binary blob called the memory reference code (MRC) to start up its SDRAM. This is similar to ivybridge so we can mostly use common code for running this blob. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Bin Meng <bmeng.cn@gmail.com>