On Wed, Mar 16, 2016 at 9:44 PM, Simon Glass <[email protected]> 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 <[email protected]> > Reviewed-by: Bin Meng <[email protected]> > --- > > 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! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

