commit | 78a20d2670a610e9c41c262e25bd0f8f871da159 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 16 07:04:08 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 06 11:38:46 2017 +0800 |
tree | 3343d6a8748c77d0b3d7482567b415738cbaf086 | |
parent | c48de2cdda58545e062eb1eb25dcc5cda3e735ba [diff] |
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>