[U-Boot] [PATCH v3 04/10] x86: Add common SDRAM-init code

Bin Meng bmeng.cn at gmail.com
Thu Mar 17 03:31:17 CET 2016


On Wed, Mar 16, 2016 at 9:44 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>
> Reviewed-by: Bin Meng <bmeng.cn at 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!


More information about the U-Boot mailing list