[U-Boot] [PATCH v2 18/51] x86: Add common SDRAM-init code

Bin Meng bmeng.cn at gmail.com
Mon Mar 14 06:04:05 CET 2016


On Sat, Mar 12, 2016 at 1:07 PM, Simon Glass <sjg at 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 at chromium.org>
> ---
>
> 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
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list