x86: broadwell: Add support for SDRAM setup
authorSimon Glass <sjg@chromium.org>
Sat, 12 Mar 2016 05:07:26 +0000 (22:07 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:26 +0000 (10:27 +0800)
commit2627c7e2c100c702d540a277aa578176516d3a7c
treee6a5fc89fc20ce379e15d3ed7f9f61d1b724f9cf
parent71a8f2080b77591eb14f61aba947aa9e869b847f
x86: broadwell: Add support for SDRAM setup

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>
arch/x86/cpu/broadwell/Makefile
arch/x86/cpu/broadwell/sdram.c [new file with mode: 0644]
arch/x86/include/asm/arch-broadwell/pei_data.h [new file with mode: 0644]
arch/x86/include/asm/global_data.h