
17 Mar
2016
17 Mar
'16
3:31 a.m.
On Wed, Mar 16, 2016 at 9:44 PM, Simon Glass sjg@chromium.org wrote:
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
Changes in v3: None Changes in v2:
- Rename sdram_common.c to mrc.c
arch/x86/cpu/intel_common/Makefile | 1 + arch/x86/cpu/intel_common/mrc.c | 271 +++++++++++++++++++++++++++++++++++++ arch/x86/include/asm/mrc_common.h | 55 ++++++++ 3 files changed, 327 insertions(+) create mode 100644 arch/x86/cpu/intel_common/mrc.c create mode 100644 arch/x86/include/asm/mrc_common.h
applied to u-boot-x86, thanks!