[U-Boot] [PATCH v2 45/55] x86: ivybridge: Convert SDRAM init to use driver model
Bin Meng
bmeng.cn at gmail.com
Thu Jan 21 09:02:26 CET 2016
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass <sjg at chromium.org> wrote:
> SDRAM init needs access to the Northbridge controller and the Intel
> Management Engine device. Add the latter to the device tree and convert all
> of this code to driver model.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2: None
>
> arch/x86/cpu/ivybridge/early_me.c | 68 ++++++++++++++++++++------------
> arch/x86/cpu/ivybridge/sdram.c | 20 ++++++----
> arch/x86/dts/chromebook_link.dts | 6 +++
> arch/x86/include/asm/arch-ivybridge/me.h | 45 ++++++++++++++++++---
> 4 files changed, 101 insertions(+), 38 deletions(-)
>
applied to u-boot-x86/master, thanks!
More information about the U-Boot
mailing list