x86: ivybridge: Provide a dummy SDRAM init for 64-bit
authorSimon Glass <sjg@chromium.org>
Mon, 16 Jan 2017 14:04:08 +0000 (07:04 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 6 Feb 2017 03:38:46 +0000 (11:38 +0800)
commit1b4086307e5b5c26ac33ad31bb5da60578e5765d
tree3343d6a8748c77d0b3d7482567b415738cbaf086
parent45cc9e4cc5a967dba7a3e2592a1959231ee2a4d5
x86: ivybridge: Provide a dummy SDRAM init for 64-bit

We don't support SDRAM init in 64-bit mode since it is essentially
impossible to get into that mode before SDRAM set up. Provide dummy functions
for now. At some point we will need to pass the SDRAM parameters through from
SPL.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/ivybridge/Makefile
arch/x86/cpu/ivybridge/sdram_nop.c [new file with mode: 0644]
arch/x86/cpu/x86_64/cpu.c