-
- Downloads
x86: broadwell: Add support for SDRAM setup
Broadwell uses a binary blob called the memory reference code (MRC) to start up its SDRAM. This is similar to ivybridge so we can mostly use common code for running this blob. Signed-off-by:Simon Glass <sjg@chromium.org> Acked-by:
Bin Meng <bmeng.cn@gmail.com>
Showing
- arch/x86/cpu/broadwell/Makefile 1 addition, 0 deletionsarch/x86/cpu/broadwell/Makefile
- arch/x86/cpu/broadwell/sdram.c 307 additions, 0 deletionsarch/x86/cpu/broadwell/sdram.c
- arch/x86/include/asm/arch-broadwell/pei_data.h 177 additions, 0 deletionsarch/x86/include/asm/arch-broadwell/pei_data.h
- arch/x86/include/asm/global_data.h 24 additions, 0 deletionsarch/x86/include/asm/global_data.h
arch/x86/cpu/broadwell/sdram.c
0 → 100644
Please register or sign in to comment