Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | x86: Add common SDRAM-init code | Simon Glass | 2016-03-17 | -0/+55 |
The code to call the memory reference code is common to several Intel CPUs. Add common code for performing this init. Intel calls this 'Pre-EFI-Init' (PEI), where EFI stands for Extensible Firmware Interface. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |